Hi, I tried to shift to the ippiResizeSqrPixel_8u_C4R from the previously used ippiResize and I get strange behaviour
IppiRect srcRoi = some rectangle region inside the source image
IppRect dstRoi = whole region of a resized image
ippiResize - works OK - result is an image over all dst buffer
ippiResizeSqrPixel - result gets shifted from the left and top edge and it looks like it reacts to srcRoi changes.
can anyone explain the placement difference between those 2?
Regards