Skip to content

Releases: lilohuang/PyTurboJPEG

Add in-place encode and decode with examples

22 Jun 07:19
ef7660a
Compare
Choose a tag to compare

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

31 May 07:56
1d76e92
Compare
Choose a tag to compare

Fixed unexpected crop results especially when the preserve option is True mentioned in #88

Update copyright year

11 Feb 14:09
87bdba4
Compare
Choose a tag to compare

Update copyright year #87

Add libturbojpeg.so.0 file path for aarch64 platform

17 Sep 15:02
3b515dd
Compare
Choose a tag to compare

Fix syntax in DEFAULT_LIB_PATHS

03 Sep 13:12
1435324
Compare
Choose a tag to compare

Fix syntax in DEFAULT_LIB_PATHS (#83)

Ensuring that the pixel buffer is a contiguous array before sending it to the encoder.

28 Jul 08:31
c46d6d1
Compare
Choose a tag to compare

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.

16 Jul 06:38
91cd8d2
Compare
Choose a tag to compare

Add alpine linux libturbojpeg lib path #79

Fixing a problem with copynone using libjpeg-turbo 3.0.0

06 Dec 13:25
c9a4973
Compare
Choose a tag to compare

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

04 Jul 09:44
c491d2a
Compare
Choose a tag to compare

Add copynone option to crop_multiple

02 Apr 23:56
db62383
Compare
Choose a tag to compare

A new option to avoid duplicating EXIF data in the crops. (#68)