command line convert with indexed colors
Posted: 2010-05-19T07:48:13-07:00
I need to find the command line options to convert an image to an indexed gif image.
I can't get any commands to work to index the colors. All of the examples from the tutorials, etc., give an error message. For example the following command lines give errors:
c:\convert c:\myfile.png -dither -colors 256 c:\myfile.gif
c:\convert -dither -colors 256 c:\myfile.png c:\myfile.gif
Any help would be greatly appreciated.
Thanks
I can't get any commands to work to index the colors. All of the examples from the tutorials, etc., give an error message. For example the following command lines give errors:
c:\convert c:\myfile.png -dither -colors 256 c:\myfile.gif
c:\convert -dither -colors 256 c:\myfile.png c:\myfile.gif
Any help would be greatly appreciated.
Thanks