"Bill" == Bill Janssen <[EMAIL PROTECTED]> writes: Bill> Dirk, you'll want to look at what I've done in ImageParser.py. Bill> I've defined a base class (ImageParser), and made pil2 and netpbm2 Bill> subclasses from that class. Generic code moves into the base Bill> class, and the specific subclass just implements the "size" and
I will look into this. Bill> "convert" methods. I've also incorporated your "try_reduce_bpp" Bill> and "try_reduce_dimension" flags. (I like the "try_reduce_dimension" Bill> so much I think it should be on by default.) I was going to turn Well, for comics the try_reduce_bpp are more the one to use. BTW: you may wan't also take a look in the handling of transparent bitmaps in the Windowspil parser. (the transparent color are set to white, because many gifs have the transparent set to black) cu, Dirk -- Permanent URLs to the latest Version (1.1.13) of the Plucker Windows installer - For the Webpage: http://www.dirk-heiser.de/plucker - Direct Download: http://www.dirk-heiser.de/plucker/plucker.exe [2.08MB]
