Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    binmode STDOUT;
    $image->Write ('png:-');
    exit 0;
    
  2. or download this
    <%perl>
    use Image::Magick;
    ...
    $image->Write ('png:-');
    $m->abort;
    </%perl>