{{newin|[[0.7.0]]|070|type=function}}
{{oldin|[[0.8.0]]|080|type=type|text=It has been renamed to [[Canvas:getImageData]]}}
Returns the image data stored in the [[Framebuffer]]. Think of it as a screenshot of the hidden screen that is the framebuffer.

== Function ==
=== Synopsis ===
<source lang="lua">
data = Framebuffer:getImageData( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|ImageData|data|The image data stored in the framebuffer.}}

== See Also ==
* [[parent::Framebuffer]]
* [[love.graphics.newScreenshot]]
[[Category:Functions]]
{{#set:Description=Get stored [[ImageData]].}}
== Other Languages ==
{{i18n|Framebuffer:getImageData}}