mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
output maxval too
This commit is contained in:
parent
86526ce0b4
commit
1a5404e454
@ -53,7 +53,7 @@ run() {
|
|||||||
// Successfully read the image header.
|
// Successfully read the image header.
|
||||||
nout << filename << ": " << header.get_x_size() << " x "
|
nout << filename << ": " << header.get_x_size() << " x "
|
||||||
<< header.get_y_size() << " x " << header.get_num_channels()
|
<< header.get_y_size() << " x " << header.get_num_channels()
|
||||||
<< "\n";
|
<< " (maxval = " << header.get_maxval() << ")\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user