Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFeature request: allow URL as Logo path #118
Comments
|
Hi, the file_exists method only checks local resources. You can use curl to check existence of remote resources. Please note that not all output formats include the logo yet. I know the PNG writer does. |
|
Thank you very much~ Would you like to add such a feature later? |
|
Yes I think that would be a useful improvement. I reopened the issue and assigned the corresponding labels. Anyone can contribute but when I have time I will implement this myself. |
|
Can you add this function earlier? |
|
@huichen2017 Not any time soon I'm afraid, sorry! |
|
Nothing, I now compress the remote image and save it locally, then I can set the logo. |
$qrCode->setLogo('http://www.xxx.com/xxx.png') ??? How can I use this?