33 #include "../Image/pixel_buffer.h"
34 #include "../../Core/IOData/file_system.h"
virtual void save(PixelBuffer buffer, const std::string &filename, FileSystem &fs)=0
Called to save a given PixelBuffer to a file.
ImageProviderType(const std::string &type)
Registers a provider type in the ImageProviderFactory.
I/O Device interface.
Definition: iodevice.h:50
Pixel data container.
Definition: pixel_buffer.h:68
Provider type.
Definition: provider_type.h:44
Virtual File System (VFS).
Definition: file_system.h:47
virtual ~ImageProviderType()
Unregisters a provider type in the ImageProviderFactory.
virtual PixelBuffer load(const std::string &filename, const FileSystem &fs, bool srgb)=0
Called to load an image with this provider type.