38 class ImageImportDescription_Impl;
93 std::function<PixelBufferPtr(PixelBufferPtr)> &
func_process();
96 std::shared_ptr<ImageImportDescription_Impl> impl;
bool is_cached() const
Returns if this image should be cached.
std::function< PixelBufferPtr(PixelBufferPtr)> & func_process()
User defined fine control of the pixel buffer.
void set_flip_vertical(bool enable)
Set the flip vertical setting.
ImageImportDescription()
Constructs a image import description with default values.
bool is_srgb() const
Returns the sRGB setting.
void set_cached(bool enable)
Controls if this image can be cached.
Image Import Description Class.
Definition: image_import_description.h:45
PixelBufferPtr process(PixelBufferPtr image) const
Process the pixel buffers depending of the chosen settings.
void set_premultiply_alpha(bool enable)
Set the premultiply alpha setting.
bool flip_vertical() const
Returns the flip vertical setting.
~ImageImportDescription()
void set_srgb(bool enable)
Controls if the image is uploaded as a sRGB texture or not.
bool premultiply_alpha() const
Returns the premultiply alpha setting.
std::shared_ptr< PixelBuffer > PixelBufferPtr
Definition: d3d_target.h:39
Definition: Application/application.h:35