The Built-in Image Converter is a replacement for our original Image Converter. We've improved the speed and memory use needed when converting, modifying, and rotating images. This converter improves image conversion speed and provides better handling of all image types.

|
|
This feature is not supported on Microsoft® Windows Server 2008 R2 and Microsoft® Windows 7.
|
Table values in bold text are the default value for that setting.

|
|
<?xml version="1.0" encoding="utf-8"?>
<Profile Type="0"
DisplayName="Image Converter 300dpi"
Description ="Create images using the PEERNET image converter.">
<Settings>
<!-- Image Conversion options, use LEAD first -->
<add Name="ConverterPlugIn.PNImageConverter.KeepSourceImageResolution" Value="True"/>
<!-- Output file options -->
<add Name="Devmode settings;Resolution" Value="300"/>
<add Name="Save;Output File Format" Value="TIFF Multipaged"/>
...
</Settings>
</Profile>
|
Conversion Settings - Image Options
|
|
Name:
|
ConverterPlugIn.PNImageConverter.KeepSourceImageResolution
Optionally keep the output image's resolution the same as source image. Note that fax mode and other image option actions (Image Options) will still override the end result. Overrides the Devmode settings;Resolution settings from Devmode settings.
|
Values:
|
True - Create the new image with the same resolution as the original image.
False - Creates the new image with the resolution specified in the Devmode settings;Resolution setting.
|
|