Function
love.graphics.newImage( filename )
Synopsis
var = love.graphics.newImage( filename )
Arguments
filename The filepath to the image file.
Returns
Image An Image object containing the display data.
Copyright © 2006-2008 LÖVE Development Team.