example: 010

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 ;
FCImageProperty prop ;
img.Load ("c:\\test.jpg", &prop) ;

prop.SetPropertyValue (IMAGE_TAG_EXIF_ISOSpeed, "200") ;

img.Save ("c:\\test.jpg", prop) ;