Search found 5 matches

by iwrbf
2014-09-05T08:00:14-07:00
Forum: Bugs
Topic: Colorizing by convert with gradient fails - version problem?
Replies: 8
Views: 3102

Re: Colorizing by convert with gradient fails - version prob

Okay... I f****cked the whole thing up. SORRY FOR WASTING YOUR TIME!

The whole site was copied via rsync which changed UGO on the temporary grad file. This together with a cruelly paranoid setup did just... nothing. The grad file was not changed.

Okay, I'm feeling like Homer Simpson now, sorry ...
by iwrbf
2014-09-05T07:52:29-07:00
Forum: Bugs
Topic: Colorizing by convert with gradient fails - version problem?
Replies: 8
Views: 3102

Re: Colorizing by convert with gradient fails - version prob

I've tried the text dump, yet. No change, still purple... :-(

Mea culpa, I got your last post completely wrong.

Manual dumping into a txt file results in:


convert colornow.png txt:
# ImageMagick pixel enumeration: 1,6,65535,srgb
0,0: (35466,11051,58082) #8A8A2B2BE2E2 BlueViolet
0,1: (35466 ...
by iwrbf
2014-09-05T07:36:01-07:00
Forum: Bugs
Topic: Colorizing by convert with gradient fails - version problem?
Replies: 8
Views: 3102

Re: Colorizing by convert with gradient fails - version prob

I've tried the text dump, yet. No change, still purple... :-(
by iwrbf
2014-09-05T06:56:40-07:00
Forum: Bugs
Topic: Colorizing by convert with gradient fails - version problem?
Replies: 8
Views: 3102

Re: Colorizing by convert with gradient fails - version prob

Hi,

thank you for your time!

The resulting commands in the exec commands ($ex) are:

convert -size 1x6 gradient:'#FFFF00'-'#FFFF00' /home/site/pics/symbolonlay/colornow.png

and

convert /home/site/pics/symbolonlay/symbol_left.png /home/site/pics/symbolonlay/colornow.png -clut /home/site/pics ...
by iwrbf
2014-09-05T05:42:20-07:00
Forum: Bugs
Topic: Colorizing by convert with gradient fails - version problem?
Replies: 8
Views: 3102

Colorizing by convert with gradient fails - version problem?

Hi,

if been running a script on a php5 linux server (old Ubuntu 10.04 LTS) with an imagemagick version of:


Version: ImageMagick 6.5.7-8 2012-08-17 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC
Features: OpenMP


Now I recently moved the script on ...