C# Class ImageMagick.EightBimProfile

Class that can be used to access an 8bim profile.
Inheritance: ImageProfile
Datei anzeigen Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
EightBimProfile ( Stream stream ) : System

Initializes a new instance of the EightBimProfile class.

EightBimProfile ( byte data ) : System

Initializes a new instance of the EightBimProfile class.

EightBimProfile ( string fileName ) : System

Initializes a new instance of the EightBimProfile class.

Private Methods

Method Description
CreateClipPath ( string name, int offset, int length ) : ClipPath
EightBimProfile ( MagickImage image, byte data ) : System
GetClipPath ( int offset, int length ) : string
Initialize ( ) : void

Method Details

EightBimProfile() public method

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( Stream stream ) : System
stream Stream The stream to read the 8bim profile from.
return System

EightBimProfile() public method

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( byte data ) : System
data byte The byte array to read the 8bim profile from.
return System

EightBimProfile() public method

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( string fileName ) : System
fileName string The fully qualified name of the 8bim profile file, or the relative /// 8bim profile file name.
return System