PHP添加水印压缩剪切的封装操作图片类.zip
<?php class Image { private $info; private $image; public $type; public function __construct($src) { $this->info=getimagesize($src); $this->type=image_type_to_extension($this->info['2'],false); $fun="imagecreatefrom{$this->type}"; $this->image=$fun($src); }
文件列表
PHP添加水印,压缩,剪切的封装操作图片类.zip
(预估有个3文件)
PHP添加水印,压缩,剪切的封装操作图片类
php中文网下载站.url
114B
php中文网免费下载站.txt
219B
image.php
3KB
暂无评论