ImageReader.getPlanes() returns Exception: RGBA override BLOB format buffer should have height == width June 17, 2022 June 17, 2022 / 1 minute of reading i solved by changing ImageFormat.JPEG to PixelFormat.RGBA_8888. CLICK HERE to find out more related problems solutions.