image_resize()

image_resize( string $file, int $max_w, int $max_h, boo…

image_resize( string $file, int $max_w, int $max_h, bool $crop = false, string $suffix = null, string $dest_path = null, int $jpeg_quality = 90 )

缩小图像以适应特定大小并保存图像的新副本。
Scale down an image to fit a particular size and save a new copy of the image.

目录锚点:#说明#参数#返回#源码


说明(Description)

另见函数 wp_get_image_editor()


参数(Parameters)

参数 类型 必填 说明
$file (string) 必需 图像文件路径。
$max_w (int) 必需 要调整大小的最大宽度。
$max_h (int) 必需 要调整到的最大高度。
$crop (bool) 可选 是裁剪图像还是调整大小。
$suffix (string) 可选 文件后缀。
$dest_path (string) 可选 新图像文件路径。
$jpeg_quality (int) 可选 图像质量百分比。

返回(Return)

(mixed)失败时出现WP_错误。带新目标路径的string。


源码(Source)

image_resize() 函数的代码位于 wp-includes/media.php
更新版本 源码位置 使用 被使用
3.5.0 wp-includes/deprecated.php:3227 1 function 3
类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册