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
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
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