Project

General

Profile

1 1797 Luisehahne
# PHP Thumb
2
3
PHP Thumb is a light-weight image manipulation library
4
aimed at thumbnail generation. It features the ability to
5
resize by width, height, and percentage, create custom crops,
6
or square crops from the center, and rotate the image. You can
7
also easily add custom functionality to the library through plugins.
8
It also features the ability to perform multiple manipulations per
9
instance (also known as chaining), without the need to save and
10
re-initialize the class with every manipulation.
11
12
More information and documentation is available at the project's
13
homepage: [http://phpthumb.gxdlabs.com](http://phpthumb.gxdlabs.com)