Slick Forums

Discuss the Slick 2D Library
It is currently Sat May 25, 2013 10:49 pm

All times are UTC




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Thu Aug 16, 2012 6:25 am 
Offline

Joined: Thu Aug 09, 2012 1:50 pm
Posts: 7
Hello,
i am having Problems rendering my sprites. When i set the color which should be rendered transparent, and set my scale greater than 1, i can see a border around my sprites with the color which should be outfiltered! when i have the scale at 1, everything is ok. This is annoying... Any help?
Thank you!


Top
 Profile  
 
PostPosted: Thu Aug 16, 2012 11:50 am 
Offline
Slick Zombie

Joined: Sat Jan 27, 2007 7:10 pm
Posts: 1469
When somebody reports "weird lines" showing up, there are generally three ways to solve the problem:

1. Use Image.FILTER_NEAREST when creating an image. (results in "pixely" sprites)
2. Put a 2 pixel transparent border around the sprites in your sprite sheet. (will probably solve your issue)
3. Use integer coordinates. (probably safe to do this anyways)

It's not really a Slick bug, just the way that OpenGL filtering works. More details here.


Top
 Profile  
 
PostPosted: Thu Aug 16, 2012 12:16 pm 
Offline

Joined: Thu Aug 09, 2012 1:50 pm
Posts: 7
Hi,
ah, your post in the forum you linked me makes things clear: Bilinear filtering: RGB colors even if alpha is 0 DO count, due to sampling!!
I'll try with FILTER_NEAREST. Thanks for pointing me to the solution!


Top
 Profile  
 
PostPosted: Fri Aug 17, 2012 7:47 am 
Offline

Joined: Thu Aug 09, 2012 1:50 pm
Posts: 7
Well it works this way, but the picture looks simply ugly. Is there a way to postfilter the image on screen?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group