Hello,
I'm parsing WANG annotations out of TIFF images, burning them in, and saving back out to TIFF. I'm having a problem with the rendered size of the TextAnnotations after burning. The annotations are ending up too small to read without zooming in 200-300%. I played with the Font property on the TextAnnotation but it does not produce consistent results - i.e. sometimes the text is large enough and sometimes it is still too small. To me, it seems like there might be an issue with resolution scaling going on here, but since I'm using the Burn() method, I have no control over the resolution that results. Can you recommend a course of action that would allow me to scale the text to its proper proportion to the Image? For instance, if I have 9pt text on a 200 dpi image, I don't want it to be 12 pixels high like it would be @96 dpi.
Thanks for any assistance.
Zach