Steps to reproduce:
1. Open the attached TIFF file with TImageENVect
2. Place a text marker annotation (taken from demo program Annotations.dproj)
ImageEnVect1.MouseInteractVt := [miPutBox];
ImageEnVect1.ObjBoxHighlight[-1] := true;
ImageEnVect1.ObjBrushColor[-1] := clYellow;
ImageEnVect1.ObjBrushStyle[-1] := bsSolid;
3. Burn in the annotation with CopyObjectsToBack
ImageEnVect1.CopyObjectsToBack(true);
ImageEnVect1.RemoveAllObjects;
Now the PutBox is not visible any more.
What is the reason?
The TIFF file is fully colored (PixelFormat ie24RGB) and LZW compressed.
Here is the TIFF file (zipped):
http://www.imageen.com/ieforum/attach/rlange/201342643849_test1.zip