hi
i am facing problem creating a texture from an image size 5400 X 5400.
It gives ImagingOpException: Unable to transform image . This image is being read from a spatial database. i tried saving the image as a jpeg and creating texture as
TextureIO.newTexture(new File(“img.jpg”));
this work perfectly allright… i get the problem only when creating the texture from the same image fetched from database. i guess it may be due to the image size , it is not a power of two , but then it works for the same image size read from a file instead.
any help is appreciated