Search found 3 matches

by NimaiMalle
2013-02-03T19:07:04-07:00
Forum: Users
Topic: Reduce color depth and dither?
Replies: 5
Views: 10066

Re: Reduce color depth and dither?

Fascinating. There are some peculiar artifacts but it did indeed dither.
Image
by NimaiMalle
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?

snibgo wrote:convert Sample.png -colors 16 Sample2.png
Thanks for the reply. A 16 color pallet is different than a color depth of 4, 16-bit RGBA.
Still looking for way to get that to dither...
by NimaiMalle
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 ...