Search found 2 matches

by Gip-Gip
Sun Aug 14, 2016 10:28 pm
Forum: Support and Development
Topic: 0.10.1: newImageData error
Replies: 2
Views: 2080

Re: 0.10.1: newImageData error

Thanks! Since 0.10.0 you would call love.graphics.getDimensions() instead.
by Gip-Gip
Sun Aug 14, 2016 7:15 pm
Forum: Support and Development
Topic: 0.10.1: newImageData error
Replies: 2
Views: 2080

0.10.1: newImageData error

When trying to use love.image.newImageData like this: function love.load() veiwport = love.image.newImageData(love.window.width, love.window.height); end I get the error "bad argument #1 to to newImageData(file, FileName or FileData expected)". I would like to know if this means that the f...