Acme.JPM.Encoders.ImageEncoder Abstract class for writing out an image. <P> A framework for classes that encode and write out an image in a particular file format. <P> This provides a simplified rendition of the ImageConsumer interface. It always delivers the pixels as ints in the RGBdefault color model. It always pr ...