Manipulations

All manipulation methods return a new Image instance (immutable). Chain freely:

$image->crop(800, 600)->greyscale()->blur(5)->quality(80);

Manipulations are collected and only executed when the image URL is resolved (lazy).