idolon
idolon 1.1.2
PHP图像服务器
Idolon是一家PHP图像服务器,可用于获取原始图像的变化。 Idolon在即时调整大小,直接为调整大小的结果服务,还可以节省结果。
$ sudo apt-get install imagemagick创建具有以下内容的Composer.json文件:
{
"require": {
"gueff/idolon":"1.1.2"
}
}
运行安装
$ composer install
前端html
<!DOCTYPE html>
<html lang="en">
<head></head>
<body>
<!-- request an image with width 250px -->
<img src="example.php?i=example.jpg&x=250">
</body>
</html>
后端示例.php
<?php
// Idolon Class
require_once ' Idolon.php ' ;
$ oIdolon = new Idolon ();
$ oIdolon
-> setImagePath (/path/to/my/image/folder/)
-> serve ();请参阅示例文件夹