by dballvt » Wed Oct 31, 2012 9:00 pm
We have image metadata currently stored in ASCII files (.txt), and I'd like to simply add this metadata to the Image Description field of a generated OME-TIFF. I'm doing this in MATLAB, by adding a call to metadata.setImageDescription in the bfsave function. I'm able to add the text to the image description, but it displays as a single line, making it difficult to read. I've tried adding characters that I could find to indicate a line break(\n, 
, 
) but these all just get displayed as the same characters in the description. Is there any way to add a line break in this tag?