View Single Post
Old 09-24-2010, 08:23 AM   #16
kacir
Wizard
kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.kacir ought to be getting tired of karma fortunes by now.
 
kacir's Avatar
 
Posts: 3,463
Karma: 10684861
Join Date: May 2006
Device: PocketBook 360, before it was Sony Reader, cassiopeia A-20
Quote:
Originally Posted by brainycat View Post
In image magick, do 'convert FILENAME.bmp -colors 256 FILENAME.bmp' for each image using RGB space.
What I did was this:
Code:
convert escher01.png -quantize GRAY +dither -colors 16 -rotate "-90>" escher01.bmp
You can install imagemagick and use the convert command even in Windows.
kacir is offline   Reply With Quote