Re: ImageParser.py

2002-10-06 Thread Chris Hawks
---Reply to mail from Bill Janssen about ImageParser.py > Hi, Chris. It's in the regular CVS; was it ever in 1.2? > > Bill Bill: Apparently not, it was added after the 1.2 fork. Hopefully, ImageMagick will add my latest patch, which adds 8 and 16 bit and trans

Re: ImageParser.py

2002-10-05 Thread Bill Janssen
Hi, Chris. It's in the regular CVS; was it ever in 1.2? Bill ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

ImageParser.py

2002-10-04 Thread Chris Hawks
Guys: I d/l'ed the latest 1.2 CVS (looks great!!!) and found that the imagemagick2 parser has vanished! I think it was Bill J. that wrote it. Is this an oversight, or, was it removed? It's my choice for image conversion. I've tweaked it a little and can supply a diff if needed. Christopher

Re: a little patch-suggestion for Plucker (ImageParser.py)

2001-11-08 Thread Bill Janssen
Yes, we already have a similar patch in the CVS version. Thanks. Bill

a little patch-suggestion for Plucker (ImageParser.py)

2001-11-08 Thread Martin Glinski
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.sea

Re: Patch for ImageParser.py

2001-03-26 Thread Bill Janssen
> Comment: I have not looked into the code very deeply, but I really wonder > why it is necessary with both a variable (used as boolean I > guess) _scaled to indicate wheter scaling is applied or not, AND another > variable .scale to be the scaling factor (if it is scaled). To me it looks > like o

Re: Patch for ImageParser.py

2001-03-25 Thread Jarl Friis
s that were small enough that they need not to be scaled caused problems, I will in my description refer to line numbers in the current CVS version of ImageParser.py ImageParser.py 466-467: self.define_scale() if self.scale != 0: Before the patch the first line does not guar

Re: Patch for ImageParser.py

2001-03-25 Thread Michael Nordström
On Wed, 21 Mar 2001, Jarl Friis wrote: > I have encountered some problems when converting images that is not going > to be scaled. Maybe you could tell us *what* problems you encountered? > I here send a patch. I'm not that familiar with the image handling code, so I hope that Bill or Chris wi

Patch for ImageParser.py

2001-03-21 Thread Jarl Friis
I have encountered some problems when converting images that is not going to be scaled. I here send a patch. Jarl --- plucker-1.1beta1/parser/python/PyPlucker/ImageParser.py Sat Feb 3 00:32:15 2001 +++ plucker-1.1beta1/parser/python/PyPlucker/ImageParser-2.py Wed Mar 21 21:38:35