Search found 3 matches
- Sat Feb 12, 2011 1:04 pm
- Forum: Support and Development
- Topic: Darker image from framebuffer
- Replies: 5
- Views: 5016
Re: Darker image from framebuffer
It seems that transparency isn't displayed properly with framebuffers in 0.7.0. I've noticed similar issues when using images with alpha channels that are not just black and white. You can see the effect in TechnoCat's example: http://love2d.org/forums/viewtopic.php?p=23730#p23730 Press space to tog...
- Thu Dec 30, 2010 1:38 pm
- Forum: Support and Development
- Topic: 'nearest' filter for Framebuffer scaling?
- Replies: 4
- Views: 4993
Re: 'nearest' filter for Framebuffer scaling?
Wouldn't this lead to memory hell if it is in the draw function? Yes, it does. I tried that, and the application quickly sucked up all the available memory. :) Use love.graphics.scale(2,2) and set the filter to 'nearest' on every image. Unfortunately, this doesn't work very well if some of the imag...
- Wed Jan 13, 2010 8:34 pm
- Forum: General
- Topic: Avatars: OBEY!
- Replies: 763
- Views: 1193738
Re: Avatars: OBEY!
HELLÖ!