{{newin|[[0.9.0]]|090|type=function}}
Gets the width and height of the Image.
== Function ==
=== Synopsis ===
<source lang="lua">
width, height = Image:getDimensions( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|width|The width of the Image, in pixels.}}
{{param|number|height|The height of the Image, in pixels.}}
== See Also ==
* [[Image]]
[[Category:Functions]]
{{#set:Description=Gets the width and height of the Image.}}
== Other Languages ==
{{i18n|(Image):getDimensions}}