Lovell Fuller

Results 604 comments of Lovell Fuller

v0.31.0 is now available with these improvements. Let's continue the other parts of this discussion at #241

The forthcoming libvips v8.11.0 will add experimental support for this format via the libjxl reference library. https://gitlab.com/wg1/jpeg-xl This library is being developed in private and the commit log is mostly...

@soluml Please see the list of linked issues in my comment above https://github.com/lovell/sharp/issues/2731#issuecomment-847292093 as these are all dependencies that must be implemented or addressed first. If you are able to...

Hi, did you see the `effort` option of `gif()`? https://sharp.pixelplumbing.com/api-output#gif

If you're still having problems, perhaps you could create a standalone repo with all input images and minimal source code that allows someone else to reproduce.

GIF re-encoding should be ~20% faster in the forthcoming sharp v0.31.0 as the input palette will be re-used. I'll close this for now, but please feel free to re-open with...

Hi, the element with id `Head_3pt_svg` refers to the head rather than the body. The element with id `Body_3pt_svg` has a mask attribute `mask="url('#SvgjsMask1005')"` that is, I think, correctly masking...

Great, glad you worked it out. Perhaps you could create a smaller test case and report this upstream at https://gitlab.gnome.org/GNOME/librsvg as well as to Firefox.

Hello, a quick Stack Overflow search revealed the following, which may help: http://stackoverflow.com/questions/2938779/svg-scaling-text-to-fit-container http://stackoverflow.com/questions/283346/how-to-resize-text-in-svg-dynamically

I suspect librsvg (as used by libvips for SVG rendering) doesn't support the foreignObject extension to SVG and it's likely *magick has the same limitation. I'd be happy to accept...