love.graphics.newImage( filename )
Usage
love.graphics.newImage( filename )
Arguments
filenameThe filepath to the image file.
Returns
ImageAn Image object containing the display data.
Examples
Example 1: Add an image.
picture = love.graphics.newImage("picture.jpg")