Short: A general-purpose image converter Author: Tyler Montbriand, AmigaOS 4.0 compile by Spot / Up Rough Uploader: Varthall / Up Rough Type: gfx/conv Version: 0.3 Architecture: ppc-amigaos >= 4.0.5 xtopng 0.1 This is a general-purpose image translator based on SDL, SDL_image, libpng, and SDL png-saving code by Philip D Bober. It can read many different image formats and convert them to PNG. Supported input types are anything your installation of SDL_image supports. Commandline syntax is simple: xtopng [-flag] [-flag] file1 [file2] [file3] [...] Currently supported flags: -[0-9]: Compression level. -0 disables compression, -9 is maximum compression. If this is not specified, it uses zlib's default compression level. -r: Remove input files after conversion. This dangerous flag is obviously OFF by default. I've tried to be paranoid - it will not remove files it has not converted, and it will not remove read-only files - but I might have missed something. So please, play safe. -Tyler Montbriand, tsm()accesscomm.ca .. AmigaOS 4.0 compile by Spot / Up Rough 2006