Difference between revisions of "ImageData:getString"

m (included link to other languages)
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the full ImageData as a string.}}
 
{{#set:Description=Gets the full ImageData as a string.}}
 +
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ImageData:getString}}
 
{{i18n|ImageData:getString}}

Revision as of 10:26, 25 March 2011

Gets the full ImageData as a string.

Function

Synopsis

pixels = ImageData:getString( )

Arguments

None.

Returns

string pixels
The raw data.

See Also


Other Languages