Would using <hr> work for you? Or perhaps sed'ing your <img src="foo.jpeg"> to <hr>?
On Tue, 2006-06-13 at 09:42 +0200, Philipp Pöml wrote: > Hey out there > > Plucker is working absolutely great here so far, but I still have one > problem I could not resolve yet: > > In some pages, especially lists, there are seperators like: > > blablabla > ----------------------------- > blablabla. > > Well, these lines, are too wide for the Palm, but only one pixel high. > Reading the output of the parser -- which I added at the end of this > message -- it seams that the parser tries to make a thumbnail 150x0 > pixel that is of course not possible. > > Now my question is, is there a possibility to tell plucker a minimum > thumbnail size of 1 pixel? > > These lines make my lists a lot more readable. So I'd like to include > them... > > Many thanks and greetins > Philipp > > > > Initializing Plucker spidering engine... > > ----------------------------------------------------------- > Updating channel: temp2... > ----------------------------------------------------------- > Pluckerdir is 'C:\Programme\Plucker'... > Using proxy '' with authentication for user ''... > ZLib compression turned on > Using exclusion list C:\Programme\Plucker\exclusionlist.txt > Using exclusion list C:\Programme\Plucker\exclusionlist.txt > ---- 0 collected, 1 to do ---- > Processing http://itp3-adac.adac.de/images/c_line999999.gif... > Retrieved ok. > desired_size of image is (150, 0, 8, None) with maxwidth=150, maxheight=250 > Converting image http://itp3-adac.adac.de/images/c_line999999.gif with > PyPlucker.ImageParser.NewPythonImagingLibraryParser > Scaling original 457x1 image by 0.328228 to 150x0x8 > Traceback (most recent call last): > File "C:\Programme\Plucker/parser/python\PyPlucker\ImageParser.py", > line 1130, in convert > return self._convert_to_Tbmp (im, "P", bpp) > File "C:\Programme\Plucker/parser/python\PyPlucker\ImageParser.py", > line 1102, in _convert_to_Tbmp > > im.convert("RGB").quantize(palette=Palm8BitColormapImage).save(palmdata, > "Palm", bpp=8) > File "C:\Programme\Plucker\parser\python\vm\PIL\Image.py", line 741, > in save > SAVE[string.upper(format)](self, fp, filename) > File > "C:\Programme\Plucker/parser/python\PyPlucker\PalmImagePlugin.py", line > 307, in _save > ImageFile._save(im, fp, [("raw", (0,0)+im.size, 0, (rawmode, > rowbytes, 1))]) > File "C:\Programme\Plucker\parser\python\vm\PIL\ImageFile.py", line > 358, in _save > e.setimage(im.im, b) > SystemError: tile cannot extend outside image > Error: Runtime error parsing document > http://itp3-adac.adac.de/images/c_line999999.gif: Error while converting > image http://itp3-adac.adac.de/images/c_line999999.gif with PIL > Parsing failed. > ---- all 0 pages retrieved and parsed ---- > Writing out collected data... > Writing document 'temp2' to file > C:\Programme\Plucker\channels/temp2/temp2.pdb > Traceback (most recent call last): > File "C:\Programme\Plucker/parser/python/PyPlucker/Spider.py", line > 1734, in ? > sys.exit(realmain(None)) > File "C:\Programme\Plucker/parser/python/PyPlucker/Spider.py", line > 1719, in realmain > retval = main (config, exclusion_lists) > File "C:\Programme\Plucker/parser/python/PyPlucker/Spider.py", line > 1147, in main > mapping = writer.write (verbose=verbosity, alias_list=alias_list) > File "C:\Programme\Plucker/parser/python\PyPlucker\Writer.py", line > 535, in write > result = Writer.write (self, verbose, alias_list=alias_list) > File "C:\Programme\Plucker/parser/python\PyPlucker\Writer.py", line > 352, in write > raise RuntimeError("The collection process failed to generate a > 'home' document") > RuntimeError: The collection process failed to generate a 'home' document > Installing channel output to destinations... > Setting new due date... > Tasks completed for all channels. > > _______________________________________________ > plucker-list mailing list > [email protected] > http://lists.rubberchicken.org/mailman/listinfo/plucker-list > _______________________________________________ plucker-list mailing list [email protected] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

