ImageMagick.EightBimProfile.EightBimProfile C# (CSharp) Method

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
    public EightBimProfile(byte[] data)
      : base("8bim", data)
    {
    }

Same methods

EightBimProfile::EightBimProfile ( MagickImage image, byte data ) : System
EightBimProfile::EightBimProfile ( Stream stream ) : System
EightBimProfile::EightBimProfile ( string fileName ) : System