mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-10 20:22:31 +02:00
@@ -8,7 +8,6 @@
|
|||||||
### Changed
|
### Changed
|
||||||
- (pro) Improve image complexity calculation for best format selection.
|
- (pro) Improve image complexity calculation for best format selection.
|
||||||
- (pro) Use PNG quantization for very low-complexity images when the `best` format is used.
|
- (pro) Use PNG quantization for very low-complexity images when the `best` format is used.
|
||||||
- (docker) Update AWS Lambda adapter to 0.9.0.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fix blur and sharpen performance for images with alpha channel.
|
- Fix blur and sharpen performance for images with alpha channel.
|
||||||
|
@@ -13,7 +13,7 @@ RUN rm -rf /opt/imgproxy/lib/pkgconfig /opt/imgproxy/lib/cmake
|
|||||||
# ==================================================================================================
|
# ==================================================================================================
|
||||||
# AWS Lambda adapter
|
# AWS Lambda adapter
|
||||||
|
|
||||||
FROM public.ecr.aws/awsguru/aws-lambda-adapter:0.9.0 AS lambda-adapter
|
FROM public.ecr.aws/awsguru/aws-lambda-adapter:0.8.4 AS lambda-adapter
|
||||||
|
|
||||||
# ==================================================================================================
|
# ==================================================================================================
|
||||||
# Final image
|
# Final image
|
||||||
|
Reference in New Issue
Block a user