I was just wondering if you had completed aiix icon splitter?
Unfortunately I did not finish the project. I stopped at my 3th re-write for some reason (the reason why eludes me atm, probably some distraction).
The previous two rewrites were necessary for me in order to grasp/detail the saving routines and detecting the re-use of the same coding/decoding routines. That led me to a smart-ass solution for the 3th rewrite but one which I never seem to have finished (no saving routines implemented at all). Things become rather complicated when you want to be able to convert from every available storage type to another one, including reducing colors (in case necessary).
I will send you a PM regarding the Pascal sources.
That is ok. I already noticed your PM but allow me a little time to clean things up
I'm working on the Encoder part to save Amiga Icons. Maybe if I understand the Decoder part better it will be easier to write a working encoder.
Understood. It is complicated enough as it is.
Funny/Ironic part is I used c-code for reference
In the meantime I wrote an RLE encoder algorithm from scratch that works well to encode the 8 bit palette data.
Nice !. at least that means you'll have something that you can check against.