$page = $pdf->new; $mylol = $pdf->image_png("lmfao.png"); $gfx = $pdf->gfx(); $gfx->image($mylol, , ); ...