You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm aware that microsoft .Ico format has been implemented and it'll be available in the next major version.
I was wondering if it could be possible to add an implementation for Apple's Icon own format, .icns, which is equivalent in features to microsoft's .Ico format, but requires a totally different implementation.
I haven't found any implementation in c#, so I had to develop my own bare bones encoder which is what I need. so in case this goes forward, I can provide the source code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm aware that microsoft .Ico format has been implemented and it'll be available in the next major version.
I was wondering if it could be possible to add an implementation for Apple's Icon own format, .icns, which is equivalent in features to microsoft's .Ico format, but requires a totally different implementation.
https://en.wikipedia.org/wiki/Apple_Icon_Image_format
I haven't found any implementation in c#, so I had to develop my own bare bones encoder which is what I need. so in case this goes forward, I can provide the source code.
Beta Was this translation helpful? Give feedback.
All reactions