Purpose: | Load jpeg's EXIF information (need GDI+)
|
OS: | windows
|
Place: | example/009/src
|
Notice: |
|
Usage: | you can modify EXIF using this code (maybe lost some EXIF information) FCObjImage img ; prop.SetPropertyValue (IMAGE_TAG_EXIF_ISOSpeed, "200") ; img.Save ("c:\\test.jpg", prop) ;
|