> > > Last time I checked PIL was not able to apply
> > > lossless transformations to jpeg images so
> > > I've created Python bindings (or is it a
> > > wrapper? I never knew the difference :)) for
> > > the jpegtran utility of the Independent Jpeg
> > > Group.
>
>
> Why not use Tkinter for jpeg ?
On Sunday 29 October 2006 15:17, Daniel Nogradi
wrote:
> > Hi all,
> >
> > Last time I checked PIL was not able to apply
> > lossless transformations to jpeg images so
> > I've created Python bindings (or is it a
> > wrapper? I never knew the difference :)) for
> > the jpegtran utility of the Inde
> Hi all,
>
> Last time I checked PIL was not able to apply lossless transformations
> to jpeg images so I've created Python bindings (or is it a wrapper? I
> never knew the difference :)) for the jpegtran utility of the
> Independent Jpeg Group.
>
> The jpegtran utility is written in C and is very
Hi all,
Last time I checked PIL was not able to apply lossless transformations
to jpeg images so I've created Python bindings (or is it a wrapper? I
never knew the difference :)) for the jpegtran utility of the
Independent Jpeg Group.
The jpegtran utility is written in C and is very efficient, fa