henrywae

Results 2 comments of henrywae

You can use **Intervention Image** to manipulate the QRCode. Example: ``` function generateQRCode($content) { /** * result in data uri */ $img = Image::make(DNS2D::getBarcodePNG($content, 'QRCODE,H', 3, 3)); $logo = Image::make(storage_path('template-pdf/logo-barcode.png'))->resize(42,60);...

> what is this Image class? Yes, http://image.intervention.io/ Output sample, still scannable: ![Screenshot_20210913_143925](https://user-images.githubusercontent.com/17165149/133043329-5f09e2d5-d228-4fd8-8e58-aa5698b93fee.png)