my $image = $pdf->image_png("myimage.png" ); $pdf->page( $image->width, $image->height ); #$page->image( $image, 0, 0 );