Sri
Sri

Reputation: 13

Issue in creating .icns

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.

Upvotes: 1

Views: 291

Answers (1)

Ken
Ken

Reputation: 13003

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.

Upvotes: 3

Related Questions