mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-08 10:45:04 +02:00
Bump version; Update changelog
This commit is contained in:
parent
253eae70ab
commit
349199e887
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,25 +1,29 @@
|
||||
# Changelog
|
||||
|
||||
# v2.2.11
|
||||
# v2.2.12
|
||||
|
||||
- Don't fail processing when embedded ICC profile is not compatible with the image
|
||||
|
||||
## v2.2.11
|
||||
|
||||
- Optimized ICC import when linear colorspace usage is disabled.
|
||||
|
||||
# v2.2.10
|
||||
## v2.2.10
|
||||
|
||||
- Resizing images in linear colorspace is disabled by default. Can be enabled with `IMGPROXY_USE_LINEAR_COLORSPACE`;
|
||||
- Add PNG quantization. Can be enabled with `IMGPROXY_PNG_QUANTIZE`. Palette size can be specified with `IMGPROXY_PNG_QUANTIZATION_COLORS`.
|
||||
|
||||
# v2.2.9
|
||||
## v2.2.9
|
||||
|
||||
Fixed processing of images with embedded profiles that was broken in v2.2.8.
|
||||
|
||||
# v2.2.8
|
||||
## v2.2.8
|
||||
|
||||
- Resize images in linear colorspace;
|
||||
- Add `IMGPROXY_DISABLE_SHRINK_ON_LOAD` config to disable shring-on-load of JPEG and WebP;
|
||||
- Remove orc from Docker image (causes segfaults in some cases).
|
||||
|
||||
# v2.2.7
|
||||
## v2.2.7
|
||||
|
||||
- Fixed color management;
|
||||
- Memory usage optimizations.
|
||||
|
Loading…
Reference in New Issue
Block a user