I would say it depends on a lot of things and would help if you posted a link to a cheesy orange image.
Also are cheesy orange and greenish/olive greenish standard colour names ?
Clueless newbie question
This will change one colour to the next:
As soon as you mentioned jpg rather than gif or png I thought it would be more complicated !
At a rough guess you have 1,000 colours to change.
All I can sugest is have a look at this site and see if there is anything there that would be of help.
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/
Code: Select all
exec("/usr/local/bin/convert image.png -fill rgb\(255,0,0\) -opaque rgb\(170,170,170\) newimage.png");
At a rough guess you have 1,000 colours to change.
All I can sugest is have a look at this site and see if there is anything there that would be of help.
http://www.cit.gu.edu.au/~anthony/graphics/imagick6/
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
It looks like you want to do replace a gradient of colors with another gradient.
One IM user, Rick Mabry, has been doing work in this area, see his results at....
http://www.lsus.edu/sc/math/rmabry/imag ... tireplace/
Nothing for practical use by others as of yet however.
One IM user, Rick Mabry, has been doing work in this area, see his results at....
http://www.lsus.edu/sc/math/rmabry/imag ... tireplace/
Nothing for practical use by others as of yet however.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/