Help for this page

Select Code to Download


  1. or download this
    my $p = sequence(64,48,3);  # make test RGB image
    my $win = $p->imag2d();
    
  2. or download this
    use PDL::Graphics2D;
    my $p = sequence(64,48,3);  # make test RGB image
    my $win = imag2d( $p );