When I attempt
> convert myimage.png -dither FloydSteinberg -colors 256 mytestimage.gif
convert: unable to open image 'FloydSteinberg': No such file or directory
>
This is ImageMagick 6.3.7 06/04/09 Q16
Any ideas?
Thanks!
-dither FloydSteinberg -> unable to open image
-
- Posts: 30
- Joined: 2009-01-02T14:14:45-07:00
- Location: Minneapolis, MN
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: -dither FloydSteinberg -> unable to open image
Your version of IM is too old. From the changelog at http://www.imagemagick.org/script/changelog.php
2008-08-14 6.4.2-9 Cristy <quetzlzacatenango@image...>
New dithering selection option, -dither Floyd-Steinberg or -dither Riemersma.
On current versions,
identify -list dither
None
FloydSteinberg
Riemersma
2008-08-14 6.4.2-9 Cristy <quetzlzacatenango@image...>
New dithering selection option, -dither Floyd-Steinberg or -dither Riemersma.
On current versions,
identify -list dither
None
FloydSteinberg
Riemersma