Difference between revisions of "love.image"
(Applying listings to included added and removed fields.) |
m |
||
Line 36: | Line 36: | ||
* [[parent::love]] | * [[parent::love]] | ||
* [[Image]] - the love.graphics data type | * [[Image]] - the love.graphics data type | ||
+ | * [[Image Formats]] | ||
[[Category:Modules]] | [[Category:Modules]] | ||
{{#set:Description=Provides an interface to decode encoded image data.}} | {{#set:Description=Provides an interface to decode encoded image data.}} |
Revision as of 15:22, 13 February 2020
Provides an interface to decode encoded image data.
Contents
Types
CompressedImageData | Compressed image data designed to stay compressed in RAM and on the GPU. | 0.9.0 | |
ImageData | Raw (decoded) image data. |
Functions
love.image.isCompressed | Determines whether a file can be loaded as CompressedImageData. | 0.9.0 | |
love.image.newCompressedData | Create a new CompressedImageData object from a compressed image file. | 0.9.0 | |
love.image.newEncodedImageData | Encodes ImageData. | 0.8.0 | |
love.image.newImageData | Creates a new ImageData object. |
Enums
CompressedImageFormat | Compressed image data formats. | 0.9.0 | |
ImageEncodeFormat | Image file formats supported by ImageData:encode. | ||
PixelFormat | Pixel formats for Textures, ImageData, and CompressedImageData. | 11.0 |
See Also
- love
- Image - the love.graphics data type
- Image Formats
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info