Taken from another thread in order to not pollute.
If you could write a program that splits PNG Icons or Classic Icons that would be great. If you could compile it for Windows & AROS that's even better. Many times on Windows I have to use the Hex Editor to do it.
@Miker1264:
A few questions:
1) what to do with the Ic0n chunk in png images. I have seen icons that even have a ic0n chunk in both images.
2) I assume that writing the individual images to a standard png image would be ok ?
3) what would be a preferred storage format for classic icons (you mentioned ilbm but what exact format) ?
4) would you also like to have support for newicons (e.g. tooltype icons)
5) in case yes to 4, what about the classic images ?
Anything else I forgot to yo might think is a good idea to add/implement, please share.
If there is any priority with regards to a particular icon storage format then please give a note on that. f.i. splitting png images is a matter of writing 2 or 3 lines of code (if I would to use a pre-existing png class loader) while others like newicons requires a bit more work (especially since i did not write a decompressor for that format yet).
Streamlining everything into a single command line program would add some additional time as well.