Help for this page

Select Code to Download


  1. or download this
    use GD; 
    
    ...
    close IMAGE;
     
    ($im_width,$im_height) = $im->getBounds();
    
  2. or download this
    use GD;
    
    ...
    close IMAGE;
    
    ($im_width,$im_height) = $im->getBounds();