views:

12

answers:

1

Is there a command-line program that can process pngs(and other formats) to make them 18bit 262k colors. Something like

imageprocess -bpp 18bit
+1  A: 

ImageMagick's -depth option should do what you're asking.

http://www.imagemagick.org/script/command-line-options.php#depth

John Bruckler