Hi there!
Im looking forward to do program that will reconstruct my image as a JPEG image from a text file which stores pixel details of a image(a JPEG image).
I tried doing it with "java.awt.image.BufferedImage" , but I cannot get exact image ,as that of my original.
Which other classes can i use for exact image reconstruction?