Releases: lilohuang/PyTurboJPEG
Releases · lilohuang/PyTurboJPEG
Add libturbojpeg.so.0 file path for aarch64 platform
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)
Allow compression directly from YUV raw data. (#66)
Allow compression directly from YUV raw data. (#66)
Update readme
Update readme for #63
Added OSX Homebrew lib path for Apple M1 #61
Added OSX Homebrew lib path for Apple M1 #61