ImageMagick.EightBimProfile.EightBimProfile C# (CSharp) Method

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
    public EightBimProfile(Stream stream)
      : base("8bim", stream)
    {
    }

Same methods

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