Re: [Image-SIG] A possible bug in converting palletized images to QImage

2010-01-04 Thread Mauricio Muñoz Lucero
2010/1/4 Christopher Barker wrote: > > Mauricio Muñoz Lucero wrote: >> >> I am making an image converter using PIL 1.1.7 and PyQt 4.6 for the gui. >> >> Everything goes perfect, except when i try to convert an image in "P" >> mode (8 bit pixels and using a colour palette) to QImage, using the >> I

Re: [Image-SIG] A possible bug in converting palletized images to QImage

2010-01-04 Thread Christopher Barker
Mauricio Muñoz Lucero wrote: I am making an image converter using PIL 1.1.7 and PyQt 4.6 for the gui. Everything goes perfect, except when i try to convert an image in "P" mode (8 bit pixels and using a colour palette) to QImage, using the ImageQt module. ... Is it really a bug or am i using i

[Image-SIG] A possible bug in converting palletized images to QImage

2009-12-27 Thread Mauricio Muñoz Lucero
Hi! I am making an image converter using PIL 1.1.7 and PyQt 4.6 for the gui. Everything goes perfect, except when i try to convert an image in "P" mode (8 bit pixels and using a colour palette) to QImage, using the ImageQt module. self.img = ImageQt.ImageQt(self.raw_image) In this case, always