# Advanced use

Best part of use imagehelper is that your will be able to join methods.

For example:

imagehelper($source)
	->square(350, true)
	->blur();

test

You can join methods are your own way.

Last Updated: 3/25/2019, 10:24:11 AM