I have two questions regarding images
1)Is the process of extracting the pixel values ( using getRGB then right shift and 0xff ) the same for all image formats(jpeg,png)?
2)I am writing this program to change the values of certain pixels of an image.Which would be a preferred image format?I need to alter the certain pixel values of an image and then redraw the image.
Thank You
