PyTurboJPEG Versions Save

PyTurboJPEG is a highly optimized Python wrapper of libjpeg-turbo (TurboJPEG API) which supports x86 and ARM architecture.

v1.7.3

5 months ago

Fixing a problem with copynone using libjpeg-turbo 3.0.0 (https://github.com/lilohuang/PyTurboJPEG/issues/74). Thanks to @erikogabrielsson for his contribution.

v1.7.2

10 months ago

Please refer to the release notes of the TurobJPEG API at https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.0

v1.7.1

1 year ago

A new option to avoid duplicating EXIF data in the crops. (https://github.com/lilohuang/PyTurboJPEG/pull/68)

v1.7.0

1 year ago

Allow compression directly from YUV raw data. (https://github.com/lilohuang/PyTurboJPEG/pull/66)

v1.6.7

1 year ago

v1.6.6

2 years ago

Added OSX Homebrew lib path for Apple M1 #61

v1.6.5

2 years ago
  1. Improved encode() error handling on wrong array shape (silent crash on wrong array shape (#57)
  2. Added an extra turbojpeg default path for Mac OS

v1.6.4

2 years ago

Fixed lib paths missing on NetBSD #55

v1.6.3

2 years ago

scale_with_quality() returns empty data if decoding the image to be scaled triggers a warning. #53

v1.6.2

2 years ago

Use libturbojpeg.so instead of libjpeg.so in FreeBSD. #51