diff options
Diffstat (limited to 'converter/other/pamtowinicon.c')
-rw-r--r-- | converter/other/pamtowinicon.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converter/other/pamtowinicon.c b/converter/other/pamtowinicon.c index 7df8f60d..3c2c06bf 100644 --- a/converter/other/pamtowinicon.c +++ b/converter/other/pamtowinicon.c @@ -974,6 +974,10 @@ convertOneImage(unsigned int const imageNum, doingPng = pam.width * pam.height >= pngThreshold; + if (verbose) + pm_message("Image %2u: encoding as %s", + imageNum, doingPng ? "PNG" : "BMP"); + readAndScalePam(&pam, doingPng, tuples); determineImageType(&pam, tuples, &getPixel, |