Function
love.graphics.newImage( file )
Creates a new Image from a File. 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( file )
Parameters
file File A File pointing to an image.
Returns
image Image An Image object which can be drawn on screen.
Copyright © 2006-2010 LÖVE Development Team.