Lovell Fuller

Results 604 comments of Lovell Fuller

I've created https://github.com/libvips/libvips/discussions/3454 to discuss this upstream in libvips.

"Artificial Intelligence" hyperbole aside, there are existing metadata standards such as EXIF that might be more suitable for such image generators to use, however `tEXt` chunk handling is a useful...

I don't think the `radload` feature is supported at present so we'd need to add it. Happy to accept a PR, if you're able. The `ImageTypeId` function and `loaderToType` map...

The `sizes` property is optional, please see https://github.com/libvips/libvips/discussions/2036 for related discussion.

We should get this added to libvips first, then everyone benefits. > I discovered that to get stop react-iiif-viewer erroring out That sounds like a bug in `react-iiif-viewer`, as the...

Yes, please subscribe to https://gitlab.gnome.org/GNOME/librsvg/-/issues/459 for updates.

Hi, I had to add `predictor: 'none'` to the second example to prevent the following error: > Horizontal differencing "Predictor" not supported with 1-bit samples ```js await sharp(input) .toColorspace("b-w") .toFormat("tiff",...

The error message is relatively self-explanatory, but this might be something we should address upstream in libvips so it ignores the `predictor` for 1 bpp images.

When specifying `{ bitdepth: 1, compression: 'lzw' }` I always receive an error message plus a partial output that might look like 24-bit but has been truncated. If you don't...

Does the `linear()` operation, which allows for pixel arithmetic, provide what you need? https://sharp.pixelplumbing.com/api-operation#linear If not, was there a specific operation you were looking for?