亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

php如何生成圖片縮略圖

發布時間:2021-09-02 11:45:37 來源:億速云 閱讀:128 作者:小新 欄目:開發技術

這篇文章主要為大家展示了“php如何生成圖片縮略圖”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“php如何生成圖片縮略圖”這篇文章吧。

具體如下:

這里需要用到GD2 library

function make_thumb($src,$dest,$desired_width)
{
 
  /* read the source image */
  $source_image = imagecreatefromjpeg($src);
  $width = imagesx($source_image);
  $height = imagesy($source_image);
  /* find the "desired height" of this thumbnail, relative to the desired width */
  $desired_height = floor($height*($desired_width/$width));
  /* create a new, "virtual" image */
  $virtual_image = imagecreatetruecolor($desired_width,$desired_height);
  /* copy source image at a resized size */
  imagecopyresized($virtual_image,$source_image,0,0,0,0,$desired_width,$desired_height,$width,$height);
  /* create the physical thumbnail image to its destination */
  imagejpeg($virtual_image,$dest, 83);
}

以上是“php如何生成圖片縮略圖”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

php
AI

河北省| 陆良县| 永修县| 三都| 永登县| 靖州| 贵州省| 乳山市| 太仓市| 顺平县| 金堂县| 合川市| 洞口县| 庆阳市| 闽侯县| 保康县| 安康市| 保德县| 瑞金市| 东兰县| 安西县| 治多县| 苏尼特左旗| 淮阳县| 崇州市| 宁乡县| 潢川县| 泌阳县| 团风县| 建瓯市| 大同市| 淅川县| 安义县| 卢湾区| 山阴县| 金秀| 江北区| 从化市| 龙游县| 秀山| 焦作市|