Creates and initializes new LosslessJpegTransform class instance. It also opens this transform on specified stream.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ stream As Stream _ )
public LosslessJpegTransform( Stream stream )
Type: System.IO.Stream
Name of the stream to open the JPEG file transform on.