 
                GFXConv version 0.1 by Silpheed of Hitmen

This is a little tool to convert images to a format suitable for uploading
to the Playstation's VRAM. At the moment it only supports conversion of
PCX files, but I will probably add more formats when i get time if people
ask for it.

TO USE: just type GFXCONV followed by the PCX file to convert. There are
two options: 
     
        -s : enable semi-transparent processing

  (enable this if you want to use transparency effects with the image)

        -t : make RGB 0,0,0 transparent      

  (this makes all black pixels transparent when viewed on the psx)

GFXConv accepts 4 bit, 8 bit and 24 bit PCX files (24 bit images are 
converted to the psx 15 bit format). 

Image data is saved as NAME.RAW, and where appropriate CLUT data is saved
as NAME.CLT


 - Silpheed/HITMEN 


