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