{{newin|[[0.9.0]]|090|type=function}}
Gets the height of the CompressedImageData.

== Function ==
=== Synopsis ===
<source lang="lua">
height = CompressedImageData:getHeight( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|height|The height of the CompressedImageData.}}

== Function ==
=== Synopsis ===
<source lang="lua">
height = CompressedImageData:getHeight( level )
</source>
=== Arguments ===
{{param|number|level|A mipmap level. Must be in the range of [1, [[CompressedImageData:getMipmapCount|CompressedImageData:getMipmapCount()]]].}}
=== Returns ===
{{param|number|height|The height of a specific mipmap level of the CompressedImageData.}}

== See Also ==
* [[parent::CompressedImageData]]
* [[CompressedImageData:getWidth]]
* [[CompressedImageData:getMipmapCount]]
[[Category:Functions]]
{{#set:Description=Gets the height of the CompressedImageData.}}
== Other Languages ==
{{i18n|CompressedImageData:getHeight}}