The task of converting an image into an ICNS file should be written in java. According to http://en.wikipedia.org/wiki/Apple_Icon_Image_format it should be not that hard. The format seems pretty simple. Just some header bytes + PNG image content.
This makes the task runnable an systems where sips is not present.
The task of converting an image into an ICNS file should be written in java. According to http://en.wikipedia.org/wiki/Apple_Icon_Image_format it should be not that hard. The format seems pretty simple. Just some header bytes + PNG image content.
This makes the task runnable an systems where
sipsis not present.