Search found 2 matches

by aclk
Thu Dec 29, 2011 11:01 pm
Forum: Support and Development
Topic: 0.80 Screenshot problem (SOLVED)
Replies: 2
Views: 2111

Re: 0.80 Screenshot problem

bartbes wrote:That is correct, the new way to do it is as follows.

Code: Select all

local s = love.graphics.newScreenshot() --ImageData
s:encode("pic.bmp")
it works :). Thank you.
by aclk
Thu Dec 29, 2011 9:45 pm
Forum: Support and Development
Topic: 0.80 Screenshot problem (SOLVED)
Replies: 2
Views: 2111

0.80 Screenshot problem (SOLVED)

Hi, I am trying to save a screenshot. With Love2d 0.80 love-20111229-61a97af7e913-win-x64-default build, i am getting this error, same code works with 0.72 http://img822.imageshack.us/img822/5456/love2df.jpg function love.draw() love.graphics.setColor( 255, 255, 255, 255 ) love.graphics.polygon(&quo...