Add explicit comments on file format constants
This commit is contained in:
parent
b83d51d2f9
commit
713bf5a590
50
src/const.h
50
src/const.h
@ -123,31 +123,31 @@ enum FILE_FORMATS
|
|||||||
FORMAT_ALL_IMAGES=0, ///< This is not really a file format, it's reserverd for a compilation of all image file extensions
|
FORMAT_ALL_IMAGES=0, ///< This is not really a file format, it's reserverd for a compilation of all image file extensions
|
||||||
FORMAT_ALL_PALETTES=1, ///< This is not really a file format, it's reserverd for a compilation of all palette file extensions
|
FORMAT_ALL_PALETTES=1, ///< This is not really a file format, it's reserverd for a compilation of all palette file extensions
|
||||||
FORMAT_ALL_FILES=2, ///< This is not really a file format, it's reserverd for the "*.*" filter option.
|
FORMAT_ALL_FILES=2, ///< This is not really a file format, it's reserverd for the "*.*" filter option.
|
||||||
FORMAT_PNG,
|
FORMAT_PNG, ///< Portable Network Graphics
|
||||||
FORMAT_GIF,
|
FORMAT_GIF, ///< Graphics Interchange Format
|
||||||
FORMAT_BMP,
|
FORMAT_BMP, ///< Windows or OS/2 bitmap
|
||||||
FORMAT_PCX,
|
FORMAT_PCX, ///< Paintbrush
|
||||||
FORMAT_PKM,
|
FORMAT_PKM, ///< GrafX2 own format (Karl Maritaud)
|
||||||
FORMAT_LBM,
|
FORMAT_LBM, ///< IFF ILBM : InterLeaved BitMap
|
||||||
FORMAT_PBM,
|
FORMAT_PBM, ///< IFF PBM : Packet BitMap
|
||||||
FORMAT_ACBM,
|
FORMAT_ACBM, ///< IFF ACBM : Amiga Contiguous BitMap
|
||||||
FORMAT_IMG,
|
FORMAT_IMG, ///< from PV (c)W.Wiedmann
|
||||||
FORMAT_SCx,
|
FORMAT_SCx, ///< ColoRIX
|
||||||
FORMAT_PI1,
|
FORMAT_PI1, ///< Atari ST Degas
|
||||||
FORMAT_PC1,
|
FORMAT_PC1, ///< Atari ST Degas Elite
|
||||||
FORMAT_CEL,
|
FORMAT_CEL, ///< Atari ST Cyber Paint Cell
|
||||||
FORMAT_NEO,
|
FORMAT_NEO, ///< Atari ST NeoChrome
|
||||||
FORMAT_C64,
|
FORMAT_C64, ///< Several C64 formats : Koala, FLI, BML, etc.
|
||||||
FORMAT_KCF,
|
FORMAT_KCF, ///< KiSS Color File
|
||||||
FORMAT_PAL,
|
FORMAT_PAL, ///< raw 6bit palette or Jasc Paint Shop Pro palette
|
||||||
FORMAT_GPL,
|
FORMAT_GPL, ///< Gimp palette
|
||||||
FORMAT_SCR,
|
FORMAT_SCR, ///< Amstrad CPC
|
||||||
FORMAT_CM5,
|
FORMAT_CM5, ///< Amstrad CPC Mode 5
|
||||||
FORMAT_PPH,
|
FORMAT_PPH, ///< Amastad CPC Perfect Pix
|
||||||
FORMAT_XPM,
|
FORMAT_XPM, ///< X PixMap
|
||||||
FORMAT_ICO,
|
FORMAT_ICO, ///< Windows icons
|
||||||
FORMAT_INFO,
|
FORMAT_INFO, ///< Amiga OS icons
|
||||||
FORMAT_FLI,
|
FORMAT_FLI, ///< Autodesk Animator FLI/FLC
|
||||||
FORMAT_MISC, ///< Must be last of enum: others formats recognized by SDL_image
|
FORMAT_MISC, ///< Must be last of enum: others formats recognized by SDL_image
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user