File: Export Image...
Export the active Image as file
cvExport type:=jpg name:=Image001 path:=D:\ImageFolder;
cvExport type:=tif dpi:=93 geotiff:=1 path:=D:\DataFile;
Please refer to the page for additional option switches when accessing the x-function from script
Input
ImagePage
The image to export. The default is the active image.
int
Specify the export type.
Option List:
Export all frames.
double
Frames per second. Only available when All Frames is specified.
Specify the DPI value.
Specify whether to export the image as grayscale GeoTIFF, when export tif file (type:=tif).
TreeNode
Specify the GeoTIFF image settings. When export image as grayscale GeoTIFF file (geotiff:=1), you can customize the GT Model for the image.
string
Specify file name of the exported image.
Specify the path of the exported image.
It is the width of the graph in pixels. This variable is read-only.
It is the height of the graph in pixels. This variable is read-only.
The cvExport function exports a image as an image file. Four export file types (BMP, JPG, PNG, TIF) are supported.
expImage
Keywords:export