內容簡介
這個外掛透過 exiftool 提取圖像的元數據,從而擴展了圖像元數據。預設關鍵字集合如下:
-MIMEType', '-FileType', '-FileName', '-ModifyDate', '-CreateDate', '-DateTimeOriginal', '-ImageHeight', '-ImageWidth', '-Aperture', '-FOV', '-ISO', '-FocalLength', '-FNumber', '-FocalLengthIn35mmFormat', '-ExposureTime', '-Copyright', '-Artist', '-Model', '-GPSLongitude#', '-GPSLatitude#', '-LensID'
可以使用wp_extraexif_exiftool_vars過濾器(一個引數,包含上述值的數組)來更改它們。
稍後,提取出的值會存儲在與預設 WordPress 提取的 EXIF 相同的位置,可以從同一數組中訪問。
外掛標籤
開發者團隊
原文外掛簡介
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.
