Difference between revisions of "love.image (Română)"

(Created page with "Oferă o interfață pentru decodarea datelor imaginilor. == Tipuri == {{#ask: Category:Types parent::love.image Concept:Current | headers=hide | format=template...")
 
m (Fixed parent)
 
Line 35: Line 35:
 
}}
 
}}
 
== Uită-te și la ==
 
== Uită-te și la ==
* [[parent::love]]
+
* [[parent::love (Română)]]
 
* [[Image]] - the love.graphics data type
 
* [[Image]] - the love.graphics data type
 
[[Category:Modules]]
 
[[Category:Modules]]

Latest revision as of 13:38, 15 July 2017

Oferă o interfață pentru decodarea datelor imaginilor.

Tipuri

CompressedImageData Compressed image data designed to stay compressed in RAM and on the GPU. Added since 0.9.0
ImageData Raw (decoded) image data.

Funcții

love.image.isCompressed Determines whether a file can be loaded as CompressedImageData. Added since 0.9.0
love.image.newCompressedData Create a new CompressedImageData object from a compressed image file. Added since 0.9.0
love.image.newEncodedImageData Encodes ImageData. Removed in 0.8.0
love.image.newImageData Creates a new ImageData object.

Enumerații

CompressedImageFormat Compressed image data formats. Added since 0.9.0
ImageEncodeFormat Image file formats supported by ImageData:encode.
PixelFormat Pixel formats for Textures, ImageData, and CompressedImageData. Added since 11.0

Uită-te și la


Alte limbi