Skip to content

Conversation

@prabhatjhaba
Copy link

Add blur and interlace options ..

Please merge and publish it to the package

*/
public function interlace($type)
{
$this->command .= ' -interlace ' . $type;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please escape the value and validate according to ImageMagick's documentation:
http://www.imagemagick.org/script/command-line-options.php#interlace

*/
public function gaussianBlur($radius)
{
$this->command .= ' -gaussian-blur ' . $radius;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please escape the value and validate according to ImageMagick's documentation:
http://www.imagemagick.org/script/command-line-options.php#gaussian-blur

@Pierstoval Pierstoval merged commit 51d1c3e into Orbitale:master Feb 10, 2017
Pierstoval added a commit that referenced this pull request Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants