Graphicsmagick.php
Go to the documentation of this file.
86 $this->command = $this->executable . " convert " . escapeshellarg($this->input) . "{$pageNumber} -background none";
110 $this->command .= " -page {$canvasSize} miff:{$tempFile} -colorspace rgb -flatten {$quality}{$optimize} +page {$this->outputFormat}:" . escapeshellarg($this->output);
bypassTest($width, $height, $x=0, $y=0)
Tests if action would change current image.
Definition Graphics.php:512
optimizeImage($filename)
Opimizes final image through one of the optimization programs.
Definition Graphics.php:350
Definition Gd.php:10