On 20 Sep 2002 at 15:07, Kundu, Partha wrote: > Robert, > > I tried on verbosity level = 1 (medium) and it worked! I also tried level=2 > (high) with no images and that too worked. > > Hope that helps. > > Thanks for your support. > > -Partha Excellent. Then it is a result of the windowpil parser and using the external Bmp2Tbmp output.
I have noticed that the windowspil parser is also the cause of not including an alternate version of large images. If you open up your plucker.ini and change the imageparser key from imageparser=windowspil to imageparser=pil2 then fullsize pannable images will now be included, and verbosity=2 will also cruise along as expected. Also, there will never be an orphaned Bmp2Tbmp.exe running if you stopped at parser (thus killing python.exe) right in the middle of a Bmp2Tbmp.exe image parse. I'll have a closer look, but maybe there should be a test of switching over to pil2 as the default MSW parser to see how it fares in the field, now that PIL has the capacity to write TBmps directly, and the PIL is included in the Windows distribution already. Best wishes, Robert _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
