Numerical Matrix Format
User Reference
|
MATRIX Array Level: 1
The EXPORT_IMAGE array exports an image file. Only one image file is exported per EXPORT_IMAGE array.
Description | ||
---|---|---|
JOB=NAME | Assign Job to export. Required. Dynamic Job References are also supported. | |
FILE=LOCATION | File location for the exported image. The single image file will contain all included_layers. The path may be either Absolute or Relative. (IMPORTANT: When exporting, RELATIVE paths are always preferred and much safer). | |
FOLDER=LOCATION | Path for the exported image file(s). Each layer (from included_layers) will be output as a separate file. This is an excellent way to generate a separate image for each layer. The folder path may be either Absolute or Relative. (IMPORTANT: When exporting, RELATIVE paths are always preferred and much safer). | |
WIDTH=NUM | Export Image Width in Pixels. (default: 800) | |
UNITS=MM|INCH | Optional. Defines Units for the Zoomed-in area to use. This can be helpful to magnify specific areas or 'realtime zoom diplay' for online viewers. Left, Bottom, Right, Top must be comma separated. (default: 0,0,0,0 is used then entire extents). This is OPTIONAL and only used when someone wishes to create a magnified image using ZOOMBOX. (default units: MM) | |
ZOOMBOX=L,B,R,T | Optional. Creates a magnified area to use for the Image. This can be helpful to magnify specific areas of a design or for 'realtime zoom diplay' with online viewers. Left, Bottom, Right, Top must be comma separated. (default: 0,0,0,0 is used then entire extents). This is OPTIONAL and only used when someone wishes to create a zoomed-in/out image. UNITS must be defined before ZOOMBOX or else millimeter will be used. | |
OMIT_LAYERS=NAME | Optional. Layers to ignore. Must be comma separated. (Default is All layers are included). | |
INCLUDE_LAYERS=NAME | Optional. Layers to include. Must be comma separated. (Default is All layers are included). | |
EXTENSION=NAME | Determine image type to export. Choose from: GIF, BMP, PNG, JPG, TIF. (Default is PNG). Only useful when exporting images to a folder. | |
BACKGROUND=BLACK|WHITE | Assign the background color for the generated images. (Default is BLACK). |
Example EXPORT_IMAGE Array: