Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
PHP abeautifulsite SimpleImage::sketch示例
编程语言:
PHP
命名空间/包名称:
abeautifulsite
类/类型:
SimpleImage
方法/功能:
sketch
hotexamples.com的示例:
1
PHP abeautifulsite SimpleImage::sketch - 已找到1个示例
。这些是从开源项目中提取的最受好评的
abeautifulsite\SimpleImage::sketch
现实PHP示例。您可以评价示例,以帮助我们提高示例质量。
常用方法
显示
隐藏
save(11)
fit_to_width(7)
thumbnail(5)
fit_to_height(5)
best_fit(5)
load(5)
get_width(5)
resize(4)
overlay(4)
get_height(4)
adaptive_resize(2)
crop(2)
flip(2)
load_base64(2)
output(2)
colorize(1)
text(1)
smooth(1)
sketch(1)
sepia(1)
blur(1)
rotate(1)
brightness(1)
pixelate(1)
edges(1)
output_base64(1)
emboss(1)
contrast(1)
invert(1)
create(1)
auto_orient(1)
getExtension(1)
desaturate(1)
fill(1)
opacity(1)
常用方法
save (11)
fit_to_width (7)
thumbnail (5)
fit_to_height (5)
best_fit (5)
load (5)
get_width (5)
resize (4)
overlay (4)
get_height (4)
常用方法
adaptive_resize (2)
crop (2)
flip (2)
load_base64 (2)
output (2)
colorize (1)
text (1)
smooth (1)
sketch (1)
sepia (1)
blur (1)
rotate (1)
brightness (1)
pixelate (1)
edges (1)
output_base64 (1)
emboss (1)
contrast (1)
invert (1)
create (1)
常用方法
blur (1)
rotate (1)
brightness (1)
pixelate (1)
edges (1)
output_base64 (1)
emboss (1)
contrast (1)
invert (1)
create (1)
auto_orient (1)
getExtension (1)
desaturate (1)
fill (1)
opacity (1)
常用方法
auto_orient (1)
getExtension (1)
desaturate (1)
fill (1)
opacity (1)
示例#1
0
显示文件
文件:
kirbycms-extension-image-lib-gd.php
项目:
muten84/luigibifulco.it
public function sketch() { $this->image_class->sketch(); return $this; }
x