extensions icon indicating copy to clipboard operation
extensions copied to clipboard

fix(storage-resize-images): updated sharp lib dependency for improved compression algorithm

Open dackers86 opened this issue 3 years ago • 0 comments

fixes: https://github.com/firebase/extensions/issues/1054

Description

Resize Images extension can't properly handle photos with an embedded ICC profile creating a lot of compression algorithms during the resize process. This is a known issue reported on the Sharp library github page (https://github.com/lovell/sharp/issues/3112). The solution is to update the Sharp version to version >=0.30.2.

Added PR to update Storage Resize Images to fix the relevant issues.

Testing

image

image

dackers86 avatar Jul 18 '22 10:07 dackers86