[TASK] Changed compression-flag.

This commit is contained in:
Jan Philipp Timme 2010-12-28 22:04:54 +00:00
parent 6d65cff535
commit fea4ee040c
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class FileImageConverter {
$this->image->movePointer(1);
//save image
$this->image->writeToFile($new_filename, 0);
$this->image->writeToFile($new_filename, 9);
//clean up
unset($this->image);