• 大小: 2.28KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-30
  • 语言: PHP
  • 标签: 图片  压缩  

资源简介

jpg图片压缩类

资源截图

代码片段和文件信息


lns=“http://www.w3.org/1999/xhtml“>

ta http-equiv=“Content-Type“ content=“text/html; charset=utf-8“ />
tle>图片压缩工具tle>



function image_png_size_add($imgsrc$imgdst){ 
  list($width$height$type)=getimagesize($imgsrc); 
  $new_width = ($width>900?900:$width)*0.9; 
  //$new_height =($height>600?600:$height)*0.9;
  //$new_height = !$new_height ? intval($new_width * 0.9) : $new_height; 
  $new_width = $width; 
  $new_height =$height; 
  switch($type){ 
    case 1: 
      $giftype=check_gifcartoon($imgsrc); 
      if($giftype){ 
        //header(‘Content-Type:image/gif‘); 
        $image_wp=imagecreatetruecol

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-01-06 10:04  uploadfiles\
     文件        3414  2016-03-01 10:15  yasuo.php
     文件         914  2016-06-20 18:46  demo.html

评论

共有 条评论