-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anti-aliasing issues on retina #159
Comments
Also. When using multiple ratios, do I need to ensure all source image dimensions are divisible by the target ratios? Eg for retina, width/height of source images should be even numbers? Or does glue automatically append whitespace to ensure a clean shrink? So for retina, odd dimensions might automatically pad by one pixel. |
Notice the hideous grey lines on the edges of the reduced images. |
I'm also seeing this, any ideas? |
I've fixed this for me. Try running As I'm on mavericks, I had to run |
Hmm, I'm on mavericks too. glue==0.9.4 libpng: stable 1.5.14 (bottled) |
Has anyone solved this problem? |
I'm seeing severe anti-aliasing issues on the edges of transparent png sprites that have been shrunk for the lower ratio versions in retina mode
Is there a way to control the anti-aliasing algorithm being used?
The text was updated successfully, but these errors were encountered: