C# 클래스 ImageMagick.ExifWriter

파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
ExifWriter ( Collection values, ExifParts allowedParts ) : System
GetData ( ) : byte[]

비공개 메소드들

메소드 설명
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

메소드 상세

ExifWriter() 공개 메소드

public ExifWriter ( Collection values, ExifParts allowedParts ) : System
values Collection
allowedParts ExifParts
리턴 System

GetData() 공개 메소드

public GetData ( ) : byte[]
리턴 byte[]