comparison tools/gfxconv.c @ 1893:334501b6cce5

Use format name instead of file extension in a message.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 26 Jun 2018 01:44:14 +0300
parents 91b80990043c
children f80b2dc77c30
comparison
equal deleted inserted replaced
1892:cbc911ffd21e 1893:334501b6cce5
1295 } 1295 }
1296 1296
1297 if (info) 1297 if (info)
1298 { 1298 {
1299 dmMsg(1, "Outputting '%s' image %d x %d -> %d x %d [%d x %d]\n", 1299 dmMsg(1, "Outputting '%s' image %d x %d -> %d x %d [%d x %d]\n",
1300 fmt->fext, 1300 fmt->name,
1301 pimage->width, pimage->height, 1301 pimage->width, pimage->height,
1302 pimage->width * spec->scaleX, pimage->height * spec->scaleY, 1302 pimage->width * spec->scaleX, pimage->height * spec->scaleY,
1303 spec->scaleX, spec->scaleY); 1303 spec->scaleX, spec->scaleY);
1304 } 1304 }
1305 1305