Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
best way to store binary image data in a variable using image magick
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Jack, post: 4849434"] 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 ? I noticed that this line: $img->Write('jpg:-'); actually displayed the image data, but how do I assign that binary data to a variable ?? use Image::Magick; my $img = new Image::Magick; $x= $img->Read("c:\\tmp\\ean81.bmp"); ## doesnt work: $img->Write('$temp'); [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
best way to store binary image data in a variable using image magick
Top