Hello Ron,
I still got error massages:
$sourcefile_name = 'image.jpg';
$pmm = Read('image.jpg');
$rectangle_width = '1373';
$rectangle_height = '1985';
$x1 = '839';
$y1 = '131';
Comment_list = ($sourcefile_name, '*',
$rectangle_width, '*',
$rectangle_height , '*', $x1, '*', $y1, '*');
$pmm_comment = $pmm->Comment( Comment_list);
I get after "print $pmm_comment;": Exception
410: unrecognized
option '131'
where 131 is the value of $y1. If I delete $y1 I get the
same message
with '839' the value of $x1, ...
or if I try the Set command
$pmm_comment = $pmm->Set(comment => " Comment_list");
I get: Exception 410: unrecognized attribute 'comment'
thanks
Günter
_______________________________________________
Magick-users mailing list
Magick-users imagemagick.org
http://studio.imagemagick.org/mailman/listinfo/magick
-users
|