exif.admin.css |
exif.admin.css |
|
.tag_type {
background-color: gray !important;
}
img.sample-image {
height: 70px;
float:right;
margin: 0 0 15px 15px;
vertical-align:sub;
}
h3.sample-image {
margin-top:40px;
float:left;
} |
exif.admin.inc |
exif.admin.inc |
|
|
exif.css |
exif.css |
|
.field-widget-exif-readonly {
display:none;
} |
exif.drush.inc |
exif.drush.inc |
|
|
exif.info |
exif.info |
|
name = Exif
description = "Display image metadata (exif and iptc)."
package = Image
core = 7.x
version = "7.x-1.x-dev"
dependencies[] = taxonomy
dependencies[] =… |
exif.install |
exif.install |
|
the install part of the module |
exif.module |
exif.module |
|
|
ExifFactory.php |
ExifFactory.php |
Drupal\exif |
Contains \Drupal\exif\ExifFactory |
ExifInterface.php |
ExifInterface.php |
Drupal\exif |
Contains \Drupal\exif\ExifInterface |
ExifPHPExtension.php |
ExifPHPExtension.php |
Drupal\exif |
|
exif_functionaltests.php |
exif_functionaltests.php |
|
|
exif_functionaltests_with_defaults.test |
exif_functionaltests_with_defaults.test |
|
|
exif_functionaltests_with_locale.test |
exif_functionaltests_with_locale.test |
|
|
exif_location.info |
exif_location/exif_location.info |
|
name = EXIF Location
description = "Sets a node location based on EXIF coordinates from an image."
core = 7.x
version = "7.x-1.x-dev"
dependencies[] = exif
dependencies[] = location
dependencies[] = location_node |
exif_location.install |
exif_location/exif_location.install |
|
This is the exif location install part |
exif_location.module |
exif_location/exif_location.module |
|
Sets Location module coordinates from GPS EXIF image data |
exif_unittests.test |
exif_unittests.test |
|
|
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
// $Id:
README file for the Exif Drupal module.
Description
***********
The Exif module allows to display Exif metadata on image nodes. Exif is a
specification for the image file format used by digital cameras.
The metadata tags defined in the… |
README.txt |
exif_location/README.txt |
|
README file for the EXIF Location Drupal module.
Description
***********
This module provides a bridge between EXIF and Node Locations modules by
copying field_gps_gpslatitude and field_gps_gpslongitudelatitude values
(extracted from an image by the… |
releases.txt |
releases.txt |
|
Merge from 6.x to 7.x branch.
Merge include update for following issues (6.x branch) :
CHANGES LOG
-----------
2010/04/27
* UTF-8 support #783310 by silvio
* http://drupal.org/node/783344 : XMP Support by silvio
2009/12/01
* added option to choose… |
SimpleExiftoolFacade.php |
SimpleExiftoolFacade.php |
Drupal\exif |
|