Return to Website

MWGraphics Forum

none

MWGraphics Forum
Start a New Topic 
Author
Comment
View Entire Thread
Re: ConvImg

Well.....

All my programs use the same core dll set so they all have the same "supported" format list.

Currently the "Read" formats are

BMP (Including NT and FS70 formats)
PBMPlus P1-P6 ASCII and Binary (PBM,PGM,PPM)
IFF Amiga IFF/ILBM (all except EHB)
Gif Gif87a and Gif89a
JPG 24 bit and Greyscale (not JPEG2000!)
PCD All PhotoCD sizes up to 3072x2048
TIF All Standard Tiff formats (not Tiff-Jpeg)
TGA All standard Targa formats
PCX All standard PCX formats
PNG All standard PNG formats
R8 Flight Simulator Raw formats
ACE Train Simulator ACE formats
DDS DirectDrawSurface formats
DTX Most DTX formats
WMF Reads EMF and WMF as bitmap
JBG Jbig Monochrome BIE stream file

and the write formats are

BMP 1, 4, 8 or 24 bit depending on input
JPG 24 bit
JPG 8 bit Greyscale
TIF uncompressed,LZW,Packbits,Fax3,Fax4
IFF 1, 4 or 8 plane or Ham8 for 24 bit
PNG 1, 8 or 24 bit compressed
GIF Gif87A
PPM 24 bit Binary P6
PGM 8 bit Greyscale Binary P5
PBM 1 bit B&W Binary P4
R8 8 bit Raw resized to 256x256
BMP NT 16 bit,32 bit
BMP FS70 DXT1 mipped
ACE Trainsim mipped DXT1
DDS Mipped DXT1
TGA 24 bit and 32 bit Targa
JBG jbig BIE stream file

There is code in the dlls to support more input and output formats in particular situations but the above are the base sets that will be automatically offered by ConvIm.