LoRes is a very handy, simple, command line based application designed to help you reduce the color depth of true color images without creating bands of color in the resulting image.
Usage
LoRes {--source=srcfolder | --file=srcfile } [--dest=destfolder --nodither]
--file source file to convert (cannot be used with --source)
--source source folder (and sub-folders) to scan for images to convert (cannot be used with --file)
--dest destination folder for converted images (defaults to ./converted)
--nodither used to test the difference between the dithered and non-dithered image
Here are some key features of "LoRes":
· Convert 24-bit, 32-bit PNG images to 24-bit or 32-bit dithered PNGs with a 16-bit color depth.
· User specified source and destination folders.
· Traverse sub-directories of source folder for images to convert.
· Mirror source directory structure in the destination folder for convenience.
What's New in This Release: [ read full changelog ]
· Works with 24-bit and 32-bit png images. Traverse sub-directories of source folder.