emeric636 / andengine

Automatically exported from code.google.com/p/andengine
0 stars 0 forks source link

BaseSplashActivity show pixel wrong behaviour with scale #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create a class than extends BaseSplashActivity
2. use a white image with a logo on a png
3. set white background
4. set scalefrom and scaleto with 0.8f and 1.0f

What is the expected output? What do you see instead?
The expected result should be a increased logo over white background. But I 
getting a noticiable gray line on the image limit caused by the interpolation.

Please provide any additional information below.

I think that it's posible to fix with a DEFAULT interpolation instead a 
BILINEAR interpolation. 

Original issue reported on code.google.com by zhen.sy...@gmail.com on 30 Sep 2010 at 5:23