Is there any way to get the imagedata of an image (always) in terms of byte[]. When pixelGrabber is used, it sometimes gives the image data as int[] based on ColorModel. Since I am using Base64 encoding/decoding in my applet, I need imagedata (always)in terms of byte[], which I am encoding to String and decoding back to byte[]. Any help is greatly appreciated.