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