Help for this page

Select Code to Download


  1. or download this
    ($red,$green,$blue,$opaque) = split(/,/,$image->Get("pixel[$x,$y]"));
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    # Write image
    $image1->Write('x.png');