ResolutionList.xml file
The ResolutionList.xml file is located in the directory in which you installed Content Importer. Content Importer, reads the contents of the ResolutionList.xml file and uses the information to map graphic-file extensions to values for the FRESOLUTION field.
The ResolutionList.xml file contains the following default content:
<?xml version="1.0" encoding="utf-8" ?>
<resolutionlist>
<!--
Sample "resolution to extension" mapping list
Please make sure:
- You enter each extension only once and in lowercase
- The name of the resolution matches the casing and naming in the cCMS
- This file is placed in the same folder as the DITA2Trisoft executable.
- The name of this file is ResolutionList.xml
-->
<resolution name="Low">
<extension name="jpg"/>
<extension name="jpeg"/>
<extension name="png"/>
<extension name="tif"/>
<extension name="tiff"/>
</resolution>
<resolution name="High">
<extension name="eps"/>
<extension name="pdf"/>
<extension name="cgm"/>
<extension name="svg"/>
<extension name="svgz"/>
<extension name="wmf"/>
</resolution>
<resolution name="Thumbnail">
<extension name="gif"/>
<extension name="bmp"/>
<extension name="ico"/>
</resolution>
</resolutionlist>