AROS World Exec

Distros => Icaros Desktop => Topic started by: miker1264 on December 10, 2021, 11:50:59 PM

Title: New Icon Tools
Post by: miker1264 on December 10, 2021, 11:50:59 PM
I'm currently writing a series of small commandline tools for use with pictures & icon files.

This is a sample of one of them called 'Icon2PNG' which reads a PNG Icon & splits it into PNG files.

It's counterpart - Icon2IFF will open an IFF Icon & export two ILBM Images.

Then there will be PNG2Icon & IFF2Icon that accept two images to make new icons.

Another tool is Pic2IFF which already uses Neuquant Algorithm to quantize a 24/32bit PNG to 8bit IFF.

Lastly there is the gem of them all...ConvertIcon. It will use quantizing to convert 32 PNG Icons directly to IFF Icons.

Title: Re: New Icon Tools
Post by: Amiwell on December 11, 2021, 05:00:05 AM
nice miker :)
Title: Re: New Icon Tools
Post by: ilBarbax on December 16, 2021, 05:10:36 AM
Hi Mike,

where are downloadable those tools?
Title: Re: New Icon Tools
Post by: AMIGASYSTEM on December 16, 2021, 05:15:01 AM
They are posted here in the appropriate discussions:

https://ae.amigalife.org/index.php?board=9.0
Title: Re: New Icon Tools
Post by: miker1264 on December 16, 2021, 07:12:19 AM
Hi Mike,

where are downloadable those tools?

The tools are compiled for AROS 68k but I can compile for x86.

I'm revising Icon2PNG also.  :)