Lilith River
Lilith River
No, no code freeze, just a series of unfortunate events. It's still high on the list
Hyperfine does this https://github.com/sharkdp/hyperfine
Do you have images of actual vs. expected? I'm seeing what I would expect - the white balancing happens first, followed by a brightness increase of 36. ## White Balanced...
We call it "gravity" in the JSON API. https://github.com/imazen/imageflow/blob/main/docs/src/json/constrain.md I haven't implemented in the URL API yet, because I'm wondering if we want to support multiple focal points or a...
No, no aarch64 support yet. You're the first to request it. We have a few places that use SIMD, so we need to add alternative code paths. On Mon, Sep...
It looks like mozjpeg doesn't support it. Imageflow has some x86_64 only bits as well. If someone is willing to work on this and knows of a CI solution for...
I wouldn't suggest using build.sh, it's not going to be helpful. One issue is that Imageflow uses x86_84 SIMD intrinsics: https://github.com/imazen/imageflow/blob/main/imageflow_core/src/graphics/scaling.rs#L233
I don't have an M1/M2 device, so this is pretty impossible for me to work on. In May 2020 I purchased a $1550 MacBook Air just for imageflow, to debug...
@colbyn I believe there is a licensing conflict - I don't think I can redistribute MPL code under a dual Apache 2/AGPL license.
actually, I think I'm wrong - licensing should be fine. I do wonder if it is cross-platform though?