How can I create three separate image files from this one image file?
Asked
Active
Viewed 52 times
1 Answers
0
You can work with slicing arrays if you need to do it often. There already exists a thread about that. Check out Image processing with single to multiple images
-
but how to get the vertices for slicing? is there a better way to do this? – Rajat Bhushan Jun 18 '21 at 12:15
-
The specified thread has already the solution. If you want to implement it in python to automatically crop while recognizing the corners this is a good way to go. – Sebastian Szczepaniak Jun 18 '21 at 15:48