Search found 496 matches

by zac352
Sun Sep 26, 2010 9:54 pm
Forum: Support and Development
Topic: What format are screenshots written in?
Replies: 7
Views: 3513

Re: What format are screenshots written in?

You should add png. :P
by zac352
Sun Sep 26, 2010 9:52 pm
Forum: Support and Development
Topic: What format are screenshots written in?
Replies: 7
Views: 3513

Re: What format are screenshots written in?

I was about to post about how I just found it here - http://love2d.org/wiki/love.image.newEncodedImageData, but you guys already covered it. Thanks. :awesome:

I love the rollover thing for :awesome: :rofl:
by zac352
Sun Sep 26, 2010 9:25 pm
Forum: General
Topic: How did you hear about Löve?
Replies: 29
Views: 14092

Re: How did you hear about Löve?

I found it on modDB when I was looking for a Lua powered engine. :3
by zac352
Sun Sep 26, 2010 9:16 pm
Forum: Support and Development
Topic: What format are screenshots written in?
Replies: 7
Views: 3513

What format are screenshots written in?

I used code similar to this:

Code: Select all

local sc=love.graphics.newScreenshot()
local f=love.filesystem.newFile("img.png")
f:open("w")
f:write(sc)
f:close()
But no matter which format I try (png, bmp, jpg, ...), it always comes out as corrupt...

Any help would be appreciated.
by zac352
Sat Aug 28, 2010 8:24 pm
Forum: Support and Development
Topic: D:
Replies: 6
Views: 2458

Re: D:

Robin wrote:I'd guess it'll make a great issue for the issue tracker if you can provide more information.
I really can't. I'm not a frequent windows user, so I have no idea how to debug it or find any messed up variables. I do know C++, and am an expert physics coder, though. :p
by zac352
Sat Aug 28, 2010 8:19 pm
Forum: Support and Development
Topic: D:
Replies: 6
Views: 2458

D:

I just got 0.6.2.. I upgraded from 0.6.1.. And it did this:
Image
i wish I could just use my comp with fedora on it...