Lovell Fuller

Results 604 comments of Lovell Fuller

v0.33.4 now available with support for `SHARP_FORCE_GLOBAL_LIBVIPS`.

Hi, you can use [pipelineColourspace](https://sharp.pixelplumbing.com/api-colour#pipelinecolourspace) to force the processing colourspace (and therefore force a bitdepth). For example, if you want floating-point RGB, try `scrgb`: ```js sharp("path to image") .pipelineColourspace('scrgb') .resize(20,...

> that feature is experimental, so can we rely on it? Experimental insofar as there are probably still some untested code paths, with the aim to add more test cases...

> we have noticed that the resulting images look sharpened in a way that is not to our liking Please can you provide sample images and minimal code that allows...

Aside: I've removed the "experimental" status of `pipelineColourspace` via commit https://github.com/lovell/sharp/commit/f67228e5ea049db67210f0c5e4b88baa6b93211c

Thanks for the examples, my best guess would be that the use of wide-gamut, linear scRGB is producing more accurate luminance levels in the output compared with non-linear sRGB. If...

@dannerei Were you able to make any progress with this?

The prebuilt libvips binaries provided by sharp include support for SVG input. For PDF or EPS support you'll need to install libvips globally first, then re-install/build sharp from source. For...

@mindplay-dk Were you able to make any progress with this?

No worries. If you've not already done so, perhaps investigate the various command line tools provided by Ghostscript and/or Poppler.