|
Posted by Jack on January 25, 2008, 1:19 am
Please log in for more thread options
> Hi all,
>
> Just wanted to know the code for doin this, such that I can use the
> variable for doing other kinds of methods against it..
>
> I tried this, and I can printout the binary data, but I am finding you
> can assign the image data to a variable for further processing.. any
> ideas ? =A0I noticed that this line: =A0 =A0$img->Write('jpg:-'); =A0 actu=
ally
> displayed the image data, but how do I assign that binary data to a
> variable ??
>
> use Image::Magick;
> my $img =3D new Image::Magick;
> $x=3D $img->Read("c:\tmp\ean81.bmp");
>
> ## doesnt work: =A0 =A0$img->Write('$temp');
Hi forgot to say when I print $img or $x I get ---
Image::Magick=3DARRAY(0x2260a4)
|