Search found 2 matches

by cagdabr
2017-09-13T06:40:48-07:00
Forum: Users
Topic: How to recolor grayscale image with fixed colors by ImageMagick using CLUT
Replies: 2
Views: 2564

Re: How to recolor grayscale image with fixed colors by ImageMagick using CLUT

... Your input has only 5 shades of gray, from 1 to 5 out of 255, so I auto-levelled to widen the range to 0 to 100%, then supplied a clut with 5 values. Instead, I could have omitted the auto-level, and supplied a clut with 256 values. Thank you for your reply @snibgo. This particular source image...
by cagdabr
2017-09-08T06:33:25-07:00
Forum: Users
Topic: How to recolor grayscale image with fixed colors by ImageMagick using CLUT
Replies: 2
Views: 2564

How to recolor grayscale image with fixed colors by ImageMagick using CLUT

I'm pretty new to image processing and ImageMagick, but I couldn't find a straightforward solution to my problem after some searching. I still don't have an understanding how the Color LookUp Table [CLUT] works in ImageMagick. I have source image: https://i.stack.imgur.com/jLHjz.png And I want it lo...