kdubuc/gd_resize

This package is abandoned and no longer maintained. No replacement package was suggested.

PHP Class to resize images with GD.

Installs: 3 504

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kdubuc/gd_resize

1.0 2014-06-30 12:26 UTC

This package is not auto-updated.

Last update: 2020-08-16 19:54:32 UTC


README

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