Hello,
Does anybody know how to create a thermal effect ?
Like this one :
Special effect
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Special effect
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.
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
Thank you very much for your excellent answer !
See you later
See you later