ImageMagick.EightBimProfile.EightBimProfile C# (CSharp) Method

EightBimProfile() private method

private EightBimProfile ( MagickImage image, byte data ) : System
image MagickImage
data byte
return System
    internal EightBimProfile(MagickImage image, byte[] data)
      : base("8bim", data)
    {
      _Width = image.Width;
      _Height = image.Height;
    }

Same methods

EightBimProfile::EightBimProfile ( Stream stream ) : System
EightBimProfile::EightBimProfile ( byte data ) : System
EightBimProfile::EightBimProfile ( string fileName ) : System