>       When I'm plucking a site, and the site has a logo at the top, for
> example the Cincinnati Spine institute[1], the logo is larger than the
> 160-scrollbar width on the Palm. The distiller (formerly parser) used to
> treat this differently, and scale the image so that it would fit on the
> screen, even when I didn't specify any maxwidth/height arguments.

This looks like a bug.  I'll check it out.

Thinking about it, though, I think we should remove any built-in
maxwidth and maxheight, since the range of viewers is expanding.  But
it should clearly still work if maxwidth or maxheight is specified in
the .pluckerrc file.

>       Did I miss something? I've turned on auto_scale_images in
> ~/.pluckerrc, but that seems to be ignored when using netpbm2, or at least
> in this instance.

auto_scale_images just makes sure the image fits in the max space
allowable in the DB format; it doesn't have much to do with the width
x height size of the image.

> Error:  Unknown error parsing document
> http://www.cincinnatispine.com/html/newsletter/img/images/ArthroAid-Banner2_01.gif:
> Traceback (most recent call last):
>   File "/usr/lib/python2.1/site-packages/PyPlucker/Parser.py", line 45, in
> generic_parser
>     return parsed.get_plucker_doc ()
>   File "/usr/lib/python2.1/site-packages/PyPlucker/ImageParser.py", line
> 183, in get_plucker_doc
>     newbits = self.convert(width, height, depth, section)
>   File "/usr/lib/python2.1/site-packages/PyPlucker/ImageParser.py", line
> 501, in convert
>     f = open(self._tmpfile, 'r'+binary_flag)
> IOError: [Errno 2] No such file or directory: '[EMAIL PROTECTED]'

Looks like the ImageMagick "convert" tool didn't generate any
output. --verbosity=2 should reveal why.

Bill

Reply via email to