chillerlan / php-qrcode

A PHP QR Code generator and reader with a user-friendly API.
https://smiley.codes/qrcode/
Apache License 2.0
2.01k stars 302 forks source link

Change color #50

Closed MalteKiefer closed 4 years ago

MalteKiefer commented 4 years ago

Hello,

maybe I am to stupid to find it out, but how can I change to qrcode from black to orange? Thanks

codemasher commented 4 years ago

Hi, please see this example: https://github.com/chillerlan/php-qrcode/blob/main/examples/image.php

MalteKiefer commented 4 years ago

Thanks it works. Is it possible to at a image, like a logo in the QrCode?

codemasher commented 4 years ago

I had it planned at some point but didn't yet bother to implement it.