You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ $renderer = new Picqer\Barcode\Renderers\PngRenderer();
81
81
$renderer->setForegroundColor([255, 0, 0]); // Give a color for the bars, the background is always white. Give it as 3 times 0-255 values for red, green and blue.
82
82
$renderer->useGd(); // If you have Imagick and GD installed, but want to use GD
83
83
$renderer->useImagick(); // If you have Imagick and GD installed, but want to use Imagick
84
+
84
85
$renderer->render($barcode, 5, 40); // Width factor (how many pixel wide every bar is), and the height in pixels
0 commit comments