Short: Extracts BMP files from ICO files Author: fredrik@a500.org (Fredrik Wikstrom), Morphos Port by Fabrizio Bartoloni Uploader: lanch tiscali it (Fabrizio "Lanch" Bartoloni) Type: gfx/conv Architecture: ppc-morphos Note from porting author: compiled with just the following line gcc ico2bmp.c -noixemul and stripped the resulting binary. Extracts BMP (image) files from ICO (Windows Icon) files. Usage: ico2bmp source_file.ico [destination_dir] destination_dir is optional and can be left out in which case the BMPs will be extracted into the current directory. Extracted BMPs will have names of the form: source_file_0.bmp source_file_1.bmp source_file_2.bmp etc. Bugs: None known. Changes: (1-Apr-2008) - Fixed remaining endian/alignment issues in the AROS build (tested with WinAROS) (17-Mar-2008) - Cross-compiled AROS version added (26-Nov-2006) - 68k version added (12-May-2006) - first released version