How to use multiprocessing library for this problem? I also would like to know is it feasible or not for my problem

前端 未结 0 411
慢半拍i
慢半拍i 2021-02-01 22:08

I have an image whose size is (1107060 x 1054300). I am trying to split this image into tiles as by dividing it by 512.

nx = width/512 = 2163 ny = height/512 = 2060

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题