ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Create ICNS file

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Ken Randall Posted - Jun 09 2020 : 06:02:48
Hi,

I know how to create an ICO file using ImageEn. Can an ICNS file also be created. If so, how using Delphi?

Thanks

Ken R
4   L A T E S T    R E P L I E S    (Newest First)
Ken Randall Posted - Jun 11 2020 : 03:32:24
I have added my vote for it in new features. It now has 20 votes!

Ken R
xequte Posted - Jun 10 2020 : 20:12:13
Hi Ken

Unfortunately there has not been enough demand for ICNS support for us to pursue it. You might be able investigate the ICNS open source library to see if that can be made to work under Windows:

https://sourceforge.net/p/icns/

Nigel
Xequte Software
www.imageen.com
Ken Randall Posted - Jun 10 2020 : 02:35:36
Thanks. The format is specified here https://en.wikipedia.org/wiki/Apple_Icon_Image_format but I don't know how to take that any further!

Ken R
xequte Posted - Jun 09 2020 : 16:21:49
Hi Ken

ICNS is a MacOS icon file format:

https://fileinfo.com/extension/icns

I don't know of any Delphi code that supports it. It uses PNG internally, so you might be able to create your own if you can find a definition of its structure.


Nigel
Xequte Software
www.imageen.com