Sergey "Shnatsel" Davidoff

Results 942 comments of Sergey "Shnatsel" Davidoff

Adding to the confusion, `imageops::crop_imm()` returns a view into an existing image, while `DynamicImage::crop()` returns a new image buffer.

Thank you for investigating! @astral4 can you confirm whether you are still experiencing this issue?

`lto = true` does cut the binary size down from 22MB to 15MB on Linux, so this might actually be worthwhile. `lto = "thin"` only makes binary size worse.

I'll open a PR to uplift the wondermagick solution to this into `image` once development on the next semver-breaking release starts, presumably in September.

I agree with @riking, so I'm going to go ahead and close this. Panics are generally not advisory-worthy on their own, and this is not a high-stakes environment like a...

This crate outputs row by row in a streaming fashion. So we cannot easily integrate approaches that require multiple rows to be present at once. However, [zune-png](https://crates.io/crates/zune-png) in Rust and...

@IJzerbaard could you share the stb_image integration so we could plug it into https://github.com/fintelia/corpus-bench and see how this affects performance on real-world corpora?

This was done in https://github.com/johannesvollmer/exrs/pull/241 but it never made it to crates.io because `exr` crate didn't cut a release since then. @johannesvollmer any chance you could publish a new release...

At a glance this looks like an issue with compositing. Those frames do not change the the book, so that area is omitted from the frames. Other decoders fill in...