love.objects:newImage( filename )
Usage
love.objects: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.objects:newImage("picture.jpg");