Libraries
Exif Source Code
 previous   up   next 

Function Summary
void
readExifData (in string: stri, inout exifDataType: exifData)
Read Exif data from the given string stri.
void
changeOrientation (inout pixelImage: image, in integer: orientation)
Change the image orientation according to the Exif orientation.

Function Detail

readExifData

const proc: readExifData (in string: stri, inout exifDataType: exifData)

Read Exif data from the given string stri.


changeOrientation

const proc: changeOrientation (inout pixelImage: image, in integer: orientation)

Change the image orientation according to the Exif orientation.



 previous   up   next