What type of image are you trying to do this on? How did you create the image object? Can you attach it here?
On Thursday, May 13, 2021 at 11:12:31 PM UTC+3 [email protected] wrote: > This is the output: > > java.lang.ArrayIndexOutOfBoundsException: Coordinate out of bounds! > at > java.desktop/sun.awt.image.ByteInterleavedRaster.getDataElements(ByteInterleavedRaster.java:313) > at java.desktop/java.awt.image.BufferedImage.getRGB(BufferedImage.java:986) > at com.codename1.impl.javase.JavaSEPort.getRGB(JavaSEPort.java:5605) > at com.codename1.ui.Image.getRGB(Image.java:790) > at com.codename1.ui.EncodedImage.getRGB(EncodedImage.java:557) > at com.codename1.ui.Image.getRGBImpl(Image.java:865) > at com.codename1.ui.Image.getRGB(Image.java:824) > at > com.codename1.impl.CodenameOneImplementation.flipImageHorizontally(CodenameOneImplementation.java:997) > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/ce59658a-0245-483f-8947-e60b9f7df9c7n%40googlegroups.com.
