开发者

Issue in creating .icns

开发者 https://www.devze.com 2023-01-30 10:31 出处:网络
I h开发者_如何学Goave 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.The ImageIO.framework can

I h开发者_如何学Goave 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消