C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::imaging::image_prober Class Reference

Probes the type of image file and extracts fundamental information about it. More...

#include <image_prober.hpp>

Public Member Functions

 ES_API (CPPESSENCE) image_prober()
 Creates an instance from builtin image header extractors.
 
ES_API(CPPESSENCE) explicit image_prober(std ES_API (CPPESSENCE) image_prober(image_prober &&) noexcept
 Creates an instance from builtin and additional image header extractors.
 
 ES_API (CPPESSENCE) ~image_prober()
 
 ES_API (CPPESSENCE) image_prober &operator
 

Detailed Description

Probes the type of image file and extracts fundamental information about it.

Member Function Documentation

◆ ES_API()

ES_API(CPPESSENCE) explicit image_prober(std essence::imaging::image_prober::ES_API ( CPPESSENCE ) &&
noexcept

Creates an instance from builtin and additional image header extractors.

Parameters
extra_extractorsThe extra extractors.

The documentation for this class was generated from the following file: