C# Class ImageMagick.EightBimProfile

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

EightBimProfile() public méthode

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

EightBimProfile() public méthode

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.
Résultat System