I am trying to display jpeg images from my dslr camera onto a Kivy Image widget. I have discovered the images will only load if the length of any side is <= the gl-max-texture-size of the android device. The photos I'm trying to display are 6000x4000 pixel images. The gl-max-texture-size of my Android Tablet is 4096 and the photos will not display. On my development box the gl-max-texture-size is 8192 and the pictures display fine. I can show the pictures just fine with the Google Camera app or other software that displays photos on Android.
How can I display pictures of this size with the Kivy Image widget on my Android tablet?
Thank your very much and keep up the great work! Kivy is wonderful!