class
#include <FAST/Importers/ImageImporter.hpp>
ImageImporter Read JPG/PNG/BMP/TIFF images.
Contents
- Reference
Uses Qt5 to read and output plain JPG/PNG/BMP/GIF images from disk.
Base classes
- class FileImporter
- Abstract base class for importers which import a file with a filename.
Public functions
- auto create(std::string filename, bool grayscale) -> std::shared_ptr<ImageImporter>
- void loadAttributes() override
Private functions
- void execute() override