theotherphil

Results 125 comments of theotherphil

Note that PistonDevelopers contains an image processing library (which confusingly has the same name as this one - my fault for not checking for name collisions) which does use PistonDevelopers/image...

I'd like to recover my ability to publish the imageproc crate. I don't mind whether this happens by adding me as an owner directly on crates.io or by adding me...

I'm not able to devote much spare time to maintaining the piston ecosystem, but I'm willing to publish new versions of specific crates when requested if that's all that's required.

Sorry for the long delay in replying to this PR. The idea here seems useful, and like something that would make some functions easier to write. However, I'd like to...

And 0.19.1. I've raised https://github.com/rust-lang/docs.rs/issues/408 to see if there's an easy workaround. Edit: Cargo.toml contains ``` [package.metadata.docs.rs] all-features = true ``` I'll disable this for now, on the grounds that...

I've disabled the display-window feature and published 0.19.2. We now have docs for the rest of the library.

Implementing minxMaxLoc should be easy using the pixels iterator from GenericImage: https://docs.rs/image/0.18.0/image/trait.GenericImage.html#method.pixels. Edit: implemented in https://github.com/PistonDevelopers/imageproc/pull/262 That performance doesn't sound surprising. This implementation does O(width * height * template width...

Thanks for the update - that's interesting to know.

Great! I'll have a look at this over the coming weekend.