Ignore:
Timestamp:
Jan 17, 2010, 7:05:35 PM (14 years ago)
Author:
grum
Message:

[Plugin:AMetaData] Finished to comment the JpegMetaData classes and rename some methods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/Readers/MakerNotesReader.class.php

    r4686 r4698  
    3333 * -----------------------------------------------------------------------------
    3434 *
    35  * The MakerNotesReader class is dedicated to read tags from the maker note sub
    36  * IFD structure
     35 * The exif tag 0x927C "MakerNote" is a tag used by the camera maker to manage
     36 * their own data.
     37 *
     38 * In most of case, this tags gives an offset to an extra data block.
     39 * And in most of case, this data block is a sub-IFD block
     40 *
     41 * The MakerNotesReader is a generic class dedicated to read tags from the maker
     42 * note sub IFD structure
     43 *
    3744 *
    3845 * ======> See IfdReader.class.php to know more about an IFD structure <========
Note: See TracChangeset for help on using the changeset viewer.