search

Home  >  Q&A  >  body text

php 修改图片exif 信息

php 修改图片exif 信息

大家讲道理大家讲道理2896 days ago603

reply all(2)I'll reply

  • 迷茫

    迷茫2017-04-10 17:35:18

    1、安装图片处理程序imagemagick
    http://www.imagemagick.org/script/binary-releases.php

    2、安装php调用程序imagick
    http://pecl.php.net/package/imagick

    3、php示例
    http://php.net/manual/en/imagick.setimageproperty.php

    题主需求版下载
    windows版本imagemagick:
    ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.3-5-Q16-x64-dll.exe

    64位php5.5版本imagick
    Non Thread Safe (NTS)版http://windows.php.net/downloads/pecl/releases/imagick/3.4.3RC1/php_imagick-3.4.3rc1-5.5-nts-vc11-x64.zip

    Thread Safe (TS)版http://windows.php.net/downloads/pecl/releases/imagick/3.4.3RC1/php_imagick-3.4.3rc1-5.5-ts-vc11-x64.zip

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-10 17:35:18

    只要把这个dll文件放到ext文件夹下面就好了的对吗?

    reply
    0
  • Cancelreply