comparison tools/libgfx.h @ 2064:3617ef01c1de

Separate ILBM and PBM subformats of IFF images.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Dec 2018 13:31:59 +0200
parents 3829c292df02
children 451980580189
comparison
equal deleted inserted replaced
2063:bd109c0a7b88 2064:3617ef01c1de
20 enum 20 enum
21 { 21 {
22 DM_IMGFMT_PNG, 22 DM_IMGFMT_PNG,
23 DM_IMGFMT_PPM, 23 DM_IMGFMT_PPM,
24 DM_IMGFMT_PCX, 24 DM_IMGFMT_PCX,
25 DM_IMGFMT_IFF, 25 DM_IMGFMT_IFF_ILBM,
26 DM_IMGFMT_IFF_PBM,
26 DM_IMGFMT_RAW, 27 DM_IMGFMT_RAW,
27 DM_IMGFMT_ARAW, 28 DM_IMGFMT_ARAW,
28 DM_IMGFMT_CDUMP, 29 DM_IMGFMT_CDUMP,
29 }; 30 };
30 31