Subject: | Image not beeing created |
I had a issue where my qrcode image was not created when I used the same code in a differente server, and I didn't got any error comming from Imager::QRCode
I only found out what was the problem when I Dumped "Imager::QRCode" object.
$VAR1 = bless( {
'IMG' => bless( do{\(my $o = 39669808)}, 'Imager::ImgRaw' ),
'DEBUG' => 0,
'ERRSTR' => 'format \'png\' not supported - formats bmp, ico, pnm, raw, sgi, tga available for writing - Can\'t locate Imager/File/PNG.pm'
}, 'Imager' );
then I know that I also needed to install Imager::File::PNG.pm
mybe Imager::QRCode should complain more strongly about this