Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
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
|