Lilith River
Lilith River
What error message do you get? On Wed, Feb 3, 2021, 11:59 AM Rasmus Hansen wrote: > I'm investigating Imageflow as an alternative to our current imagemagick > implementation. So...
I would suggest libvips for images that are 2 billion pixels wide.... It might not compress images as optimally or be as precise, but it handles huge images well. On...
Thank you so much! You have a great day too! On Thu, Feb 4, 2021, 1:54 PM Rasmus Hansen wrote: > I assume by "wide" you are referring to the...
We're looking to hire someone for this project: https://twitter.com/imageflow_io/status/1258839603273818112?s=19
What's the binary size of the decoder and encoder? On Fri, Sep 11, 2020, 8:03 AM Kornel wrote: > I've written pure-rust encoder: > https://lib.rs/crates/cavif > > And a decoder...
I'm hesitant to triple the size of Imageflow to add avif support. On Fri, Sep 11, 2020, 1:44 PM Kornel wrote: > cavif is pretty lean. I've replaced libavif with...
I will consider it then. On Mon, Sep 14, 2020, 6:17 AM Kornel wrote: > I get that decoding brings in large dependencies, but you could support > encoding only....
I'm really hoping iOS adds support for AVIF. Safari gets much of its speed by delegating image processing to the OS and its incredible hardware integration, so stuff lands much...
This is likely due to rotation occurring, either as part of a instructed or optimized flip, or because the source image just uses metadata to rotate itself. Can you provide...
This is good; I had something similar in the Faces plugin and I would like to implement this feature as you described. On Mon, Feb 28, 2022, 7:09 AM iJungleboy...