2017 © Pedro Peláez
 

library gd_resize

PHP Class to resize images with GD.

image

kdubuc/gd_resize

PHP Class to resize images with GD.

  • Monday, June 30, 2014
  • by kdubuc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 965 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

GD_Resize

<?php
  GD_Resize::run("source.jpg", "avatar_25_25.jpg", 25, 25);
  GD_Resize::run("source.jpg", "avatar_large.jpg", 150);

The Versions

30/06 2014

dev-master

9999999-dev https://github.com/kdubuc/gd_resize

PHP Class to resize images with GD.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-exif *

 

resize gd

30/06 2014

1.0

1.0.0.0 https://github.com/kdubuc/gd_resize

PHP Class to resize images with GD.

  Sources   Download

MIT

The Requires

  • php >=5.3
  • ext-gd *
  • ext-exif *

 

resize gd