Revisión 42
Añadido por Manu Mora Gordillo hace más de 14 años
etiquetas-portatiles/trunk/index.php | ||
---|---|---|
if($labels[$num_label]["foto"]!=""){
|
||
$photoStudent = "tmp/Alu".$id.".png";
|
||
|
||
$im = imagepng(imagecreatefromstring($labels[$num_label]["foto"]),$photoStudent);
|
||
$im = @imagepng(@imagecreatefromstring($labels[$num_label]["foto"]),$photoStudent);
|
||
|
||
if ($im !== false && file_exists($photoStudent))
|
||
$pdf->Image($photoStudent, $x + $QR_size, $y, $photoWidth, $photoHeight);
|
Exportar a: Unified diff
ocultando warnings