Help for this page

Select Code to Download


  1. or download this
    c:>type gp1.pl
    use Imager;
    ...
     shade = 238, 238, 238
     shade = 238, 238, 238
    c:>
    
  2. or download this
    c:>type gp2.pl
    use Imager;
    ...
     shade = 238, 238, 238
     shade = 238, 238, 238
     shade = 238, 238, 238
    
  3. or download this
    c:>type gp3.pl
    use Imager;
    ...
    c:>gp3 d2044
    Image dimensions: height = 348, width = 349
    Can't call method "rgba" on an undefined value at gp3.pl line 15.
    
  4. or download this
    c:>type gp4.pl
    use Imager;
    ...
    c:>gp4 d2044
    Image dimensions: height = 348, width = 349
    Can't call method "rgba" on an undefined value at gp4.pl line 15.