Skip to content

Commit

Permalink
Merge pull request #4 from prabhatjhaba/add_strip_options
Browse files Browse the repository at this point in the history
add strip options
  • Loading branch information
Pierstoval authored Jan 31, 2017
2 parents 9f6115f + 7ff1208 commit 4e99158
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CommandOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,14 @@ public function rotate($rotation)
return $this;
}

/**
* @return $this
*/
public function strip()
{
$this->command .= ' -strip ';

return $this;
}

}

0 comments on commit 4e99158

Please sign in to comment.