Search found 2 matches

by gurupak
2014-03-05T00:42:46-07:00
Forum: Users
Topic: convert function not taking gradient color
Replies: 4
Views: 2484

Re: convert function not taking gradient color

try moving the quotes

/usr/bin/convert -size 656x153 xc:none -fill gradient:"#FDFCFC-#E8EAEB" -draw 'roundRectangle 0,0 656,153 15,15' front_plate_1393946806922887979.png


I have already checked it by removing quotes. But nothing.


That might be the latest version available using cpanel but it ...
by gurupak
2014-03-04T08:50:07-07:00
Forum: Users
Topic: convert function not taking gradient color
Replies: 4
Views: 2484

convert function not taking gradient color

Hi,

I have transferred my site to a new server and installed the latest version of ImageMagick on it (convert --version 6.2.8 ).

After porting site to new server my ImageMagick commands have stopped running on it. Here is the command that i am using from PHP script:

/usr/bin/convert -size ...