question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

update sharp v0.17

See original GitHub issue

previous 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:closed
  • Created 7 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

11reactions
strarsiscommented, Apr 1, 2017

Will this be fixed in near future?

6reactions
mahnunchikcommented, Dec 27, 2016

Hi @slavikse

Warnings like:

vips warning: VipsJpeg: error reading resolution

can be ignored, more info here https://github.com/lovell/sharp/issues/657

DeprecationWarning I will fix in the next major release.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found