Aurigma Graphics Mill 5.5 for .NET
LosslessJpegTransform..::.Write Method (String)
Writes the JPEG file to the specified file without changes.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Sub Write ( _ fileName As String _ )
C#
public void Write( string fileName )
Parameters
- fileName
-
Type: System..::.String
The name of the file where you want to save the result.
Remarks
You can use this method to edit EXIF or IPCT data without recompression of the image. In this case the workflow should the following:
- Open the JPEG file using the Open(String) method.
- Update EXIF or IPTC data using Exif or Iptc properties.
- Save changes in a separate file using this method.
See Also
Reference
- LosslessJpegTransform Class
- Write Overload
- Aurigma.GraphicsMill.Codecs Namespace
- LosslessJpegTransform..::.Exif
- LosslessJpegTransform..::.Iptc
- LosslessJpegTransform..::.Open(String)
- LosslessJpegTransform..::.WriteCropped(String, Rectangle)
- LosslessJpegTransform..::.WritePatched(String, Point, Bitmap)
- LosslessJpegTransform..::.WriteRotated(String, RotateFlipType)
- LosslessJpegTransform..::.WriteTransposed(String)
- LosslessJpegTransform..::.WriteTransversed(String)