Don't do unecessary color profile conversion
This commit is contained in:
+1
-1
@@ -297,7 +297,7 @@ bool loadPCLImage(pcl::XISFReader &xisf, RawImage **image)
|
|||||||
|
|
||||||
#ifdef COLOR_MANAGMENT
|
#ifdef COLOR_MANAGMENT
|
||||||
pcl::ICCProfile iccProfile = xisf.ReadICCProfile();
|
pcl::ICCProfile iccProfile = xisf.ReadICCProfile();
|
||||||
if(iccProfile.IsProfile())
|
if(iccProfile.IsProfile() && iccProfile != sRgbIccProfile)
|
||||||
{
|
{
|
||||||
pcl::ICCProfileTransformation iccTran;
|
pcl::ICCProfileTransformation iccTran;
|
||||||
iccTran.DisableParallelProcessing();
|
iccTran.DisableParallelProcessing();
|
||||||
|
|||||||
Reference in New Issue
Block a user