Help for this page

Select Code to Download


  1. or download this
    sub palette_rgb_gd {
       my $abs_path = _abs_path($_[0]) or return;
    ...
       }      
       return @colors;
    }
    
  2. or download this
    sub identify_im {
       my $abs_path = _abs_path($_[0]) or return;
    ...
       return @colors;
    }