Found it!

    I evidently had set the matrix to 2x2 (pieces) for testing and even
tho I was calculating it, I didn't put it into the multiimage record. So
the viewer was arranging the pieces in 2 columns.

--- ImageParser.py.orig Tue Sep  2 21:05:09 2003
+++ ImageParser.py      Fri Sep 12 19:02:05 2003
@@ -298,7 +298,7 @@
 
         multiurl = "%s?width=%d&height=%d&depth=%d" % (self._url, width,
height, depth)
         doc = PluckerDocs.PluckerMultiImageDocument (multiurl,
self._config)
-        doc.set_size(2, 2)
+        doc.set_size(cols, rows)
 
         count = 0
         Y = 0

Fixed in CVS!

Christopher R. Hawks
HAWKSoft
-------------------------------------------------------------------------
"Here's a horrible thought: You know how dumb the average person is? Well,
half the human race is even dumber than that..."





_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to