Hi
There is a small error in your C++ code. The following code:
if (!proc->BeginImageProcessing(Hyieutils::TIEPixelFormatSet(ie24RGB), x1, y1, x2, y2, "LocalStrech", ProcBitmap, mask))
return;
Should be written:
if (!proc->BeginImageProcessing(Hyieutils::TIEPixelFormatSet() << ie24RGB, x1, y1, x2, y2, "LocalStrech", ProcBitmap, mask))
return;
Nigel
Xequte Software
www.imageen.com