{ // Image Descriptor.
bos.write(IMAGE_SEPARATOR);
bos.write2Bytes(0); // Image Left Position
bos.write2Bytes(0); // Image Top Position
bos.write2Bytes(width); // Image Width
bos.write2Bytes(height); // Image Height
{
boolean LocalColorTableFlag = true;
// boolean LocalColorTableFlag = false;
boolean InterlaceFlag = false;