ImageData:getString

Removed in LÖVE 0.9.0
It has been moved to Data:getString.


Gets the full ImageData as a string.

Function

Synopsis

pixels = ImageData:getString( )

Arguments

None.

Returns

string pixels
The raw data.

See Also


Other Languages