Linux 软件免费装

wp-extraexif

开发者 cadeyrn
更新时间 2017年8月11日 16:39
PHP版本: 4.0 及以上
WordPress版本: 4.8.1
版权: GPLv3
版权网址: 版权信息

标签

image media exif

下载

1.0

详情介绍:

The plugin expands the image meta by extracting data via exiftool. The default set of keywords is: -MIMEType', '-FileType', '-FileName', '-ModifyDate', '-CreateDate', '-DateTimeOriginal', '-ImageHeight', '-ImageWidth', '-Aperture', '-FOV', '-ISO', '-FocalLength', '-FNumber', '-FocalLengthIn35mmFormat', '-ExposureTime', '-Copyright', '-Artist', '-Model', '-GPSLongitude#', '-GPSLatitude#', '-LensID' which can be altered with the wp_extraexif_exiftool_vars filter (one argument, an array with the values above). Later on the extraced values live in the same place where the default, WordPress extraced EXIF lives and can be access from the same array.

安装:

  1. Upload contents of wp-extraexif.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress

更新日志:

Version numbering logic: 1.0 2017-07-14 Complete rewrite to get rid of cache files, to utilize exiftool better, and to be PHP 5.2 compatible in order to push the plugin to the wordpress.org repository. 0.4 2016-09-07 0.3 2016-08-20 0.1 2016-07-22