Fascinating. There are some peculiar artifacts but it did indeed dither.
Search found 3 matches
- 2013-02-03T19:07:04-07:00
- Forum: Users
- Topic: Reduce color depth and dither?
- Replies: 5
- Views: 10066
- 2013-02-02T23:19:10-07:00
- Forum: Users
- Topic: Reduce color depth and dither?
- Replies: 5
- Views: 10066
Re: Reduce color depth and dither?
Thanks for the reply. A 16 color pallet is different than a color depth of 4, 16-bit RGBA.snibgo wrote:convert Sample.png -colors 16 Sample2.png
Still looking for way to get that to dither...
- 2013-02-02T16:59:49-07:00
- Forum: Users
- Topic: Reduce color depth and dither?
- Replies: 5
- Views: 10066
Reduce color depth and dither?
I tried all of the following, but the resulting image has color bands - no dithering. convert Sample.png -depth 4 Sample2.png convert Sample.png -depth 4 -dither FloydSteinberg Sample2.png convert Sample.png -depth 4 +dither Sample2.png http://imageshack.us/a/img96/4628/samplegq.png => http ...