Up to date

This page is up to date for Blazium 0.4.90 (4.3). If you still find outdated information, please open an issue.

ImageFormatLoader๏ƒ

Inherits: RefCounted < Object

Inherited By: ImageFormatLoaderExtension

Base class to add support for specific image formats.

Description๏ƒ

The engine supports multiple image formats out of the box (PNG, SVG, JPEG, WebP to name a few), but you can choose to implement support for additional image formats by extending ImageFormatLoaderExtension.


Enumerations๏ƒ

flags LoaderFlags: ๐Ÿ”—

LoaderFlags FLAG_NONE = 0

There is currently no description for this enum. Please help us by contributing one!

LoaderFlags FLAG_FORCE_LINEAR = 1

There is currently no description for this enum. Please help us by contributing one!

LoaderFlags FLAG_CONVERT_COLORS = 2

There is currently no description for this enum. Please help us by contributing one!