Search found 37 matches

by davidb2002
2008-09-17T01:47:03-07:00
Forum: Users
Topic: gradients going wrong
Replies: 37
Views: 74665

Re: gradients going wrong

Anyone want to have a stab at it? It appears to be a problem with the version of imagemagick i have.
by davidb2002
2008-09-08T01:49:05-07:00
Forum: Users
Topic: gradients going wrong
Replies: 37
Views: 74665

Re: gradients going wrong

[php] <?php $time_php = time(); $userfilename_final = $_SESSION[user_id]."_".$time_php.".jpg"; $userfilename = $_SESSION[user_id]."_".$time_php.".png"; $userfilename2 = $_SESSION[user_id]."_".$time_php."2.png"; $userfilename3 = $_SESSION[us...
by davidb2002
2008-09-05T01:03:03-07:00
Forum: Users
Topic: gradients going wrong
Replies: 37
Views: 74665

Re: gradients going wrong

Linux version 2.6.18-53.1.21.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-14)) #1 SMP Tue May 20 09:35:07 EDT 2008

Imagemagik 6.2 (yum installed) for centos

Running shell cmd from PHP (not the PHP class)
by davidb2002
2008-09-04T01:37:37-07:00
Forum: Users
Topic: gradients going wrong
Replies: 37
Views: 74665

Re: gradients going wrong

convert -size 1x1 xc:"#ff0080" -format "rgb(%[fx:floor(255*r)],%[fx:floor(255*g)],%[fx:floor(255*b)])" info: returns rgb(255,0,128) tried that and it doesn't work for some still. In regards to the decompose. Is there a way to get imagemagik to decompose and convert the the corre...
by davidb2002
2008-09-03T01:24:54-07:00
Forum: Users
Topic: gradients going wrong
Replies: 37
Views: 74665

Re: gradients going wrong

Tried, that, looks like my problem is that im using 6.2 and it doesn't work with some hex. Upgrading is not an option (i am told by our server people). Anyone know a good way to do this in 6.2 ?

Works in 6.3 but not 6.2

/usr/local/convert -size 10x100 xc:"#FF0080" image.png
by davidb2002
2008-09-02T01:17:34-07:00
Forum: Users
Topic: gradients going wrong
Replies: 37
Views: 74665

Re: gradients going wrong

Our problem is that the image doesn't create at all. We inetned for it to be the same colors
by davidb2002
2008-09-01T08:43:24-07:00
Forum: Users
Topic: gradients going wrong
Replies: 37
Views: 74665

gradients going wrong

Not sure why but for some reason My gradients for some hex doesnt work. See examples. This works: /usr/local/convert -size 10x100 gradient:"#CCCCCC"-"#CCCCCCFF" image.png this doesnt: /usr/local/convert -size 10x100 gradient:"#FF0080"-"#FF0080FF" image.png Any...