Download the PHP package elboletaire/watimage without Composer
On this page you can find all versions of the php package elboletaire/watimage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package watimage
Watimage: GD Image Helper PHP Class
Watimage is a group of PHP classes to help you resize, rotate, apply filters, watermarks and a lot more of things to your images using the PHP's GD library.
It was initially a CakePHP component, later became a simple Vendor class and now is a powerful set of classes to alter images.
And it maintains the transparencies in every scenario.
Requirements
You need php > 5.4 and the php GD package installed.
With aptitude:
With yum:
Installing
With composer:
Check out the Watimage pages for more information about installation.
Usage
See all the information you need to know at the Watimage pages
API
Check out the API at the Watimage pages.
Examples
There are lot of examples at the examples
folder, plus a lot more of examples
and tutorials in the Watimage pages.
Before running the given examples, you need to composer install
from
Watimage
root folder in order to get composer's autoloader downloaded into
vendor
folder.
You can also put the Watimage
folder in your local webhost webroot dir and
point there your browser.
Testing
Please, see the information about testing in the Watimage pages.
Patches & Features
- Fork
- Mod, fix
- Test - this is important, so it's not unintentionally broken
- Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
- Pull request - bonus point for topic branches
Bugs & Feedback
See the issues section.
Changelog
Check out the releases on github. They have different order than expected because I've created tags recently to not loose them and to have the whole changelog there.
LICENSE
See LICENSE.md.
All versions of watimage with dependencies
ext-gd Version *