# HG changeset patch # User Matti Hamalainen # Date 1559657609 -10800 # Node ID e363dc85238367932e67817306c1d6591b1dcffc # Parent 9a9493809b3ade3417571be1586099c4a8fb26af Oops, display the real intended output pixfmt. diff -r 9a9493809b3a -r e363dc852383 tools/gfxconv.c --- a/tools/gfxconv.c Tue Jun 04 16:27:09 2019 +0300 +++ b/tools/gfxconv.c Tue Jun 04 17:13:29 2019 +0300 @@ -1523,7 +1523,7 @@ if (info) { char *str; - switch (image->pixfmt) + switch (spec->pixfmt) { case DM_PIXFMT_PALETTE : str = "indexed/paletted"; break; case DM_PIXFMT_RGB : str = "24bit RGB"; break;