Welcome to Watimage pages!
Here you’ll find, among documentation and api information, tutorials and other useful information about how to use Watimage.
Check out some of the (currently) available categories:
If this is your first time using Watimage, you may begin with the usage pages.
All the posts and pages in here have a hader image generated with Watimage. At the end of each page/post you’ll find a section like the one below, which shows you the steps done for generating such image:
About the header image
For the header image the following code has been executed:
$image = new Image('el-carmel-viewpoint.jpg');
$image
->contrast(-5)
->brightness(-60)
->colorize(['r' => 100, 'g' => 70, 'b' => 50, 'a' => 0])
->brightness(-30)
->contrast(-5)
->generate()
;
Both the image and the original can be found under
gh-pages
branch,
inside images
folder.