Clean up cropping and padding
There is a lot of redundant cropping and padding code. I see cropping/padding-related stuff in
- image/_transforms.py
- holo/_util.py (these functions don't seem to be used anywhere)
- utils/_padding.py
These should all be moved to utils/_padding.py and unused or redundant functions should be removed.