Writes the JPEG file to the specified file without changes.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Write ( _ fileName As String _ )
public void Write( string fileName )
Type: System.String
The name of the file where you want to save the result.You can use this method to edit EXIF or IPCT data without recompression of the image. In this case the workflow should the following:
You cannot save changes in the same file you opened the transform at (by design). If you need to do it, you should to save the updated file to a memory stream (using an overloaded version of this method), close the transform, and save the stream to the original file.