C# Class Moxiecode.MXI.Image.ExifParser

显示文件 Open project: openHPI/moodle-mod_teletask Class Usage Examples

Public Methods

Method Description
EXIF ( ) : object>.Dictionary
GPS ( ) : object>.Dictionary
TIFF ( ) : object>.Dictionary
getBinary ( ) : byte[]
init ( Stream segment ) : bool
init ( byte buffer ) : bool
purge ( ) : void
setExif ( string tag, int value ) : bool
thumb ( ) : byte[]

Private Methods

Method Description
extractTags ( long IFD_offset, string>.Dictionary tags2extract ) : object>.Dictionary
getIFDOffsets ( ) : bool
isJPEG ( ) : bool
setTag ( string ifd, object tag, int value ) : bool

Method Details

EXIF() public method

public EXIF ( ) : object>.Dictionary
return object>.Dictionary

GPS() public method

public GPS ( ) : object>.Dictionary
return object>.Dictionary

TIFF() public method

public TIFF ( ) : object>.Dictionary
return object>.Dictionary

getBinary() public method

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

init() public method

public init ( Stream segment ) : bool
segment Stream
return bool

init() public method

public init ( byte buffer ) : bool
buffer byte
return bool

purge() public method

public purge ( ) : void
return void

setExif() public method

public setExif ( string tag, int value ) : bool
tag string
value int
return bool

thumb() public method

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