diff --git a/pandatool/src/imageprogs/imageInfo.cxx b/pandatool/src/imageprogs/imageInfo.cxx index bc7a271e94..cfb5e890e8 100755 --- a/pandatool/src/imageprogs/imageInfo.cxx +++ b/pandatool/src/imageprogs/imageInfo.cxx @@ -53,7 +53,7 @@ run() { // Successfully read the image header. nout << filename << ": " << header.get_x_size() << " x " << header.get_y_size() << " x " << header.get_num_channels() - << "\n"; + << " (maxval = " << header.get_maxval() << ")\n"; } } }