-
This requires writing a custom kernel/filter call which operates on `DynamicImage` rather than an `ImageBuffer`, and using that instead of filtering through `resize_exact` (which would be changed to u…
-
While trying to publish a crate using imageproc I get this error:
```
error[E0405]: cannot find trait `FontRef` in this scope
--> /home/gabor/.cargo/registry/src/index.crates.io-6f17d22bba15001…
-
Hello,
Would you accept a PR that adds an optional feature flag to implement the serde Serialize / Deserialize traits for the types defined in rten? Specifically I am interested in the types in `r…
-
I trying to prepare my app for zune-image v0.5.0. But rust complains about version incompatibility with zune-imageprocs. Can you please release version of imageprocs that compatible with 0.5.0-rc0?
-
# File Previews
## Goals
- store small (~20kb-50kb) previews of select uploaded files:
- all images supported by the [image](https://crates.io/crates/image) crate
- all images with multiple fram…
ploiu updated
5 months ago
-
**Describe the bug**
Some photos (especially from digital cameras) bake EXIF rotation information instead of making the aspect ratio actually vertical. Most image viewers read the information and rot…
-
@ripytide The v0.9 branch deleting and re-adding v0.8 code throws away git history (git blame) for these files. Also the v0.9 branch does zig-zags with redesigns and renames. I'm thinking about squash…
-
As discussed in https://github.com/image-rs/imageproc/pull/598#discussion_r1595832308 it might be a good idea to remove the top-level clippy allows and instead fix or allow lints on a case-by-case bas…
-
F/libc (10287): Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 10446 (1.ui), pid 10287 (library_flutter)
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 's…
-
Currently, the first argument is named as `actual` and the second as `expected`. But even in `imageproc` tests, someone has already messed up the order. For me, the standard output was very unexpected…