* Using the same message for GPSLatitudeRef and GPSDestLatitudeRef;
[lhc/web/wiklou.git] / includes / Exif.php
2005-05-30 Ævar Arnfjörð Bjar... * Using the same message for GPSLatitudeRef and GPSDest...
2005-05-21 Ævar Arnfjörð Bjar... * Added a TODO note to isASCII()
2005-05-13 Ævar Arnfjörð Bjar... * isASCII() now only accepts \x0a\x20-\x7e and strings...
2005-05-10 Ævar Arnfjörð Bjar... * Not returning true for whitespace ASCII tags (I found...
2005-05-09 Ævar Arnfjörð Bjar... * Switching is_numeric() in isByte(), isShort() and...
2005-05-09 Ævar Arnfjörð Bjar... * Improved Exif::validate() debug output
2005-05-09 Ævar Arnfjörð Bjar... * Deprecated $mValidExif and its constructor makeValidE...
2005-05-09 Ævar Arnfjörð Bjar... * Improved the debug output of the type checking functions
2005-05-09 Ævar Arnfjörð Bjar... * Documented the change to extractTags(), might be...
2005-05-09 Brion VibberFix up spacing, indentation to match the codebase stand...
2005-05-08 Brion VibberDeclare the EXIF type constants only once, when the...
2005-05-08 Brion VibberClean up makeFlatExifTags; a simple foreach loop is...
2005-05-08 Ævar Arnfjörð Bjar... * Added support for formatting of the DateTime tag...
2005-05-08 Ævar Arnfjörð Bjar... * Added license information
2005-05-08 Ævar Arnfjörð Bjar... * To the tune of "America, Fuck Yeah" from "Team Americ...
2005-05-07 Ævar Arnfjörð Bjar... * A new file with Exif functions