Re: [Rabbit-proxy-users] Rabbit 3.1 ?
Brought to you by:
ernimril
|
From: Robert O. <ro...@kh...> - 2006-05-10 04:39:03
|
Jason Frisvold wrote: > Yes, every time. Every website. Ok, that is both good and bad I guess. > So... Maybe I'm not running the program correctly? Here's my command > line : Looks ok. > convertargs=-quality 35 -flatten $filename +profile "*" jpeg:$filename.c Can you manually try to run it as rabbit runs it? "/usr/bin/convert -quality 10 -flatten /tmp/some_image.png +profile "*" jpeg:/tmp/some_image.jpeg" One thing that I note is that you seem to say: convertargs=-quality 35 -flatten $filename +profile "*" jpeg:$filename.c but the error log seems to say quality 10... /robo |