raphaelhanneken / iconizer

Create Xcode asset catalogs swift and painless. Generate images for macOS and iOS app icons, launch images and image sets.
http://raphaelhanneken.com/iconizer
MIT License
890 stars 69 forks source link

Images generated are double in size #6

Closed masarapmabuhay closed 7 years ago

masarapmabuhay commented 8 years ago

Hello! My teammate uses your Iconizer app a lot, and he recommended it to me. Unfortunately, when I generate app icons using Iconizer myself, the dimensions of the images are double in size. For example, for the ipad-appicon@1x.png, I get 152x152, instead of 76x76.

Also, interestingly, Iconizer does not generate an app icon for ipad-pro-appicon@1x.png.

I tested both 2.2. and 2.2.1 for this. I set iPhone and iPad as my Platforms and checked "Export as Combined Asset". I'm using El Capitan 10.11.5.

I've also removed the previous app icon set that Iconizer generated, and then generated the icons again, to see if the issue is related to the overwriting process done by Iconizer. But to no avail.

I hope you can help us figure out a workaround to this. We suspect that it might be a bug in the Iconizer app, but it is also possible that I missed an otherwise obvious step.

Thank you so much.

chrisamanse commented 8 years ago

@raphaelhanneken this may be an issue with resizing images from a MacBook with a Retina screen. Here's the related Stackoverflow discussion.

dcilia commented 7 years ago

Just came upon the need to use this app; here is the fix for the retina issue.

https://github.com/raphaelhanneken/iconizer/pull/9

tested on my retina MBP

@raphaelhanneken

raphaelhanneken commented 7 years ago

Thanks guys. I've merged the pr and published a new release, hope this works now.