update sharp v0.17
See original GitHub issueprevious settings issue:
vips warning: VipsJpeg: error reading resolution
(node:22753) DeprecationWarning: quality: use jpeg({ quality: ... }), webp({ quality: ... }) and/or tiff({ quality: ... }) instead
(node:22753) DeprecationWarning: progressive: use jpeg({ progressive: ... }) and/or png({ progressive: ... }) instead
(node:22753) DeprecationWarning: withoutChromaSubsampling: use jpeg({ chromaSubsampling: "4:4:4" }) instead
vips warning: VipsJpeg: error reading resolution
(node:22753) DeprecationWarning: compressionLevel: use png({ compressionLevel: ... }) instead
vips warning: VipsJpeg: error reading resolution
I tried to correct the settings on the:
param.jpeg = {progressive: true};
param.png = {progressive: true};
warnings remained. how to fix?
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Developers - update sharp v0.17 - - Bountysource
Coming soon: A brand new website interface for an even better experience!
Read more >Changelog - High performance Node.js image processing
v0.31.2 - 4th November 2022. Upgrade to libvips v8.13.3 for upstream bug fixes. Ensure manual flip, rotate, resize operation ordering (regression in 0.31.1) ......
Read more >sharp - npm
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images. Latest version: 0.31.3, ...
Read more >AngleSharp 0.17.1 - NuGet
Version Downloads Last updated
0.17.1 2,683,728 7 months ago
0.17.1‑alpha‑179 88 7 months ago
0.17.1‑alpha‑178 83 7 months ago
Read more >Can't install Sharp - node.js - Stack Overflow
It is considered unsafe to run regular processes as root, hence the parameter name. – drali. Nov 1, 2020 at 17:30. Add a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Will this be fixed in near future?
Hi @slavikse
Warnings like:
can be ignored, more info here https://github.com/lovell/sharp/issues/657
DeprecationWarning I will fix in the next major release.