output maxval too

This commit is contained in:
David Rose 2004-02-04 00:53:22 +00:00
parent 86526ce0b4
commit 1a5404e454

View File

@ -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";
}
}
}