Menu

EXIF write support

Developers
2008-09-27
2012-10-31
  • Lucian Sabo

    Lucian Sabo - 2008-09-27

    Many users ask me to add support for EXIF write.
    Why only read support for EXIF and read/write support for others ?
    EXIF is very common.
    It would be hard?

    Could someone that is more familiar with metadata handling functions from FreeImage give at least a starting point ?

    Thanks

     
    • Lucian Sabo

      Lucian Sabo - 2008-10-17

      I patched the sources to let me copy the raw exif profile from the source image.
      This does work only if the last jpeg image opened is the first to be saved.

      If someone needs my patch I can put it here.

       
    • Hervé Drolon

      Hervé Drolon - 2008-10-16

      Although Exif is quite common for JPEG images, writing Exif metadata is very complex and it's impossible to write makernotes metadata (no specification).
      See ExifTools at
      http://www.sno.phy.queensu.ca/~phil/exiftool/
      for a good metadata handling solution.

      Hervé

       
  • Augustino

    Augustino - 2010-07-06

    Dear Sabo,
    Is the patch still available now? Would you please tell me where I can get it?
    Thanks in advance!

     
  • Lucian Sabo

    Lucian Sabo - 2010-07-07

    The current CVS version already contains write support for EXIF by using
    FIMD_EXIF_RAW. Obtain the latest files from the CVS.
    My patch is not needed anymore. It did the same: saved the raw EXIF.

     
  • Augustino

    Augustino - 2010-07-07

    I got it, thank you!
    Looking forward to next release.

     

Log in to post a comment.