started work on making RT not clip the image at intermediate stages
This commit is contained in:
@@ -119,7 +119,7 @@ inline void ImageDatas::convertTo(unsigned char src, unsigned short& dst) const
|
||||
template<>
|
||||
inline void ImageDatas::convertTo(float src, unsigned char& dst) const
|
||||
{
|
||||
dst = uint16ToUint8Rounded(src);
|
||||
dst = uint16ToUint8Rounded(CLIP(src));
|
||||
}
|
||||
template<>
|
||||
inline void ImageDatas::convertTo(unsigned char src, float& dst) const
|
||||
|
||||
Reference in New Issue
Block a user