image-rs / imageproc

Image processing operations
MIT License
724 stars 143 forks source link

Add function for creating image pyramids #401

Open theotherphil opened 4 years ago

jnickg commented 2 months ago

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

jnickg commented 2 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 1 month ago

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