@dpsairam
It's easy to do it yourself, no need for begging for code; create a BufferedImage of the right size and type and copy all your pixel data from your arrays over to the image. All it takes are two nested loops and the setRGB( ... ) method from your BufferedImage.