C# Class ImageMagick.ExifWriter

Show file Open project: dlemstra/Magick.NET Class Usage Examples

Public Methods

Method Description
ExifWriter ( Collection values, ExifParts allowedParts ) : System
GetData ( ) : byte[]

Private Methods

Method Description
GetIndex ( Collection indexes, ExifTag tag ) : int
GetIndexes ( ExifParts part, ExifTag tags ) : Collection
GetLength ( IEnumerable indexes ) : uint
Write ( byte source, byte destination, int offset ) : int
WriteArray ( ExifValue value, byte destination, int offset ) : int
WriteData ( Collection indexes, byte destination, int offset ) : int
WriteHeaders ( Collection indexes, byte destination, int offset ) : int
WriteRational ( Rational value, byte destination, int offset ) : int
WriteSignedRational ( SignedRational value, byte destination, int offset ) : int
WriteValue ( ExifDataType dataType, object value, byte destination, int offset ) : int
WriteValue ( ExifValue value, byte destination, int offset ) : int

Method Details

ExifWriter() public method

public ExifWriter ( Collection values, ExifParts allowedParts ) : System
values Collection
allowedParts ExifParts
return System

GetData() public method

public GetData ( ) : byte[]
return byte[]