> Unfortunatly, different versions of identify output their data in
> different formats. Can you post the output from:
What's interesting is that I tried this, and with -V1 and
imagemagick set as my parser, pointed directly at that single image, the
image is converted properly. If I use -V2 on the same image, it fails. I'm
using the latest distiller from cvs, latest viewer, imagemagick 5.4.7,
python 2.1.3, etc.
Here's the results:
-------------
-- with V1 --
-------------
$ plucker-build -V1 -H
"http://www.teamlambchop.com/stats/images/graphs/1000.gif" -f /tmp/test
Pluckerdir is '/home/hacker/.plucker'...
---- 0 collected, 1 to do ----
Processing http://www.teamlambchop.com/stats/images/graphs/1000.gif...
Retrieved ok.
Running: identify -ping [EMAIL PROTECTED]
Parsed ok.
---- all 1 pages retrieved and parsed ----
Writing out collected data...
Writing document 'test' to file /tmp/test.pdb
Converting http://www.teamlambchop.com/stats/images/graphs/1000.gif...
No default charset
Wrote 1 <= plucker:/~special~/index
Wrote 2 <= http://www.teamlambchop.com/stats/images/graphs/1000.gif
Wrote 3 <= plucker:/~special~/pluckerlinks
Wrote 11 <= plucker:/~special~/links1
Done!
-------------
-- with V2 --
-------------
$ plucker-build -V2 -H
"http://www.teamlambchop.com/stats/images/graphs/1000.gif" -f /tmp/test
Pluckerdir is '/home/hacker/.plucker'...
ZLib compression turned on
Using exclusion list /home/hacker/.plucker/exclusionlist.txt
Using exclusion list /home/hacker/.plucker/exclusionlist.txt
---- 0 collected, 1 to do ----
Processing http://www.teamlambchop.com/stats/images/graphs/1000.gif...
Retrieved ok.
Running: identify -ping [EMAIL PROTECTED]
Running: convert -colors 16 -dither -geometry "150x250>" [EMAIL PROTECTED]
ppm:[EMAIL PROTECTED]
Error: Runtime error parsing document
http://www.teamlambchop.com/stats/images/graphs/1000.gif: Error while
converting image (http://www.teamlambchop.com/stats/images/graphs/1000.gif).
Parsing failed.
---- all 0 pages retrieved and parsed ----
Writing out collected data...
Writing document 'test' to file /tmp/test.pdb
Traceback (most recent call last):
File "/usr/bin/plucker-build", line 1487, in ?
sys.exit(realmain())
File "/usr/bin/plucker-build", line 1480, in realmain
retval = main (config, exclusion_lists)
File "/usr/bin/plucker-build", line 1025, in main
mapping = writer.write (verbose=verbosity, alias_list=alias_list)
File "/usr/lib/python2.1/site-packages/PyPlucker/Writer.py", line 518, in
write
result = Writer.write (self, verbose, alias_list=alias_list)
File "/usr/lib/python2.1/site-packages/PyPlucker/Writer.py", line 337, in
write
raise RuntimeError("The collection process failed to generate a 'home'
document")
RuntimeError: The collection process failed to generate a 'home' document
d.