Skip to content

Releases: Pixboost/transformimgs

Using target size image when picking a format

22 Dec 14:09
78a4c96
Compare
Choose a tag to compare
  • The limitation of max size of the image to convert to AVIF is using target image rather than source.
  • FIX: Data race in a queue
  • Using go modules (hence new major version)
  • Using codecov for coverage

v5.0.3

19 Sep 14:30
Compare
Choose a tag to compare

Added file size limit on conversion to AVIF cause consumes too much memory

v5.0.2

17 Sep 11:38
Compare
Choose a tag to compare

Better quality adjustment when encoding to AVIF

v5.0.1

14 Sep 12:26
Compare
Choose a tag to compare

FIX: Setting quality = 70 when using AVIF

5.0.0

06 Sep 07:32
3000059
Compare
Choose a tag to compare
  • AVIF support. At this point only opaque images are encoded into AVIF.

API is backward compatible with v. 4.

Updated packages names and passing request's context to image loader

02 Apr 19:41
a9f3647
Compare
Choose a tag to compare

Please note that HTTP API is the same and haven't been changed in this release. However, packages names and call signatures have been updated and not backward compatible, so we decided to release a new major version.

Changes:

  • Renamed package reader -> loader
  • Renamed package processors -> processor
  • Loader.load() now accepts incoming HTTP Request's Context as a second argument

3.8.2

16 Jul 12:11
Compare
Choose a tag to compare
* Removed PNG chunks that was removed by -strip option before.

3.8.1

16 Jul 00:24
Compare
Choose a tag to compare

Fixed IM version in production docker build.

3.8.0

15 Jul 20:47
Compare
Choose a tag to compare

Preserving ICC profile in images and updated to new version of IM to prevent breaking color space on some images.

3.7.0: * Added ability to pass additional headers to the HTTP reader.

20 Jun 11:42
Compare
Choose a tag to compare
  • Added ability to pass additional headers to the HTTP reader.
  • Callback function for passing additional arguments to IM.