System.out.println("Colors " + image.getColors());
System.out.println("Total colors " + image.getTotalColors());
System.out.println("Depth is "+image.getDepth());
System.out.println("Matte is "+image.getMatte());
image.setMatte(false);
image.signatureImage();
image.setFileName("copy.jpg");
image.writeImage(info);
// Background Color
System.out.println("Old colour " + image.getBackgroundColor());