Class JpegBitmapDecoder
Tiff bitmap encoder using BitmapDecoder initialized with default guid Jpeg.
public class JpegBitmapDecoder : BitmapDecoder
- Inheritance
-
JpegBitmapDecoder
- Inherited Members
Constructors
JpegBitmapDecoder(ImagingFactory)
Initializes a new instance of the JpegBitmapDecoder class.
public JpegBitmapDecoder(ImagingFactory factory)
Parameters
factory
ImagingFactoryThe factory.
JpegBitmapDecoder(ImagingFactory, Guid)
Initializes a new instance of the JpegBitmapDecoder class.
public JpegBitmapDecoder(ImagingFactory factory, Guid guidVendorRef)
Parameters
factory
ImagingFactoryThe factory.
guidVendorRef
GuidThe GUID vendor ref.
JpegBitmapDecoder(nint)
Initializes a new instance of the JpegBitmapDecoder class.
public JpegBitmapDecoder(nint nativePtr)
Parameters
nativePtr
nintThe native PTR.