![]() |
API Documentation
|
This is the complete list of members for ImageFactory, including all inherited members.
| addImageCompressed(const String &image_id, const String &extension, const Buffer< uint01 > &compressed, bool clear_other) | ImageFactory | |
| addImageCompressed(const String &image_id, const Buffer< uint01 > &compressed, bool clear_other) | ImageFactory | |
| addImageFile(const String &image_id, const File &file, bool clear_other) | ImageFactory | |
| addImageUncompressed(const String &image_id, const Buffer< uint01 > &uncompressed, bool clear_other) | ImageFactory | |
| addImageUncompressed(const String &image_id, const Buffer< uint01 > &uncompressed, const Vector< 2, uint04 > &size, bool clear_other) | ImageFactory | |
| canRead(const File &file) | ImageFactory | |
| compressionFormat(const String &image_id) | ImageFactory | |
| convertColorTheme(const Buffer< std::pair< LABColor, LABColor >, uint04, ObjectAllocator< true > > &color, String &image, bool preserve_brightness, bool preserve_alpha) | ImageFactory | |
| convertDirectory(const File &directory, const String &from_ext, const String &to_ext) | ImageFactory | |
| copyImage(const String &image_id_destination, const String &image_id_source) | ImageFactory | |
| DefaultFactory() | ImageFactory | static |
| getCompressed(const String &image_id, const String &default_extension=".png") | ImageFactory | |
| getCompressedInFormat(const String &image_id, const String &default_extension) | ImageFactory | |
| getFile(const String &image_id) | ImageFactory | |
| getSize(const String &image_id) | ImageFactory | |
| getSupportedFormats(Buffer< FileFormat, uint04, ObjectAllocator< false > > &formats) const | ImageFactory | virtual |
| getUncompressed(const String &image_id) | ImageFactory | |
| hasImage(const String &image_id) | ImageFactory | |
| hasTransparency(const String &image_id) | ImageFactory | |
| m_format_handlers | ImageFactory | protected |
| m_has_transparency | ImageFactory | protected |
| m_image_compressed_data | ImageFactory | protected |
| m_image_compression_format | ImageFactory | protected |
| m_image_decompressed_data | ImageFactory | protected |
| m_image_files | ImageFactory | protected |
| m_image_modified_time | ImageFactory | protected |
| m_image_size | ImageFactory | protected |
| m_write_quality | ImageFactory | protected |
| modifiedTime(const String &image_id) const | ImageFactory | |
| optimizedWriteFileName(const String &image_id, const Buffer< String > &optional_extenstions=Buffer< String >()) | ImageFactory | |
| readFromBMP(const String &image_id) | ImageFactory | |
| readFromCompressed(const String &image_id) | ImageFactory | |
| readFromFile(const String &image_id) | ImageFactory | |
| readFromFile(const String &image_id, String format_extension) | ImageFactory | |
| ReadJPG(const uint01 *input, uint04 input_length, uint01 *buffer, bool has_alpha, uint04 dst_line_span, const Vector< 2, uint04 > &offset) | ImageFactory | static |
| readLock() | ImageFactory | |
| setWriteQuality(fltp08 quality) | ImageFactory | |
| writeLock() | ImageFactory | |
| WriteToFile(const uint01 *data, Vector< 2, uint04 > size, uint04 px_size, const File &file, fltp08 write_quality=1.0) | ImageFactory | static |
| writeToFile(const String &image_id, const File &file) | ImageFactory |