This documentation is for the old version. Go to the latest Graphics Mill docs

LosslessJpegTransform.WritePatched Method

Compresses given bitmap to JPEG, overwrites a portion of JPEG data of the LosslessJpegTransform by this bitmap, and writes the result into the specified file/stream.

Overload List

Name Description
Public method WritePatched(Stream, Point, Bitmap)

Compresses given bitmap to JPEG, overwrites a portion of JPEG data of the LosslessJpegTransform by this bitmap, and writes the result into the specified stream.

Public method WritePatched(String, Point, Bitmap)

Compresses given bitmap to JPEG, overwrites a portion of JPEG data of the LosslessJpegTransform by this bitmap, and writes the result into the specified file.

See Also

Reference