{{newin|[[0.9.0]]|090|type=function}}
Gets whether the Image was created from [[CompressedData]].

Compressed images take up less space in VRAM, and drawing a compressed image will generally be more efficient than drawing one created from raw pixel data.
== Function ==
=== Synopsis ===
<source lang="lua">
compressed = Image:isCompressed( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|boolean|compressed|Whether the Image is stored as a compressed texture on the GPU.}}
== See Also ==
* [[parent::Image]]
[[Category:Functions]]
{{#set:Description=Gets whether the Image was created from [[CompressedData]].}}
== Other Languages ==
{{i18n|(Image):isCompressed}}