C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
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 | |
Probes the type of image file and extracts fundamental information about it.
|
noexcept |
Creates an instance from builtin and additional image header extractors.
extra_extractors | The extra extractors. |