|
Index Project Screen Shots Linux - MacOSX - Win32 |
Docs / IntegerValues
(X)MedCon tries to preserve pixel values even for conversions to a new type. If the original values fit inside the new type's range, a simple cast assignment is done. See for the rescaling functions in the source code file
This value preservation is not used while creating an 8-bit image buffer for the display pixmaps. The display rule is: max value = 255 (white), min value = 0 (black) and everything else in between. This is done in the separate << Remarks on Library | Documentation | Slice Separation >> |