2017 © Pedro Peláez
 

library imagehelper

Class to help with image manipulation

image

tomk/imagehelper

Class to help with image manipulation

  • Wednesday, January 28, 2015
  • by tomk
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

ImageHelper

Help with loading and resizing images (including ICO icons) from strings and returning image resources for use with the gd library., (*1)

Supports alpha transparency and upscaling, (*2)

Other useful methods to follow., (*3)

Usage

$data = file_get_contents('image.file');
$imageHelper = new ImageHelper($data);
$resized = $imageHelper->resize(256, 256, true);
imagepng($resized);

The Versions

28/01 2015

dev-master

9999999-dev

Class to help with image manipulation

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires

28/01 2015

0.1.0

0.1.0.0

Class to help with image manipulation

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4

 

The Development Requires