Results 73 comments of Robert Buchberger

Hello! Digging through fedora packages, I believe libvips and vips are the same. We're also shelling out to the command-line to check format support. Maybe you need [vips-tools](https://packages.fedoraproject.org/pkgs/vips/vips-tools/)? Edit: Missed...

Status update: - The offending code is part of a format check ironically meant to make things more user-friendly. It checks which formats vips supports before trying to convert images,...

Just pushed a release; 2.0.4 should fix it. If not please reopen!

It'll break; we started using some new features from 2.6. 2.5 is pretty old, and actually officially went EOL yesterday. You don't have to build from source yourself; handling different...

I just tried a test build, looks like it's similar to netlify. No `avif` or `jp2`, but it can handle jpg, png, and webp. ``` Libvips known savers: csv, mat,...

@sbij Are you running their 2.0.2 build or later? I believe that's when they added vips.

I mean the netilfy build - site settings -> deploy -> build image. They've changed it since I last looked though; I believe you want the Ubuntu 20.04 image? Unless...

Hm. Are you sure it's getting passed a filename? What exactly is in the `page.featured_image` variable? I thought JPT would fail more gracefully than this, it's probably worth adding a...

I've been meaning to add some level of SVG support. For now there's no way to do it, but it's on the todo list. Sorry for the slow answer, I...

Thanks for the feedback! [Browser support](https://caniuse.com/jpegxl) is non-existent, but that's never stopped us before :) Luckily, we won't need to make any changes to JPT itself accommodate it. We need...