diff --git a/src/Reductionist/Reductionist.php b/src/Reductionist/Reductionist.php index 17b1068..47980f0 100644 --- a/src/Reductionist/Reductionist.php +++ b/src/Reductionist/Reductionist.php @@ -408,7 +408,7 @@ public function processImage($input, $output, $options = array()) { } /* bg */ - if ( $hasBG = (isset($options['bg']) && !$outputIsJpg) || isset($farBox)) { + if ($hasBG = isset($options['bg']) || isset($farBox)) { if (self::$palette === null) { self::$palette = new \Imagine\Image\Palette\RGB(); } if (isset($options['bg'])) { $bgColor = explode('/', $options['bg']);