mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-09-28 12:37:47 +02:00
@@ -8,7 +8,6 @@
|
||||
### Changed
|
||||
- (pro) Improve image complexity calculation for best format selection.
|
||||
- (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
|
||||
- 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
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user