Re: Ordered dithering with a set amount of colors?
Posted: 2017-02-25T21:18:51-07:00
"-dither" is a setting. It doesn't change images. It only affects operations such as "-colors" and "-remap" that reduce the number of colours. It doesn't affect "-posterize" or "-ordered-dither" operations.
The default dither method is "Riemersma". If you don't want dithering in those operations, "+dither" turns it off.
By contrast, "-ordered-dither" is an operation that changes an image.
So, yes, they are different beasts.
In my view, the best way to learn IM is to play wth it. Read the documentation, but also write loads of scripts.
The default dither method is "Riemersma". If you don't want dithering in those operations, "+dither" turns it off.
By contrast, "-ordered-dither" is an operation that changes an image.
So, yes, they are different beasts.
No.plshelpx_x wrote:And -ordered-dither means -ordered-dither -posterize 2
In my view, the best way to learn IM is to play wth it. Read the documentation, but also write loads of scripts.