Search found 2 matches
- 2011-10-10T08:39:37-07:00
- Forum: Users
- Topic: 2 Color Gradient - How to emphasize 30/70 distribution
- Replies: 4
- Views: 7535
Re: 2 Color Gradient - How to emphasize 30/70 distribution
I am grateful for the replies and have tested all of them. I have determined that Anthony's post provides the most friendly and fast method of accomplishing the goal. The results of my testing can be seen here: http://sta.compumatter.com/pages/test/ Thank you. I do have one other issue perhaps and ...
- 2011-10-09T19:03:25-07:00
- Forum: Users
- Topic: 2 Color Gradient - How to emphasize 30/70 distribution
- Replies: 4
- Views: 7535
2 Color Gradient - How to emphasize 30/70 distribution
This command properly draws a 1 pixel x 100 pixel green to transparent gradient which is the echo'd to the screen. exec ("convert -size 1x100 gradient:green-none ".$_SERVER['DOCUMENT_ROOT']."/temp/FAFAFA_trans2.png"); I have then increased it size and made it viewable. All that worked just fine ...