love.graphics.newImage( data )
Creates a new Image from an ImageData. Note that the x and y dimensions of the image must (currently) be a power of 2, or some graphics cards will not display it.
Synopsis
image = love.graphics.newImage( data )
Returns
image |
Image |
An Image object which can be drawn on screen. |