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 ce424fb commit ad1e39aCopy full SHA for ad1e39a
src/Output/QRGdImage.php
@@ -18,7 +18,7 @@
18
use chillerlan\Settings\SettingsContainerInterface;
19
use GdImage;
20
use function extension_loaded, imagecolorallocate, imagecolortransparent,
21
- imagecreatetruecolor, imagedestroy, imagefilledellipse, imagefilledrectangle,
+ imagecreatetruecolor, imagefilledellipse, imagefilledrectangle,
22
imagescale, imagetypes, intdiv, intval, max, min, ob_end_clean, ob_get_contents, ob_start,
23
sprintf;
24
use const IMG_AVIF, IMG_BMP, IMG_GIF, IMG_JPG, IMG_PNG, IMG_WEBP;
0 commit comments