2017 © Pedro Peláez
 

package image

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

image

o2system/image

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  • Friday, June 8, 2018
  • by o2system
  • Repository
  • 3 Watchers
  • 0 Stars
  • 184 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 19 % Grown

The README.md

alt text, (*1)

Build Status Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*2)

O2System Image

O2System Image is a PHP image handling and manipulation library for O2System Framework which provides an easier and expressive way to manipulate an image. It allows different PHP Image Processor and Generator to be used., (*3)

Supported PHP Image Processors and Generator Drivers

Processors Support Tested  
GD2 Yes Yes http://php.net/image
GMagick Yes Yes http://php.net/gmagick
ImageMagick Yes Yes http://php.net/imagemagick

Composer Installation

The best way to install O2System Image is to use Composer, (*4)

composer require o2system/image

Packagist: https://packagist.org/packages/o2system/image, (*5)

Usage

use O2System\Image;

// Manipulate Image
$manipulation = new Image\Manipulation();
$manipulation->setImageFile( 'path/to/images/kawah-putih.jpg' );
$manipulation->scaleImage( 15 );

// Watermark Image
$manipulation->watermarkImage( ( new Text() )
            ->setPosition( 'MIDDLE_BOTTOM' )
            ->setPadding( 10 )
            ->signature( 'Braunberrie Timeless Portraiture' )
            ->copyright( 'Copyright © ' . date( 'Y' ) . ' Poniman Mulijadi' . PHP_EOL . 'Braunberrie Timeless Portraiture' )
        );

// Send to browser
$manipulation->displayImage();

// Save Image
$manipulation->saveImage( 'path/to/save/images/kawah-putih.jpg' );

Documentation is available on this repository wiki or visit this repository github page., (*6)

Ideas and Suggestions

Please kindly mail us at contact@o2system.id, (*7)

Bugs and Issues

Please kindly submit your issues at Github so we can track all the issues along development and send a pull request to this repository., (*8)

System Requirements

Fonts Credits

  • Jellyka Saint Andrew's Queen by Jellyka Neveran used as default signature font.
  • Express Way Regular - Truetype Font by Typodermic Fonts used as default copyright font.

Photographs Example Credits

  • Kawah Putih by Poniman Mulijadi - Braunberrie Timeless Portraiture > All photographs above is used as examples in the script O2System Framework.

The Versions

08/06 2018

dev-master

9999999-dev

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

08/06 2018

v1.0.24

1.0.24.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

29/05 2018

v1.0.23

1.0.23.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

25/04 2018

v1.0.6

1.0.6.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

16/04 2018

v1.0.5

1.0.5.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

27/02 2018

v1.0.4

1.0.4.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

10/01 2018

v1.0.3

1.0.3.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

08/11 2017

v1.0.2

1.0.2.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

03/09 2017

v1.0.1

1.0.1.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces

16/08 2017

v1.0.0

1.0.0.0

O2System Image is a PHP image handling and manipulation library for O2System Framework providing an easier and expressive way to manipulate an image. Allows different PHP Image Processor and Generator to be used.

  Sources   Download

MIT

The Requires

 

framework php utilities libraries interfaces