benhath
benhath
https://github.com/laminas/laminas-barcode/blob/0fae0391d77e7f4e23a3a2154046754e403f20cb/src/Renderer/Image.php#L490-L509 Fix is to remove $numPoints from line 501. ```php if (! $filled) { return imagepolygon($this->resource, $points, $color); } `
The thumbnail size parameter is incorrect... '[filters]' should be removed from the thumbnail_size line in order to return the correct sized thumbnail. https://github.com/adobe/stock-api-sdk/blob/master/stock-api-libphp/src/Models/SearchParameters.php `'filters_thumbnail_size' => '[filters][thumbnail_size]',` Also, the size definitions...