Search found 2 matches
- 2013-06-05T07:19:55-07:00
- Forum: Users
- Topic: Replace solid color with oriented gradient
- Replies: 5
- Views: 5055
Re: Replace solid color with oriented gradient
I would break the problem down into stages. One stage is to replace the solid blue with a gradient blue. You can create the gradient blue (Windows script), at any angle you want: convert -size 140x140 gradient:rgb(0,0,64)-rgb(200,200,255) -rotate 45 +repage grad1.png I will make the solid blue ...
- 2013-06-03T07:40:08-07:00
- Forum: Users
- Topic: Replace solid color with oriented gradient
- Replies: 5
- Views: 5055
Replace solid color with oriented gradient
Hello all, I am trying to make a script to replace a color from an image with a gradient oriented one. The goal is make an animated image with the gradient color turning. I try diffrent commands but was unable to do it. My main problem is that this command "convert source.jpg -size 1000x496 gradient ...