_ImageSave, _ImageSaveAs, ImageExportToAVI, ImageSave, ImageSaveAs, ImageSaveAsEx, SaveAll, SaveCurrentDocument, ShowImageInfoBeforeSaveAs
Description 
ImageExportToAVI( char *AviFilename, intAviUseTime, intAviSeparateXY, intAviUseZ, intAviFrameInterval, char *AviCodec);
This function creates an AVI movie out of the current ND2 document.
Parameters
Interactive menu command to this function: File > Save 
Description 
ImageSave();
This function saves current image.
Note
This function does not save a new (e.g. captured) image. If you want to save the new image, use the ImageSaveAs function.
See Also 
_ImageSave, ImageSaveAs
Interactive menu command to this function: File > Save As
Description 
ImageSaveAs( char *Image, intImType, intImCompr);
Saves the existing image under a different name based on the following parameters.
Parameters
ImCompr Image compression.
| ND2 format - lossless | |
| TIF, TIFF format - no compression | |
| TIF, TIFF format - LZW compression | |
| TIF, TIFF format - LZMA compression | |
| JPG, JPEG format - level of compression (0 = Lowest, 4 = Highest) | |
| ICS format - no compression | |
| OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - no compression | |
| OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - LZW compression | |
| JSON format - no compression | |
| JSON format - LZW compression | |
| LSM format - no compression | |
| LIM format - lossless | |
| LIM format - no compression | |
| BMP format - no compression | |
| JP2 format - level of compression (0 = lossless) | |
| GIF format - lossless (not binary image, key needed) | |
| PNG format - no compression | |
| AVI format - this parameter is ignored. Compression depends on the selected codec an its settings. | |
| MP4 format - this parameter is ignored. Compression depends on the selected codec an its settings. | 
Note
Images with color depth > 8bits are converted to 8 bits using optimized palette.
See Also 
ImageSaveAsEx, _ImageSaveAs, SaveCurrentDocument, _ImageSaveAs
Description 
ImageSaveAsEx( intPicConst, char *Image, intImType, intImCompr);
This function enables you to store the image according to options.
Parameters
ImCompr Image compression.
| ND2 format - lossless | |
| TIF, TIFF format - no compression | |
| TIF, TIFF format - LZW compression | |
| TIF, TIFF format - LZMA compression | |
| JPG, JPEG format - level of compression (0 = Lowest, 4 = Highest) | |
| ICS format - no compression | |
| OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - no compression | |
| OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - LZW compression | |
| JSON format - no compression | |
| JSON format - LZW compression | |
| LSM format - no compression | |
| LIM format - lossless | |
| LIM format - no compression | |
| BMP format - no compression | |
| JP2 format - level of compression (0 = lossless) | |
| GIF format - lossless (not binary image, key needed) | |
| PNG format - no compression | |
| AVI format - this parameter is ignored. Compression depends on the selected codec an its settings. | |
| MP4 format - this parameter is ignored. Compression depends on the selected codec an its settings. | 
Note
Images with color depth > 8bits are converted to 8 bits using an optimized palette.
See Also 
ImageSaveAs, _ImageSaveAs, _ImageSaveAs
Description 
SaveAll();
This function saves all modified documents. The operation is performed on image Intensity values.
See Also 
SaveCurrentDocument
Description 
SaveCurrentDocument( char *Image, intImDocuType, intImCompr, intOverwrite);
This function stores current image according to options.
Parameters
ImDocuType Type of image to be saved. This parameter can be one or more of the following values.
ImCompr Image compression.
| ND2 format - lossless | |
| TIF, TIFF format - no compression | |
| TIF, TIFF format - LZW compression | |
| TIF, TIFF format - LZMA compression | |
| JPG, JPEG format - level of compression (0 = Lowest, 4 = Highest) | |
| ICS format - no compression | |
| OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - no compression | |
| OME.TIF, OME.TIFF, OME.TF2, OME.TF8, OME.BTF format - LZW compression | |
| JSON format - no compression | |
| JSON format - LZW compression | |
| LSM format - no compression | |
| LIM format - lossless | |
| LIM format - no compression | |
| BMP format - no compression | |
| JP2 format - level of compression (0 = lossless) | |
| GIF format - lossless (not binary image, key needed) | |
| PNG format - no compression | |
| AVI format - this parameter is ignored. Compression depends on the selected codec an its settings. | |
| MP4 format - this parameter is ignored. Compression depends on the selected codec an its settings. | 
Note
ImCompr is ignored for BMP, GIF, PNG , DCM, ND2 and AVI format. For AVI format, the compression depends on the selected codec and its settings.
See Also 
ImageSaveAs, ImageSaveAsEx
Description 
 ShowImageInfoBeforeSaveAs(
   bool  ShowImageInfo
);Determines whether show image informations dialog before saving the file.
This function runs the File > Save  menu command.
 menu command.
Description 
_ImageSave();
This function saves the current image.
Note
If the image was not saved before, the function _ImageSaveAs is called.
See Also 
ImageSave, _ImageSaveAs
This function runs the File > Save As menu command.
Description 
_ImageSaveAs();
The function displays the Save As Image dialog box.
See Also 
ImageSaveAs