{"id":1153,"date":"2021-11-30T00:44:09","date_gmt":"2021-11-29T16:44:09","guid":{"rendered":"http:\/\/www.tra56.com\/?p=1153"},"modified":"2021-11-30T00:44:09","modified_gmt":"2021-11-29T16:44:09","slug":"1153","status":"publish","type":"post","link":"https:\/\/www.tra56.com\/1153.html","title":{"rendered":"\u521b\u5efa\u7f29\u7565\u56fe"},"content":{"rendered":"
\r\nfunction CreateThumbs($image_path,$thumb_width,$thumb_height,$thumb_pro,$thumb_path,$ml=1,$thumb_quality=100){\r\n if ($thumb_path!=''){\r\n \/*\r\n $thumb_array=explode('\/',$thumb_path);\r\n if (count($thumb_array)>=2){\r\n $thumb_parent='';\r\n if ($ml==1) $thumb_parent='..\/';\r\n $thumb_dir=$thumb_parent.$thumb_array[0].'\/'.$thumb_array[1].'\/';\r\n if (is_date($thumb_array[1]) && !is_dir($thumb_dir)) mkdir($thumb_dir);\r\n }\r\n *\/\r\n if ($ml==1){\r\n $image_path='..\/'.$image_path;\r\n $thumb_path='..\/'.$thumb_path;\r\n }\r\n $image_size=getimagesize($image_path);\r\n switch($thumb_pro){\r\n case 1:\r\n $image_width=$image_size[0];\r\n $image_height=$image_size[1];\r\n if ($image_size[0]>$thumb_width && $image_size[1]>$thumb_height){\r\n $image_width=$image_size[0]\/$image_size[1]*$thumb_height;\r\n $image_height=$thumb_height;\r\n if ($image_width>$thumb_width){\r\n $image_width=$thumb_width;\r\n $image_height=$image_size[1]\/$image_size[0]*$thumb_width;\r\n }\r\n }\r\n elseif($image_size[0]>$thumb_width && $image_size[1]<=$thumb_height){\r\n $image_width=$thumb_width;\r\n $image_height=$image_size[1]\/$image_size[0]*$thumb_width;\r\n }\r\n elseif($image_size[1]>$thumb_height && $image_size[0]<=$thumb_width){\r\n $image_width=$image_size[0]\/$image_size[1]*$thumb_height;\r\n $image_height=$thumb_height;\r\n }\r\n break;\r\n case 2:\r\n $image_width=$thumb_width;\r\n $image_height=$image_size[1]\/$image_size[0]*$thumb_width;\r\n if ($image_size[0]<$thumb_width){\r\n $image_width=$image_size[0];\r\n $image_height=$image_size[1];\r\n }\r\n break;\r\n case 3:\r\n $image_width=$image_size[0]\/$image_size[1]*$thumb_height;\r\n $image_height=$thumb_height;\r\n if ($image_size[1]<$thumb_height){\r\n $image_width=$image_size[0];\r\n $image_height=$image_size[1];\r\n }\r\n break;\r\n default:\r\n $image_width=$thumb_width;\r\n $image_height=$thumb_height;\r\n break;\r\n }\r\n switch($image_size[2]){\r\n case 1: \/\/gif\r\n $image_path=imagecreatefromgif($image_path);\r\n break;\r\n case 2: \/\/jpg\r\n $image_path=imagecreatefromjpeg($image_path);\r\n break;\r\n case 3: \/\/png\r\n $image_path=imagecreatefrompng($image_path);\r\n imagesavealpha($image_path,true);\r\n break;\r\n case 6: \/\/bmp\r\n break;\r\n }\r\n $image=imagecreatetruecolor($image_width,$image_height);\r\n if ($image_size[2]==3){\r\n imagealphablending($image,false);\r\n imagesavealpha($image,true);\r\n }\r\n else{\r\n $color=imagecolorallocate($image,255,255,255);\r\n imagefill($image,0,0,$color);\r\n }\r\n imagecopyresampled($image,$image_path,0,0,0,0,$image_width,$image_height,$image_size[0],$image_size[1]); \r\n switch($image_size[2]){\r\n case 1: \/\/gif\r\n imagegif($image,$thumb_path,$thumb_quality); \r\n break;\r\n case 2: \/\/jpg\r\n imagejpeg($image,$thumb_path,$thumb_quality); \r\n break;\r\n case 3: \/\/png\r\n imagepng($image,$thumb_path);\r\n break;\r\n case 6: \/\/bmp\r\n break;\r\n }\r\n imagedestroy($image); \r\n }\r\n}<\/pre>\n<\/p>\n","protected":false},"excerpt":{"rendered":"
function CreateThumbs($image_path,$thumb_width,$th […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,92],"tags":[],"class_list":["post-1153","post","type-post","status-publish","format-standard","hentry","category-php","category-phpcode"],"_links":{"self":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts\/1153"}],"collection":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/comments?post=1153"}],"version-history":[{"count":1,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts\/1153\/revisions"}],"predecessor-version":[{"id":1154,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/posts\/1153\/revisions\/1154"}],"wp:attachment":[{"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/media?parent=1153"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/categories?post=1153"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tra56.com\/wp-json\/wp\/v2\/tags?post=1153"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}