Help for this page

Select Code to Download


  1. or download this
    $image->Read('How long am I');
    ($text_width) = $image->Get('width');
    
  2. or download this
    use Image::Magick;
    
    ...
    $image->Read("Label: Test ");
    my $l = $image->Get('width');
    print $l, "\n";