Open the
emxProductLine.properties file for editing.
To specify whether a thumbnail should be generated for an object type, follow these steps:
- Locate this line:
emxProduct.PrimaryImage.type_Image.GenerateImage = true
-
Set the value of this property depending on your preference.
- true. a thumbnail should be generated.
- false. a thumbnail should not generated.
To specify the size of the thumbnail, follow these steps:
- Locate this line:
emxProduct.PrimaryImage.type_Image.Size = 48x48
-
Set the value to the desired size.
To specify the format of the thumbnail, follow these steps:
- Locate this line:
emxProduct.PrimaryImage.type_Image.Format = gif
-
Set the value to the desired format. Include only those formats that are allowed for the image icon.
To specify the directory of the ImageMagick installation,
follow these steps:
- Locate this line:
emxProduct.ImageMagick.Directory =
- Set the value to the installation directory.
ImageMagick is not installed with ENOVIA Variant Configuration Central, therefore by default the above setting is commented. If you want to use ImageMagick, first install it and then uncomment the above setting, providing the location where ImageMagick is installed.
For ImageMagick downloads, see the ImageMagick web site: http://www.imagemagick.org.
|