Help for this page

Select Code to Download


  1. or download this
            $images[$y] = $mainframe->Photo(-file => "$file.gif");
            my ($height, $width) = ($images[$y]->height, $images[$y]->widt
    +h);
    ...
            $scaledimage->copy($images[$y], -subsample => $scalefactor);
            $images[$y]->destroy();