FreebiesCategory Archive

imageModifier: a PHP Class for manipulating images

Friday, June 26th, 2009

imageModifer is a PHP class that allows you to crop and resize images. The following formats are supported:

  • PNG
  • JPG
  • GIF

This class requires PHP 5 and GD2 Library (GD2 with GIF support if you want to modify GIF images).

(more…)