Exif的信息读取PHP库.zip

时间:2022-07-31 04:48:10
【文件属性】:
文件名称:Exif的信息读取PHP库.zip
文件大小:788KB
文件格式:ZIP
更新时间:2022-07-31 04:48:10
类库下载-Exif的信息读取PHP库 <?php error_reporting(-1); ini_set('display_errors', 1); ini_set('display_startup_errors', 1); date_default_timezone_set('Europe/Brussels'); if (!is_file($autoloadFile = __DIR__ . '/../vendor/autoload.php')) {     echo 'Could not find "vendor/autoload.php". Did you forget to run "composer install --dev"?' . PHP_EOL;     exit(1); } $autoloader = require $autoloadFile; define('PHPEXIF_TEST_ROOT', __DIR__);Exif是一种图像文件格式,它的数据存储与JPEG格式是完全相同的。实际上Exif格式就是在JPEG格式头部插入了数码照片的信息,包括拍摄时的光圈、快门、白平衡、ISO、焦距、日期时间等各种和拍摄条件以及相机品牌、型号、色彩编码、拍摄时录制的声音以及GPS全球定位系统数据、缩略图等。你可以利用任何可以查看JPEG文件的看图软件浏览Exif格式的照片,但并不是所有的图形程序都能处理Exif信息。这就是一个Exif的信息读取的PHP库。
【文件预览】:
php-exif-master
----.coveralls.yml(13B)
----Resources()
--------doc()
----CHANGELOG.rst(923B)
----lib()
--------PHPExif()
----phpunit.xml.dist(838B)
----.travis.yml(673B)
----LICENSE(1KB)
----composer.lock(51KB)
----README.md(2KB)
----tests()
--------PHPExif()
--------bootstrap.php(412B)
--------files()
----.gitignore(43B)
----composer.json(865B)

网友评论