Attention: Here be dragons
This is thelatest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
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 extendingImageFormatLoaderExtension.
Enumerations
flagsLoaderFlags:🔗
LoaderFlagsFLAG_NONE =0
There is currently no description for this enum. Please help us bycontributing one!
LoaderFlagsFLAG_FORCE_LINEAR =1
There is currently no description for this enum. Please help us bycontributing one!
LoaderFlagsFLAG_CONVERT_COLORS =2
There is currently no description for this enum. Please help us bycontributing one!