Title: RE: New to Plucker

I downloaded the patch zip file and incorporated it into my plucker directory.  I am curious about one thing in it's plucker.ini file however.  I notice that the "image_parser" is set to "windows" and not "ImageMagick".  Is there a reason for this?

Thanks!
Greg

-----Original Message-----
From: Anthony Foglia [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 09, 2002 9:05 PM
To: [EMAIL PROTECTED]
Subject: RE: New to Plucker


On Tue, 9 Apr 2002, Greg Martz wrote:

> How did you integrate ImageMagick into Plucker?  I have both installed but
> just can't figure out how to get Plucker to use it!

        I think Troy Sanders had a page with the info, but it's now
missing.  I used that and the previous thread "Better Image Processing by
PyPlucker"
<http://www.mail-archive.com/[email protected]/msg00707.html>.
But, from what little I remember and looking over my current plucker.ini
file, here's the basics.

        You'll want to set the convert_program and
convert_program_parameter values.  In my file, it's:

convert_program=C:\ImageMagick\convert.exe
convert_program_parameter=  -gamma 0.6 -sharpen 7x7 %input% bmp:%output%

        Also, do the same for bmp_resize_program and
bmp_resize_program_parameter values.

bmp_resize_program=C:\ImageMagick\convert.exe
bmp_resize_program_parameter= -geometry %maxwidth%x%maxheight% bmp:%input%
bmp:%output%

        (Keep each declaration on one line.)

        I have the nagging feeling I'm forgetting something, but I think
that should be enough.  Keep us informed.

--Anthony

-------------------------------------------------------------------
"I am but mad north-north-west. When the wind is southerly, I know a
hawk from a handsaw."

Reply via email to