bet_shemesh_debugger has asked for the wisdom of the Perl Monks concerning the following question:
I have a perl variable $data which contains the actual raw bytes of an image. I do not want to have to save this to a file just so I can read it into an ImageMagick object to change it. Is there any way to read this raw data into the object (and extract it out as raw data)?
$image->ReadImage(file=>\$data);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: reading in raw data into perl's ImageMagick
by zentara (Cardinal) on Aug 19, 2010 at 12:33 UTC | |
by bet_shemesh_debugger (Novice) on Aug 22, 2010 at 06:43 UTC | |
Re: reading in raw data into perl's ImageMagick
by BrowserUk (Patriarch) on Aug 19, 2010 at 11:18 UTC | |
by bet_shemesh_debugger (Novice) on Aug 19, 2010 at 11:31 UTC | |
Re: reading in raw data into perl's ImageMagick
by apl (Monsignor) on Aug 19, 2010 at 12:08 UTC |