<html> 
 
    <body> 
 
    <p> 
        <h3>Author : Hemant Kr Tiwari<br/> 
        Email : [email protected]<br/> 
        Blog : http://hemant-uniquescience.blogspot.in/<br/> 
        Licence : GNU General Public License 
        </h3> 
    </p>     
 
    <p> 
        This  example is used to resize the image i,e.  
        Take the image from URL = http://texipaleo.files.wordpress.com/2014/01/cropped-cropped-cropped-cropped-blogheader4.jpg 
        AND resize with  size  of width=200 and height=200   
        <img src='http://localhost/resizer.php?url=http://texipaleo.files.wordpress.com/2014/01/cropped-cropped-cropped-cropped-blogheader4.jpg&size=200x200-S' /> 
 
 
    </p> 
<br/> 
 
     <p> 
                This  example is used to resize the image i,e.  
                Take the image from URL = http://texipaleo.files.wordpress.com/2014/01/cropped-cropped-cropped-cropped-blogheader4.jpg 
                AND resize with  size  of width=200 and height=200   
                <img src='http://localhost/resizer.php?url=http://texipaleo.files.wordpress.com/2014/01/cropped-cropped-cropped-cropped-blogheader4.jpg&size=200x200-PC' /> 
 
        </p> 
 
    </body> 
 
</html> 
 
 |