Menu

#144 Adds most EXIF-2.2 tags to exif.tcl

open
exif (3)
5
2014-08-20
2005-03-12
Anonymous
No

Add most EXIF-2.2 tags to exif.tcl
This patch adds most of the EXIF-2.2 tags and some
Olympus makernotes to exif.tcl. If an unknown tag is
found, the script will report this tag as unknown tag
instead of crashing.
I checked the script with lots of personal photos as
well as some sample images found on www.exif.org.

- Matthias

mlange_lists(at)yahoo.de

--> This is a repost because I missed the checkbox for
the file upload ...

Discussion

  • Nobody/Anonymous

    EXIF-2.2 tags for exif.tcl

     
  • Pat Thoyts

    Pat Thoyts - 2005-09-05
    • assigned_to: nobody --> andreas_kupries
     
  • Andreas Kupries

    Andreas Kupries - 2005-09-06

    Logged In: YES
    user_id=75003

    For future reference, please create patches in unidiff
    format. They have infomration about which file they apply
    the regular plain patch you provided does not have. They
    also have context information which allows the patch to to
    find the location even if in the presen of slight changes in
    other parts of the file, shifting the locations around a bit.

    Also: Please specify exactly which images from the exif site
    you used. I.e. links to the pages containing the image(s),
    liks to the images themselves.

    If possible, can you please attach test images as well, if
    they are not too large ?

    All of the above is required by me so that I can extend the
    testsuite to cover the new code. Test cases covering when
    encountering an unknown tag should be provided as well, but
    I am willing to drop this part.

    As you said "most 2.2 tags" I would like to know which of
    the tags are _not_ handled by your code.

     
  • Andreas Kupries

    Andreas Kupries - 2005-09-06

    Same patch as submitted, unidiff format.