Skip to content

Commit

Permalink
Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Aug 11, 2024
1 parent 32548d0 commit 706ca2c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Drivers/Imagick/Encoders/PngEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ private function prepareOutput(ImageInterface $image): Imagick
$output->setFormat('PNG');
$output->setImageFormat('PNG');

// $output->setImageBackgroundColor(new \ImagickPixel('#00ff00'));
// $output->setImageProperty();

// $output->setType(Imagick::IMGTYPE_PALETTEMATTE);
// $output->setOption('png:bit-depth', '8');
// $output->setOption('png:color-type', '4');

return $output;
}

Expand Down

0 comments on commit 706ca2c

Please sign in to comment.