Re: lossless transformation of jpeg images

2006-10-30 Thread Daniel Nogradi
> > > 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 ?

Re: lossless transformation of jpeg images

2006-10-29 Thread jim-on-linux
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

Re: lossless transformation of jpeg images

2006-10-29 Thread Daniel Nogradi
> 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

lossless transformation of jpeg images

2006-10-29 Thread Daniel Nogradi
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