in reply to Re^3: Imager : read image from scalar (not from file)
in thread Imager : read image from scalar (not from file)
I have totally missed the one in the SYNOPSIS, sorry. Should I use a scalar for read and a ref for write?:
$img->read(data => $data) or die; or $img->write(data => \$data, type => $type) or die;
|
|---|