diff --git a/src/timg.cc b/src/timg.cc index 51f481f..f68451a 100644 --- a/src/timg.cc +++ b/src/timg.cc @@ -459,11 +459,16 @@ static int PrintVersion(FILE *stream) { #endif #ifdef WITH_TIMG_STB fprintf(stream, - "STB image loading" + "STB image loading; STB resize v" +#ifdef STB_RESIZE_VERSION2 + "2" +#else + "1" +#endif # ifdef WITH_TIMG_GRPAPHICSMAGICK // If we have graphics magic, that will take images first, // so STB will only really be called as fallback. - " fallback" + " (fallback)" # endif "\n"); #endif