Skip to content

Releases: lilohuang/PyTurboJPEG

Adding more code examples

20 Jun 01:59
84530b5
Compare
Choose a tag to compare

Adding more code examples,

  1. decoding input.jpg to BGR array with fast upsample and fast DCT. (i.e. fastest speed but lower accuracy)
  2. using PyTurboJPEG with ExifRead to transpose an image if the image has an EXIF Orientation tag

Add capability to decompress jpeg to yuv image.

29 Apr 15:26
900d9f3
Compare
Choose a tag to compare

Add capability to decompress jpeg to yuv image. #35

New flag for limiting progressive jpeg scans

23 Apr 22:03
ece1904
Compare
Choose a tag to compare

Using libjpeg-turbo 2.1.0 or later is required to make TJFLAG_LIMITSCANS work.
https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.0

PyTurboJPEG 1.4.2

09 Apr 05:33
b401945
Compare
Choose a tag to compare

getting possible scaling factors for direct rescaling from jpeg.scaling_factors

PyTurboJPEG 1.4.1

05 Apr 06:56
614e1ed
Compare
Choose a tag to compare

First release on the GitHub.