imageproc
imageproc copied to clipboard
Decide module layout for new imageops functions
Two approaches I can think of:
- Put all rotation, flipping, overlaying, cropping and tiling functions all in one module called something like
compose - Put rotation functions in a
rotatemodule, flipping functions in aflipmodule etc.. all of which are top-level modules
I think 2. seems easier to work with from a version control standpoint.