Ignore:
Timestamp:
Jul 29, 2010, 10:12:25 AM (14 years ago)
Author:
grum
Message:

feature:1777

  • Weight of the metadata database can becomes very heavy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AMetaData/JpegMetaData/Common/Const.class.php

    r4686 r6729  
    142142  }
    143143
     144  class Schemas {
     145    const EXIF  = "exif";
     146    const IPTC  = "iptc";
     147    const XMP   = "xmp";
     148    const MAGIC = "magic";
     149
     150    const EXIF_TIFF = "exif.tiff";
     151    const EXIF_EXIF = "exif.exif";
     152    const EXIF_GPS  = "exif.gps";
     153    const EXIF_MAKER  = "exif.maker";
     154  }
     155
    144156?>
Note: See TracChangeset for help on using the changeset viewer.