I have created icns file using IconFamily, but after creating the image the quality of image is bad. Is there any other alternative to create icns image in Mac.
Asked
Active
Viewed 283 times
1
-
http://stackoverflow.com/questions/4478925/objective-c-convert-an-image-to-icns – VitorMM Jul 27 '13 at 01:27
1 Answers
3
The ImageIO.framework can write ICNS files.
Create a CGImageDestinationRef. Add a CGImage for each of the bitmaps you'd like in the ICNS file. Finalize the CGImageDestination.

Quinn Taylor
- 44,553
- 16
- 113
- 131

Ken
- 12,933
- 4
- 29
- 32
-
@Sri I am stuck in the same error. Can you please post the code for the same ? – Harjot Singh Aug 21 '14 at 19:51