You are here: Start » AVL.NET » Invoke.SaveImageToTiff
Saves an image to a TIFF file.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SaveImageToTiff ( Avl.Image inImage, string inFile, Optional<Avl.TiffImageCompressionScheme> inCompressionScheme, Optional<int> inJpegQuality, bool inIgnoreErrors )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | An image to be saved. | ||
![]() | inFile | string | Path to a file. | ||
![]() | inCompressionScheme | Atl.Optional<Avl.TiffImageCompressionScheme> | Compression scheme. Default value: atl::NIL. | ||
![]() | inJpegQuality | Atl.Optional<int> | <0, 100> | Quality - used only for JPEG compression scheme. Default value: atl::NIL. | |
![]() | inIgnoreErrors | bool | Switches to re-trying and canceling in case of errors (e.g. when the disk is full). |