First let me say, that plucker is a mighty fine piece of software. I'm
about to migrate all my offline reading from AvantGo and iSilo to
Plucker (an save a lot of precious RAM on the way).
I found it necessary to patch line 135 of ImageParser.py (Version
1.1.13) from 

        match = re.search(r"\s([0-9]+)x([0-9]+)\s", info)
to
        match = re.search(r"\s([0-9]+)x([0-9]+)[\s\+]", info)
                                               ^  ^^^

because my identify (from ImageMagick 5.4.0 under Linux (Version 5.3.7
was the same)) sometimes has a output like the following:

  $ identify -ping ../tvslogo.gif
  ../tvslogo.gif GIF 66x41+0+0 PseudoClass 16c 8-bit 820b 0.0u 0:01

You can find the testfile under
<URL:http://www.tomorrow-newmedia.de/mobile/avantgo/tvs/tvslogo.gif>. 
-- 
    oo  
_/\/`' -> http://blindschleiche.de

Reply via email to