Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

function not found #22

Closed
laughmaker opened this issue Jan 20, 2015 · 0 comments
Closed

function not found #22

laughmaker opened this issue Jan 20, 2015 · 0 comments
Assignees
Labels

Comments

@laughmaker
Copy link

hi, i run the code below:

$qrCode = new QrCode();
$qrCode -> setText('hzd')
-> setSize(300)
-> setPadding(10)
-> setErrorCorrection('high')
-> setForegroundColor(array('r'=>0, 'g'=>0, 'b'=>0, 'a'=>0))
-> setBackgroundColor(array('r'=>255, 'g'=>255, 'b'=>255, 'a'=>0))
-> render();

i got a error:
PHP Fatal error: Call to undefined function Endroid\QrCode\imagecreatefrompng() in /usr/local/var/www/QrCode/src/Endroid/QrCode/QrCode.php on line 1101

thanks.

@endroid endroid self-assigned this Dec 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants