image-rs / imageproc

Image processing operations
MIT License
755 stars 148 forks source link

Add function for creating image pyramids #401

Open theotherphil opened 4 years ago

jnickg commented 5 months ago

Didn't add it into here, but I did publish a crate related to this: image-pyramid

jnickg commented 5 months ago

@theotherphil When I'm finished (v1.0.0) on the image-pyramid crate, I would happily port that over to this crate (either by re-exporting, or just moving the implementation). Thoughts?

theotherphil commented 5 months ago

Adding an implementation in this crate would be a welcome addition, thanks!