Documentation

image.php

生成本地缩略图 安装oss插件可使用阿里云oss图片处理 //支持aliyun、local 等 $config['image_drive'] = 'aliyun';

Table of Contents

Functions

image_resize()  : mixed
image_resize_local()  : mixed
使用本地PHP GD生成 https://image.intervention.io/v2/usage/overview#basic-usage
image_init()  : mixed
配置 image_drive 值为imagick ,默认不用配置使用的gd

Functions

image_resize()

image_resize(mixed $local_url, mixed $w[, mixed $h = null ]) : mixed
Parameters
$local_url : mixed
$w : mixed
$h : mixed = null

image_resize_local()

使用本地PHP GD生成 https://image.intervention.io/v2/usage/overview#basic-usage

image_resize_local(mixed $local_url, mixed $w[, mixed $h = NULL ]) : mixed
Parameters
$local_url : mixed
$w : mixed
$h : mixed = NULL

image_init()

配置 image_drive 值为imagick ,默认不用配置使用的gd

image_init() : mixed
Loading…
On this page

Search results