2017 © Pedro Peláez
 

library oss-image-url-maker

oss image url maker

image

cdcchen/oss-image-url-maker

oss image url maker

  • Tuesday, December 13, 2016
  • by cdcchen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 69 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 13 % Grown

The README.md

OSS Image Url Maker

composer 安装

composer require cdcchen/oss-image-url-maker:^1.0.0

使用教程

实例化 Maker

use cdcchen\oss\ImageUrlMaker;

$maker = new ImageUrlMaker($url);

获取预定义样式地址

$url = $maker->getStyleUrl($styleName);

获取参数方式地址

$url = $maker->fitByWidth($width)->getUrl();

or, (*1)

$url = (string)$maker->fitByWidth($width);

参数方式预定义方法列表

缩放 * resize($mode = null, $width = 0, $height = 0, $limit = null, $color = null) * resizeMFit($width = 0, $height = 0, $limit = null) * resizeLFit($width = 0, $height = 0, $limit = null) * resizeFill($width = 0, $height = 0, $limit = null) * resizePad($width = 0, $height = 0, $limit = null, $color = null) * resizeFixed($width = 0, $height = 0, $limit = null) * fitMaxSize($width = 0, $height = 0) * fitMinSize($width = 0, $height = 0) * fitByWidth($width) * fitByHeight($height) * fixedSize($width = 0, $height = 0) * fixedWidth($width) * fixedHeight($height), (*2)

裁剪 * circle($radius) * roundedCorners($radius) * crop($width = 0, $height = 0, $x = 0, $y = 0, $g = null) * indexCropX($width, $i = 0) * indexCropY($height, $i = 0), (*3)

旋转 * autoOrient($value = 1) * rotate($angle), (*4)

效果 * blur($radius, $sigma) * bright($value) * contrast($value) * sharpen($value = 100), (*5)

格式 * format($format, $interlace = false) * interlace($value = true) * quality($quality, $absolute = true), (*6)

水印, (*7)

暂无, (*8)

The Versions

13/12 2016

dev-master

9999999-dev https://github.com/cdcchen/oss-image-url-maker

oss image url maker

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.6.0

 

The Development Requires

by Dong Chen

image oss url maker

13/12 2016

dev-dev

dev-dev https://github.com/cdcchen/oss-image-url-maker

oss image url maker

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Dong Chen

image oss url maker

13/12 2016

1.0.0

1.0.0.0 https://github.com/cdcchen/oss-image-url-maker

oss image url maker

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Dong Chen

image oss url maker

13/12 2016

1.0.3

1.0.3.0 https://github.com/cdcchen/oss-image-url-maker

oss image url maker

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

by Dong Chen

image oss url maker

13/12 2016

dev-develop

dev-develop https://github.com/cdcchen/oss-image-url-maker

oss image url maker

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.6.0

 

The Development Requires

by Dong Chen

image oss url maker

13/12 2016

1.0.4

1.0.4.0 https://github.com/cdcchen/oss-image-url-maker

oss image url maker

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.6.0

 

The Development Requires

by Dong Chen

image oss url maker

13/12 2016

1.0.5

1.0.5.0 https://github.com/cdcchen/oss-image-url-maker

oss image url maker

  Sources   Download

BSD-4-Clause

The Requires

  • php >=5.6.0

 

The Development Requires

by Dong Chen

image oss url maker