On Mar 13, 6:57 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> azrael wrote:
> > I thought of using Temp files but I am afraid of the JPG destorsion
> > while saving because of the compresion.I am looking for a way to
> > directly transform it.
>
> Then don't use JPEG, use PNG. It's lossless.
azrael wrote:
> I thought of using Temp files but I am afraid of the JPG destorsion
> while saving because of the compresion.I am looking for a way to
> directly transform it.
Then don't use JPEG, use PNG. It's lossless.
Diez
--
http://mail.python.org/mailman/listinfo/python-list
I thought of using Temp files but I am afraid of the JPG destorsion
while saving because of the compresion.I am looking for a way to
directly transform it.
On Mar 13, 5:09 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> azrael wrote:
> > A little problem.
>
> > Can I directly show Pil object
azrael wrote:
> A little problem.
>
> Can I directly show Pil objects "image.open("bla.jpg") in Wx or do I
> have to transform them.
>
> If I have to transofm them How can I do it. Pixel by pixel or is there
> somethin built in in pil or wx or python.
> pilj->wx and wx->pil.
PIL doesn't depend
A little problem.
Can I directly show Pil objects "image.open("bla.jpg") in Wx or do I
have to transform them.
If I have to transofm them How can I do it. Pixel by pixel or is there
somethin built in in pil or wx or python.
pilj->wx and wx->pil.
--
http://mail.python.org/mailman/listinfo/python