comparison lib64gfx.c @ 539:8d7b6fecbb24

Change filename extension of DrazPaint 2.0 packed format to avoid conflict with the unpacked format while allowing the user to selecto output format via extension.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 Nov 2012 22:19:12 +0200
parents 45c46bfa03bd
children 54fefbd9aa31
comparison
equal deleted inserted replaced
538:45c46bfa03bd 539:8d7b6fecbb24
274 274
275 275
276 const DMC64ImageFormat dmC64ImageFormats[] = 276 const DMC64ImageFormat dmC64ImageFormats[] =
277 { 277 {
278 { 278 {
279 D64_FMT_MC, "drp", "DrazPaint 2.0 (packed)", 0x5800, -1, 279 D64_FMT_MC, "d2p", "DrazPaint 2.0 (packed)", 0x5800, -1,
280 fmtProbeDrazPaint20Packed, fmtDecodeDrazPaintPacked, 280 fmtProbeDrazPaint20Packed, fmtDecodeDrazPaintPacked,
281 NULL, NULL, NULL, 281 NULL, NULL, NULL,
282 4, 282 4,
283 { 283 {
284 { DT_COLOR_RAM, 0x0000, 0, 0, NULL, NULL }, 284 { DT_COLOR_RAM, 0x0000, 0, 0, NULL, NULL },