I'm working on an app to show very long image the problem is that my Texture max size is <16384>, so i'm looking for a simple way to solved this, is there a way to expand my texture limit or maybe a way to segment the image into pieces.
thanks in advance.
I finaly did it. I used John Anderson method to crop it with pillow im.crop().