syamilmj / Aqua-Resizer

Resize WordPress images on the fly
502 stars 208 forks source link

Added retina image size support (@2x) #34

Closed premitheme closed 10 years ago

premitheme commented 10 years ago

I added a function bool argument for retina image size support (@2x). Please review the commit as I'm not a PHP guru.

premitheme commented 10 years ago

Hey just saw this https://github.com/syamilmj/Aqua-Resizer/pull/14#issuecomment-12653663

wpexplorer commented 10 years ago

The way you did it all it does is create a larger image, have a look here: https://github.com/syamilmj/Aqua-Resizer/issues/36

mxmzb commented 10 years ago

You'Re basically scaling up for lower image quality (stretching). Retina support implies that you got a high quality image and create two versions of the image as long as the original one does a large enough resolution.