I want to convert it to this:
Worked in GIMP. But I need to batch convert thousands of these.
By using these commands in ImageMagick I get this:
Code: Select all
convert c:\Users\User\Desktop\1.png -dither Floyd-Steinberg -colors 8 c:\Users\User\Desktop\1.bmp
Seems like I need to create my own color palette like in GIMP (unless there is one for 3 bit rgb built in), otherwise the program generates optimal color palette from the image itself. How can I do that?
And what command can I use to convert a whole folder of images, not just one?
Finally, this is a different question, but can I save each channel as separate monochrome (1 bit) bmp files as well?
Not easy finding the commands I need.
Thank you.