Page 1 of 1

Special effect

Posted: 2008-06-23T06:21:24-07:00
by badabou
Hello,

Does anybody know how to create a thermal effect ?

Like this one :

Image
Image

Re: Special effect

Posted: 2008-06-23T09:53:15-07:00
by fmw42
It would help to see the input image(s), if available.

It looks like the image was converted to grayscale (if it was not already) and a rainbow colormap lookup table applied using -clut.

you may want to see my script, pseudocolor, at

http://www.fmwconcepts.com/imagemagick/index.html

or see
http://www.imagemagick.org/Usage/color/#recolor
http://www.imagemagick.org/Usage/canvas ... colorspace
http://www.imagemagick.org/Usage/canvas ... nterpolate

Your lookup table rainbow images does not have to have a full spectrum, it can have just a few colors.

Re: Special effect

Posted: 2008-06-23T13:26:39-07:00
by badabou
Thank you very much for your excellent answer !
See you later