Save/Export Options
CVS file
Saves the data as a Comma delimited text file with .CSV
file extension. Spreadsheets programs, including Excel and statistical
programs can read this format.
HTML file
Saves the data as an HTML file with .htm
file extension.
HTML file (including image)
*
Works like the HTML file command but also saves the measurements image
as a PNG file.
PDF Files
Saves the image and the measurements as an Acrobat file with .PDF
file extension.
MSR file
Saves the data as a Bersoft Image measurement file with .MSR
file extension. This is the same format used to save measurements along
the images.
Notes:
The saved data always includes the full row and column headers (the gray
cells with the titles)
These command are available under the File menu of the Measurement Pane.
When exporting measurements
as HTML files, the text formatting can be customized by including a file
named "styles.ini" in Bersoft Image Measurement
folder.
To modify
the way HTML exported measurements are formatted create a file, named
"styles.ini"
in Bersoft Image Measurement
folder, following the model included below, but with your own text formatting
settings.
<style type="text/css"> <!-- td { font-family: Arial, Helvetica, sans-serif; font-size: xx-small; } th { color: #FFFFFF; background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-weight: bold; text-align: center; padding: 2px; } .titu { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: oblique; text-align: center; padding-top: 8px; padding-right: 0px; padding-bottom: -5px; padding-left: 0px; } --> </style>