ImageBuffer.SaveAsJpeg Method

Saves the contents of the buffer to a JPEG compressed file to disk.
Syntax:
Public Sub SaveAsJpeg(Filename As String, Quality As Long)
Parameter Description
Filename

The name of the file to which the buffer is saved.

Quality

Desired image quality. Should be in the range between 0 and 100.

Information:

Introduced in IC Imaging Control 2.0

Sample:

This example shows how to save the contents of an ImageBuffer to a file called "test.jpg":

See also: ImageBuffer, ImageBuffer.SaveAsBitmap

<< ImageBuffer