MOON
Server: Apache
System: Linux srv.tv1channel.org 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User: tv1channel (1001)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/tv1channel/public_html/bkp_/tv1olddatabase/vendor/hkvstore/phpthumb/README.md
[![Build Status](https://secure.travis-ci.org/masterexploder/PHPThumb.png?branch=master)](http://travis-ci.org/masterexploder/PHPThumb)

# PHP Thumb

## NOTICE -
This project was recently updated to 2.0 and is PSR-0 compliant and supports Composer integration. Some parts of the documentation
are incorrect as they haven't been updated for the new version. Your 1.0 code is not compatible with 2.0! Please review the updated
examples for how to use the new version.

PHP Thumb is a light-weight image manipulation library 
aimed at thumbnail generation. It features the ability to 
resize by width, height, and percentage, create custom crops, 
or square crops from the center, and rotate the image. You can 
also easily add custom functionality to the library through plugins. 
It also features the ability to perform multiple manipulations per 
instance (also known as chaining), without the need to save and 
re-initialize the class with every manipulation.

More information and documentation is available at the project's wiki: [https://github.com/masterexploder/PHPThumb/wiki](https://github.com/masterexploder/PHPThumb/wiki)

## Documentation / Help

I've tried to thoroughly document things as best I can, but here's a list of places to 
find documentation / help:

- [Documentation](http://wiki.github.com/iselby/PHPThumb/) - Your best friend, the library docs
- [Forums](http://phpthumb.gxdlabs.com/forums) - Got questions, comments, or feedback? This is the place to visit
- [Developer Docs](http://phpthumb.gxdlabs.com/apidocs) - Auto-generated docs for developers… these cover the code itself

## License

PHP Thumb is released under MIT license.