Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Tags: lilohuang/PyTurboJPEG

Tags

v1.8.2

Toggle v1.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix encode API compatibility (#93)

- When dst is None, the return value of encode should be a bytearray to maintain compatibility with existing applications.
- Add examples for in-place encoding/decoding

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated to reflect the logic changes outlined in #88. (#90)

* Updated to reflect the logic changes outlined in #88.

v1.7.8

Toggle v1.7.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update copyright year (#87)

v1.7.7

Toggle v1.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add libturbojpeg.so.0 file path for aarch64 platform (#86)

* add libturbojpeg.so.0 file path for aarch64 platform (#85)

* Update setup.py

* Update turbojpeg.py

---------

Co-authored-by: Maximilian Schempp <[email protected]>

v1.7.6

Toggle v1.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix syntax in DEFAULT_LIB_PATHS (#83) (#84)

Fix syntax in DEFAULT_LIB_PATHS (#83)

v1.7.5

Toggle v1.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensuring that the pixel buffer is a contiguous array before sending i…

…t 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.

v1.7.4

Toggle v1.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
With alpine linux support (#80)

* Add alpine linux libturbojpeg lib path (#79)

---------

Co-authored-by: Phillip Dykman <[email protected]>

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing a problem with copynone using libjpeg-turbo 3.0.0 (#76)

Fixing a problem with copynone using libjpeg-turbo 3.0.0 (#74). Thanks to @erikogabrielsson for his contribution.
---------

Co-authored-by: Erik O Gabrielsson <[email protected]>

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for chrominance subsampling 4:4:1 (#72)

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

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add copynone option to crop_multiple #68 (#69)

* Add copynone option to crop_multiple (#68)
Allows to avoid copy of EXIF data when generating multiples crops.
---------
Co-authored-by: Christian Quest <[email protected]>