Skip to content

ClaudeChey/RExif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RExif

EXIF for actionscript. RExif to extract the exif data from the image.
RExif is extract "EXIF", "JFIF", "JFXX" fields.

##Usage##

var exif:RExif = new RExif();
exif.extract( "ByteArray for image" );

exif.tags; // return vector (exif data)
exif.thumbnail; // return ByteArray (image thumbnail)
exif.comment; // return string
exif.imageWidth; // return uint
exif.imageHeight; // return uint
exif.valueForTagNum( "Tag number" ); // return * (if you need data)
exif.valueForName( "Tag name" ); // return * (if you need data)

About

RExif is extract EXIF for Actionscript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published