<?php
function resize($die="A01"){
$path="/opt/htdocs/pic/www/epaper/".date("Ymd")."/".$die;
$image_handle =new Imagick($path."/page_pic.jpg");
$width=$image_handle->getImageWidth();
$height=$image_handle->getImageHeight();
$percent=179/$width;
$height=ceil($height*$percent);
$image_handle->thumbnailImage(179,$height);
$image_handle->writeImage($path."/page_pics.jpg");
}
$page_no=addslashes($_GET["die"]);
$c=$_GET["c"];
$day=date("Ymd");
$_file_dir ="/opt/htdocs/pic/www/epaper/$day/$page_no";
$path="$_file_dir/page_pic.jpg";
$paths="$_file_dir/page_pics.jpg";
if(!file_exists($paths)){
resize($page_no);
}
echo file_get_contents($paths);
?>
此文来自易心博客(http://exblog.ex123.net)
详文请参考:http://exblog.ex123.net/html/php_imagemagick.html
更多精彩内容:各种AI课程、技能课程、黑科技软件、网站小程序源码、副业小项目、PPT模板等精品素材、电商课程、推广引流课程等,尽在 天边资源网 。