Imagine (Мощная библиотека для работы с изображениями)

Imagine (Мощная библиотека для работы с изображениями)

skeeks/yii2-imagine

Instalar Manifestación

Imagine (Мощная библиотека для работы с изображениями)

Tiempo de publicación: jueves, 25 de junio de 2015 (hace 8 años)

Creado por: Семенов Александр Сергеевич

Categoría: Imágenes

Versión actual:
1 ene. 1970 3:00:00 (hace 54 años)

Packagist: skeeks/yii2-imagine

: https://github.com/skeeks-semenov/yii2-imagine

:

Tipo: Компонент


Imagine (Мощная библиотека для работы с изображениями)

Yii2-imagine

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist skeeks/yii2-imagine "*"

or add

"skeeks/yii2-imagine": "*"

to the require section of your composer.json.

skeeks! Web development has never been so fun! www.skeeks.com

Imagine Extension for Yii 2

This extension adds most common image functions and also acts as a wrapper to Imagine image manipulation library.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist yiisoft/yii2-imagine "*"

or add

"yiisoft/yii2-imagine": "*"

to the require section of your composer.json.

Usage & Documentation

This extension is a wrapper to the Imagine and also adds the most commonly used image manipulation methods.

The following example shows how to use this extension:

use yii\imagine\Image;

// frame, rotate and save an image
Image::frame('path/to/image.jpg', 5, '666', 0)
    ->rotate(-8)
    ->save('path/to/destination/image.jpg', ['quality' => 50]);

Note that each Image method returns an instance of \Imagine\Image\ImageInterface. This means you can make use of the methods included in the Imagine library:

Yii Framework 2 imagine extension Change Log


todos los comentarios (0)
Sin comentarios

dev-master — 1 ene. 1970 3:00:00 (hace 54 años)

dev-release — 1 ene. 1970 3:00:00 (hace 54 años)

2.3.3 — 1 ene. 1970 3:00:00 (hace 54 años)

2.3.2 — 1 ene. 1970 3:00:00 (hace 54 años)

2.3.1 — 1 ene. 1970 3:00:00 (hace 54 años)

2.3.0.2 — 1 ene. 1970 3:00:00 (hace 54 años)

2.3.0.1 — 1 ene. 1970 3:00:00 (hace 54 años)

2.3.0 — 1 ene. 1970 3:00:00 (hace 54 años)

2.0.1 — 1 ene. 1970 3:00:00 (hace 54 años)

2.0.0 — 1 ene. 1970 3:00:00 (hace 54 años)

1.0.1 — 1 ene. 1970 3:00:00 (hace 54 años)

1.0.0 — 1 ene. 1970 3:00:00 (hace 54 años)

Стандартная установка:

Добавьте composer.json файл вашего проекта:

"skeeks/yii2-imagine": "*"

Запустите обновление зависимостей


Читать про обнолвение SkeekS CMS