1

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.

Sri
  • 13
  • 3

1 Answers1

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