rickytan / RTImageAssets

A Xcode plugin to automatically generate 2x, 1x image from 3x image for you, or upscale to 3x from 2x
MIT License
2.46k stars 334 forks source link

Image @2x larger than @3x #68

Closed JonyMateos closed 8 years ago

JonyMateos commented 8 years ago

I have generated @2x image from @3x image exported from Illustrator. @3x has size 500bytes and @2x has size 2kb.
Also I tried ImageOptim and the result has been the same.

rickytan commented 8 years ago

In fact, all PNG files will be optimized automatically by Xcode while archiving, I don't think this would be a problem.

leenat commented 8 years ago

Yes, even when you use Preview mac app to resize image @2x appears to be larger in size as compared to @3x size

JonyMateos commented 8 years ago

Thank you both :+1: