Skip to content
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

Problem with images resize and retina quality. #635

Closed
esiao opened this issue Aug 5, 2015 · 2 comments
Closed

Problem with images resize and retina quality. #635

esiao opened this issue Aug 5, 2015 · 2 comments
Assignees
Labels
needs-investigation We've got all the info, now someone needs to look into this to figure out what's going on

Comments

@esiao
Copy link

esiao commented Aug 5, 2015

Hello I have a problem with the retina images generation.

http://i.imgur.com/9wjNSSx.png
In the attached screen you can see :
image resized non - retina.
image resized - retina.
image resize *2.

http://i.imgur.com/yRs1lpc.jpg
The retina quality is worst than the non retina one, and the image resize *2 quality is clean.
If you take a look at the actual images you can see that the retina one has a low quality aspect. I suspect that the image is retinazed after the resize function. Meaning that it's an upscale of the non-retina one.
The *2 resize takes the base image and resize it to twice the base resize values.

I think that the attend behavior would be the *2 resize one when using retina. (with the file renaming and @2x)
Let me know your thoughts, is it working as intended or a bug ?

@jarednova jarednova self-assigned this Aug 11, 2015
@connorjburton connorjburton added the needs-investigation We've got all the info, now someone needs to look into this to figure out what's going on label Feb 24, 2016
@kmbt
Copy link

kmbt commented Feb 13, 2017

Hi, this seems to be a duplicate of #404.

@jarednova
Copy link
Member

@kmbt thanks for pointing that out — let's merge this into #404 so that things can be followed-up on there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-investigation We've got all the info, now someone needs to look into this to figure out what's going on
Projects
None yet
Development

No branches or pull requests

4 participants