Python Forum
the fast way to cut image to half - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: the fast way to cut image to half (/thread-15544.html)



the fast way to cut image to half - josh1 - Jan-21-2019

i need to cut my image and now i am using crop of numpy like that a[a.shape[0] // 2:a.shape[0], :] , there is a faster function or faster processing way to cut the image ? thanks very much


RE: the fast way to cut image to half - Manju - Jan-22-2019

Hi, photoshop is another way to cut an image quickly.