Search found 2 matches
- 2016-02-22T05:01:07-07:00
- Forum: Users
- Topic: Replace solid color with oriented gradient
- Replies: 5
- Views: 5054
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 ...
- 2016-02-19T06:34:40-07:00
- Forum: Users
- Topic: How to apply gradient color in png image using php ?
- Replies: 1
- Views: 1591
How to apply gradient color in png image using php ?
I want to apply gradient color Over PNG Image using PHP.
I want to apply the color in solid part only. Not to the transparent part.
I want to apply the color in solid part only. Not to the transparent part.