in reply to Re^4: Imagecat - show color images in a terminal
in thread Imagecat - show color images in a terminal
Another way to read images into PDL with lots of capability is PDL::OpenCV::Imgcodecs.$image = zeroes byte, $im->getwidth, $im->getheight; $im->write( data => $image->get_dataref, type => 'raw' ); $image->upd_data;
|
---|