文件名称:tc_EXIF:一个textcube插件,用于在文章图像中显示EXIF元标记
文件大小:87KB
文件格式:ZIP
更新时间:2024-06-14 00:01:02
PHP
用于Textcube的EXIF插件 tc_EXIF显示文本框附带的图像的EXIF元数据。 该插件的目的是使显示EXIF数据尽可能方便。 这个插件需要PHP 5.3.3以上版本。 因为它使用匿名函数,PHP <5.3.3中不支持匿名函数。 特征 一个用纯PHP编写的EXIF库:与其他用于PHP的EXIF库不同,tc_EXIF(PEL)不需要C扩展和exec函数。 使用textcube存储的EXIF缓存-缓存后性能不会下降 支持广泛使用的EXIF标签,例如品牌,型号,曝光,光圈,焦距 完全可以在最新版本的textcube中工作(在1.10 RC1上测试) 支持外部图像(例如 ) 管理小组 什么是EXIF? EXIF是“可交换图像文件格式”的缩写。 EXIF数据是一种嵌入在摄影师中的元数据,它记录了许多细节。 EXIF数据可以包含以下任何一项或全部: 拍摄日期和时间 相机设置
【文件预览】:
tc_EXIF-master
----images()
--------admin.js(6KB)
----lib()
--------PelEntry.php(11KB)
--------PelEntryAscii.php(19KB)
--------PelFormat.php(6KB)
--------PelJpeg.php(21KB)
--------PelExif.php(5KB)
--------PelEntryShort.php(23KB)
--------PelIfd.php(39KB)
--------PelException.php(2KB)
--------PelConvert.php(13KB)
--------PelEntryByte.php(9KB)
--------PelEntryUndefined.php(12KB)
--------PelTag.php(59KB)
--------PelJpegMarker.php(15KB)
--------PelEntryRational.php(10KB)
--------PelEntryLong.php(6KB)
--------PelEntryNumber.php(9KB)
--------PelJpegComment.php(3KB)
--------Pel.php(11KB)
--------PelJpegContent.php(2KB)
--------PelDataWindow.php(17KB)
--------PelTiff.php(9KB)
----LICENSE(1KB)
----admin.php(5KB)
----README.md(8KB)
----index.php(12KB)
----index.xml(9KB)
----.gitignore(9B)