Values

Raw

godot.Image data is stored raw and unaltered.

CompressLossy

godot.Image data is compressed with a lossy algorithm. You can set the storage quality with godot.ImageTexture.lossyQuality.

CompressLossless

godot.Image data is compressed with a lossless algorithm.