Usage pages:
About the header image
For the header image the following code has been executed:
$image = new Image('peke.jpg');
$image
->sepia(60)
->resizeCrop(1100, 400)
->vignette(.3)
->generate()
;
Both the image and the original can be found under
gh-pages
branch,
inside images
folder.