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.
Removed in LÖVE 0.9.0
It has been moved to Data:getString.
Gets the full ImageData as a string.
pixels = ImageData:getString( )
None.
string pixels
Please login to continue.