Maven module :un.storage : image-pcx :
Class : un.storage.imagery.pcx.PCXImageFormat
Extends/Implements : un.api.image.AbstractImageFormat
Subclasses : -

PCX image format.
resources :
http://en.wikipedia.org/wiki/PCX
http://www.commentcamarche.net/contents/1203-le-format-pcx
author  Johann Sorel


Variables : SIGNATURE, PALETTE_FLAG
Functions : PCXImageFormat, supportReading, supportWriting, createReader, createWriter



File signature.
public byte[] SIGNATURE


Flag indication a 256 color palette.
Placed at the end of the file at : Size - 769.
public byte PALETTE_FLAG


public void PCXImageFormat ()

public boolean supportReading ()

public boolean supportWriting ()

public ImageReader createReader ()

public ImageWriter createWriter ()