117118119120121122123124125126127
codec.setOutputStream(new FileOutputStream(paletteFile)); codec.setAscii(true); codec.setImage(image); try { codec.process(); } catch(OperationFailedException ofe) { throw new IOException("I/O error: " + ofe.toString()); }