comparison tools/libgfx.c @ 2057:02fa60b27af5

Correct description of 'cdump' format.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2018 19:05:33 +0200
parents 6c6a4ea67540
children bd109c0a7b88
comparison
equal deleted inserted replaced
2056:c27ed6465022 2057:02fa60b27af5
2438 "araw", "IFFMaster Amiga RAW", 2438 "araw", "IFFMaster Amiga RAW",
2439 DM_IMGFMT_ARAW, DM_FMT_WR, 2439 DM_IMGFMT_ARAW, DM_FMT_WR,
2440 NULL, NULL, dmWriteRAWImage, 2440 NULL, NULL, dmWriteRAWImage,
2441 }, 2441 },
2442 { 2442 {
2443 "cdump", "'C' dump (8-bit indexed image data only)", 2443 "cdump", "'C' dump (image data only)",
2444 DM_IMGFMT_CDUMP, DM_FMT_WR, 2444 DM_IMGFMT_CDUMP, DM_FMT_WR,
2445 NULL, NULL, dmWriteCDumpImage, 2445 NULL, NULL, dmWriteCDumpImage,
2446 } 2446 }
2447 }; 2447 };
2448 2448