xtrans: border artifacts when using 1-pass Markesteijn, fixes #5452
This commit is contained in:
@@ -959,7 +959,7 @@ void RawImageSource::xtrans_interpolate (const int passes, const bool useCieLab,
|
|||||||
free(buffer);
|
free(buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
xtransborder_interpolate(8, red, green, blue);
|
xtransborder_interpolate(passes > 1 ? 8 : 11, red, green, blue);
|
||||||
}
|
}
|
||||||
#undef CLIP
|
#undef CLIP
|
||||||
void RawImageSource::fast_xtrans_interpolate (const array2D<float> &rawData, array2D<float> &red, array2D<float> &green, array2D<float> &blue)
|
void RawImageSource::fast_xtrans_interpolate (const array2D<float> &rawData, array2D<float> &red, array2D<float> &green, array2D<float> &blue)
|
||||||
|
Reference in New Issue
Block a user