Home : General : Perl Programming :

General: Perl Programming: [plz HELP me]imagemagick problem, $image->Read($var);: Edit Log

Here is the list of edits for this post
[plz HELP me]imagemagick problem, $image->Read($var);
#i cannot read or write a image with any variable, how to fix this up? THX!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

$image = new Image::Magick;
$path = "C:\ImageMagick\$file";
$image->Read('$path');

$path = "C:\ImageMagick\$name\_thumb.$ext";
binmode STDOUT;
$image->Write('$path');

Last edited by:

Ginkan: Oct 4, 2007, 10:52 AM

Edit Log: