I have tried using VectorOnRasterOverlayer, Clipper, RasterBandNodataRemover and RasterClipOverlay...all being fed to an ECW Writer. And even though the results are all different, no method is giving me a clipped (i.e. no black or white boundary) ECW version of our orthophtoto:
To me my method appears to be logical, but I'm obviously missing something.
RasterInterpretationCoercer parameters:
RasterClipOverlay parameters:
Clip polygon parameters:
ECW Writer parameters:
As mentioned, I'm pretty sure I'm doing something wrong (I'm also definitely not a power FME user), but what I'm trying to do shouldn't be that difficult either.
The original orthophoto looks like this:
I made the background grey so it is obvious there is no white or black data surrounding the image.
The clip (or mask) polygon is just something I had used to clean up the original image, and it worked well for that:
The best ECW I have managed to create so far is this:
But how do I get rid of the black no-data area? Any suggestions? What would be the best way to do this using FME?
Thanks