image-rs / imageproc

Image processing operations
MIT License
723 stars 144 forks source link

Add rotation module and functions #669

Closed ripytide closed 1 month ago

ripytide commented 1 month ago

As a part of https://github.com/image-rs/image/issues/2238

theotherphil commented 1 month ago

Thanks! These should go alongside the existing rotation functions in the (clunkily named) geometric_transformation module.

ripytide commented 1 month ago

I've moved them across :+1:

ripytide commented 1 month ago

Do you think we should move the flip functions to geometric_transformations as well since they are like reflections, but then the module might get a bit crowded?

theotherphil commented 1 month ago

Let’s leave them for now and bike shed the module structure with whatever functions we’ve got before the next release :-)