You are here

README.txt in EXIF Custom 7

Same filename in this branch
  1. 7 README.txt
  2. 7 exif_display/README.txt
EXIF Custom
-----------
This module allows images to be parsed for EXIF, XMP and IPTC meta data and have
it saved as fields on the image record.


Features
--------------------------------------------------------------------------------
Supports the following image meta data:
* EXIF, using PHP's exif_read_data() function.
* XMP, using custom logic.
* IPTC, using PHP's getimagesize() and iptcparse() functions.

Also included is EXIF Data Display, a sub module for display all of an image's
meta data on the image edit form.


Configuration
--------------------------------------------------------------------------------



Credits / contact
--------------------------------------------------------------------------------
Originally written by edwbaker [1], currently maintained by Joestp Olstad [2]
and Damien McKenna [3].

The best way to contact the authors is to submit an issue, be it a support
request, a feature request or a bug report, in the project issue queue:
  https://www.drupal.org/project/issues/exif_custom


References
--------------------------------------------------------------------------------
1: https://www.drupal.org/u/edwbaker
2: https://www.drupal.org/u/josepholstad
3: https://www.drupal.org/u/damienmckenna

File

README.txt
View source
  1. EXIF Custom
  2. -----------
  3. This module allows images to be parsed for EXIF, XMP and IPTC meta data and have
  4. it saved as fields on the image record.
  5. Features
  6. --------------------------------------------------------------------------------
  7. Supports the following image meta data:
  8. * EXIF, using PHP's exif_read_data() function.
  9. * XMP, using custom logic.
  10. * IPTC, using PHP's getimagesize() and iptcparse() functions.
  11. Also included is EXIF Data Display, a sub module for display all of an image's
  12. meta data on the image edit form.
  13. Configuration
  14. --------------------------------------------------------------------------------
  15. Credits / contact
  16. --------------------------------------------------------------------------------
  17. Originally written by edwbaker [1], currently maintained by Joestp Olstad [2]
  18. and Damien McKenna [3].
  19. The best way to contact the authors is to submit an issue, be it a support
  20. request, a feature request or a bug report, in the project issue queue:
  21. https://www.drupal.org/project/issues/exif_custom
  22. References
  23. --------------------------------------------------------------------------------
  24. 1: https://www.drupal.org/u/edwbaker
  25. 2: https://www.drupal.org/u/josepholstad
  26. 3: https://www.drupal.org/u/damienmckenna