{{newin|[[0.10.0]]|100|type=function}}
Gets the flags used when the image was [[love.graphics.newImage|created]].
== Function ==
=== Synopsis ===
<source lang="lua">
flags = Image:getFlags( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|table|flags|A table with [[ImageFlag]] keys.}}
== See Also ==
* [[parent::Image]]
* [[love.graphics.newImage]]
[[Category:Functions]]
{{#set:Description=Gets the flags used when the image was created.}}
== Other Languages ==
{{i18n|(Image):getFlags}}