---On Mon, 15 Oct 2001 12:33:22 -0400 (EDT), Larry W. Virden said
> I updated today to the latest version of plucker (I somehow missed the
> announcement for it until now).
>
> I am seeing this error:
>
> Runtime error parsing document http://www.pokemon.com/images/nintendo_logo.gif:
>
> Can't determine image size from output of ImageMagick 'identify' program:
> /ldat
> [EMAIL PROTECTED] 85x21+0+0 PseudoClass 32c 610b GIF 0.0u 0:00
I just upgraded recently as well and saw the error. Change line #135(?) in
the ImageParser.py file from:
match = re.search(r"\s([0-9]+)x([0-9]+)\s", info)
to:
match = re.search(r"\D([0-9]+)x([0-9]+)\D", info)
evidently, different versions of identify format the output differently.
This should work in any case.
> I am plucking a document for a Palm Vx running PalmOS 3.5.3 . I currently
> have plucker set for 4 bit gray (as I think that's all the Palm Vx
> supports). I also have plucker set up to use netpbm2 .
altho, this in in the imagemagick conversion routines _not_ netpbm2.
--re: Question about plucker 1.1.13
Chris
Christopher R. Hawks Software Engineer
Syscon Plantstar a Division of Syscon International
-------------------------------------------------------------------------
> Linux is not user-friendly.
It _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
-- Seen somewhere on the net