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