2017 © Pedro Peláez
 

library resampler

Simple PHP library for resampling images with GD extension

image

resampler/resampler

Simple PHP library for resampling images with GD extension

  • Thursday, March 1, 2018
  • by arxeiss
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 9 % Grown

The README.md

Resampler.php

Simple PHP library for resampling images with GD extension. More on https://arxeiss.github.io/resampler.php/, (*1)

Why another library? What is so special?

  • Resampler is only for resampling and never will contain drawing methods
  • Counting memory usage to avoid Fatal error caused by allocating too much memory
  • Support resize, crop, rectangle and rotate methods. Especially rectangle is missing in many other libraries
  • Support auto rotation based on EXIF data
  • Using cascade pattern / method chaining
  • Support JPEG, PNG and GIF images. Decision is automatical based on file suffix

Installation & requirements

Library can be installed from Packagist and loaded with Composer, (*2)

Put this line into your composer.json file, (*3)

"resampler/resampler": "~2.0"

or execute following command, (*4)

composer require resampler/resampler

Requirements

Library requires at least PHP 8.1 and GD and Fileinfo extensions. For PHP 5.4 use version 1.x of this library., (*5)

Documentation and examples

More info about library, API documentation and code examples can be found on https://arxeiss.github.io/resampler.php/, (*6)

The Versions

01/03 2018

dev-master

9999999-dev https://github.com/arxeiss/Resampler.php

Simple PHP library for resampling images with GD extension

  Sources   Download

WTFPL

The Requires

  • php >=5.4.0
  • ext-gd *

 

image resize resample

21/02 2018

v1.x-dev

1.9999999.9999999.9999999-dev https://github.com/arxeiss/Resampler.php

Simple PHP library for resampling images with GD extension

  Sources   Download

WTFPL

The Requires

  • php >=5.4.0
  • ext-gd *

 

image resize resample

11/11 2017

v1.0

1.0.0.0 https://github.com/arxeiss/Resampler.php

Simple PHP library for resampling images with GD extension

  Sources   Download

WTFPL

The Requires

  • php >=5.4.0
  • ext-gd *

 

image resize resample