Releases: lilohuang/PyTurboJPEG
Releases · lilohuang/PyTurboJPEG
Add in-place encode and decode with examples
Sincerely appreciate @stephematician's contribution (#91)
- Added the option to encode/decode into a pre-allocated array.
- Added in-place decoding and encoding examples
- Fixed a typo/incorrect arguments used in scale_with_quality.
Fixed unexpected crop results
Fixed unexpected crop results especially when the preserve option is True mentioned in #88
Update copyright year
Update copyright year #87
Add libturbojpeg.so.0 file path for aarch64 platform
See details in #85
Fix syntax in DEFAULT_LIB_PATHS
Fix syntax in DEFAULT_LIB_PATHS (#83)
Ensuring that the pixel buffer is a contiguous array before sending it to the encoder.
Ensuring that the pixel buffer is a contiguous array before sending it to the encoder to resolve the issue reported at #81.
Add Alpine Linux libturbojpeg library path.
Add alpine linux libturbojpeg lib path #79
Fixing a problem with copynone using libjpeg-turbo 3.0.0
Fixing a problem with copynone using libjpeg-turbo 3.0.0 (#74). Thanks to @erikogabrielsson for his contribution.
Add support for chrominance subsampling 4:4:1
Please refer to the release notes of the TurobJPEG API at https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.0
Add copynone option to crop_multiple
A new option to avoid duplicating EXIF data in the crops. (#68)