C# Class Moxiecode.MXI.Image.ExifParser

Afficher le fichier Open project: openHPI/moodle-mod_teletask Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public EXIF ( ) : object>.Dictionary
Résultat object>.Dictionary

GPS() public méthode

public GPS ( ) : object>.Dictionary
Résultat object>.Dictionary

TIFF() public méthode

public TIFF ( ) : object>.Dictionary
Résultat object>.Dictionary

getBinary() public méthode

public getBinary ( ) : byte[]
Résultat byte[]

init() public méthode

public init ( Stream segment ) : bool
segment Stream
Résultat bool

init() public méthode

public init ( byte buffer ) : bool
buffer byte
Résultat bool

purge() public méthode

public purge ( ) : void
Résultat void

setExif() public méthode

public setExif ( string tag, int value ) : bool
tag string
value int
Résultat bool

thumb() public méthode

public thumb ( ) : byte[]
Résultat byte[]