Hello, Your software is great and works pretty, thanks a lot for sharing it. It's not always intuitive to get the expected sizes when including an image inside the qrcode, but it's still possible to achieve ones goals. Though, using your code with PHP 8, there are warnings which can easily be fixed: • imagedestroy is deprecated in PHP 8, so you can replace in qrimages.php: ImageDestroy($image); by unset($image); $image=null; • depending on the sizes you have in entry, there can be notices regarding...