 | RenderImageSaveToFile Method |
Saves the image to file with compression.
The compression value will depends on the file extension. Typically between 0 and 100 for a JPEG and 0 and 9 for a PNG.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntaxpublic void SaveToFile(
string filename,
int compression
)
public:
void SaveToFile(
String^ filename,
int compression
)
Parameters
- filename
- Type: SystemString
The path to the image. - compression
- Type: SystemInt32
The compression level.
Exceptions
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also