ripytide

Results 31 issues of ripytide

For https://github.com/image-rs/image/issues/2238, I've renamed `DynamicImage::resize()` to `resize_exact()`, `resize_to_fill()` to `resize_crop_to_fill()` and `imageops::resize()` to `resize_max_no_crop()`. I've added doc-tests, they're not amazing as they just use zeros at the moment but they're...

Ideally we'd want to use the `Enlargeable` trait currently private inside `image` to make this work for all types rather than just `u8`, but this is still an improvement that...

Following from #497 I know we've now started tagging future releases. I think cargo records the current commit SHA hash in a `.carge_vcs_info.json` file in the published compressed crate file...

Cargo features are meant to be additive not mutually exclusive, `warp_inner()` and all functions that call this function break this additive rule. This could cause unintended behavior as a user...

What do you guys think about merging/porting functionality from the `cv` crate into this library? https://github.com/rust-cv/cv/issues/81#issuecomment-2103160073 I'd be happy to start porting and refactoring their code if we think its...

I've run out of things on my personal checklist and I don't think any of the repo's remaining open issues are actionable for `v0.9` either: - #9 i don't really...

Thanks @kornelski for the all the commits you've added to the `0.9` (now `0.9-old` I think), branch, nearly all of them are amazing changes. I've gone through them all (they're...

From #64: > Type hints are repetitive, and other forms require turbofish. Some more questions might be whether we provide these aliases for all pixel types or just `Rgb` and...