We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 877fcb0 commit 938fd4eCopy full SHA for 938fd4e
src/BarcodeGeneratorJPG.php
@@ -9,7 +9,7 @@ class BarcodeGeneratorJPG extends BarcodeGeneratorPNG
9
protected function createImagickImageObject(int $width, int $height): Imagick
10
{
11
$image = new Imagick();
12
- $image->newImage($width, $height, 'none', 'JPG');
+ $image->newImage($width, $height, 'white', 'JPG');
13
14
return $image;
15
}
0 commit comments