Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide module layout for new imageops functions #667

Open
theotherphil opened this issue Jun 9, 2024 · 1 comment
Open

Decide module layout for new imageops functions #667

theotherphil opened this issue Jun 9, 2024 · 1 comment

Comments

@theotherphil
Copy link
Contributor

No description provided.

@ripytide
Copy link
Member

ripytide commented Jun 9, 2024

Two approaches I can think of:

  1. Put all rotation, flipping, overlaying, cropping and tiling functions all in one module called something like compose
  2. Put rotation functions in a rotate module, flipping functions in a flip module etc.. all of which are top-level modules

I think 2. seems easier to work with from a version control standpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants