diff gfxconv.c @ 443:f7c9d1619c74

Beginnings of IFF ILBM reader. Not functional, only chunk parsing, BMHD header chunk parsing and CMAP handling implemented.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 04 Nov 2012 06:41:51 +0200
parents 2a4de5fe4003
children a6d0e101cd16
line wrap: on
line diff
--- a/gfxconv.c	Sun Nov 04 06:41:10 2012 +0200
+++ b/gfxconv.c	Sun Nov 04 06:41:51 2012 +0200
@@ -64,6 +64,11 @@
         FFMT_IMAGE  , IMGFMT_PCX,
     },
     {
+        "IFF ILBM file", "lbm", TRUE, FALSE,
+        FFMT_IMAGE  , IMGFMT_ILBM,
+    },
+
+    {
         "IFFMaster RAW image file", "araw", FALSE, TRUE,
         FFMT_IMAGE  , IMGFMT_ARAW,
     },