首页 > 后端开发 > php教程 > PHP获取Exif缩略图的方法,获取exif缩略图_PHP教程

PHP获取Exif缩略图的方法,获取exif缩略图_PHP教程

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
发布: 2016-07-13 09:46:40
原创
911 人浏览过

PHP获取Exif缩略图的方法,获取exif缩略图

本文实例讲述了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 "exif_thumbnail"
if ($image) {
  // send header and image data to the browser:
  header('Content-type: ' .image_type_to_mime_type($type));
  print $image;
}
else {
  // there is no thumbnail available, handle the error:
  print 'No thumbnail available';
}

登录后复制

希望本文所述对大家的php程序设计有所帮助。

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/1031488.htmlTechArticlePHP获取Exif缩略图的方法,获取exif缩略图 本文实例讲述了PHP获取Exif缩略图的方法。分享给大家供大家参考。具体实现方法如下: // file to...
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
PHP-Datenerfassung?
来自于 1970-01-01 08:00:00
0
0
0
pemerolehan data php?
来自于 1970-01-01 08:00:00
0
0
0
PHP 데이터 수집?
来自于 1970-01-01 08:00:00
0
0
0
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板