PHP获取Exif缩略图的方法

PHP获取Exif缩略图的方法
这篇文章主要介绍了PHP获取Exif缩略图的方法,实例分析了php针对图片的读取及返回MIME类型的相关技巧,具有一定参考借鉴价值,需要的朋友可以参考下。 本文实例讲述了PHP获取Exif缩略图的方法,分享给大家供大家参考,具体实现方法如下: // file to read $file = 'test.jpg'; $image = exif_thumbnail($file, $width, $height, $type); // width, height and type get filled with data // after calling "...
Copyright © 四季博客 保留所有权利.   Theme  Ality

用户登录