Home > Archive by category 'Image Resize'
 

Image Resize on the fly

This code can be used to re-size any image very quickly. This is the easiest process to re-size image.

Click here to download source code

From the source code you will get two files named ‘image.php’ and ‘index.php’.

Suppose you want to resize an image Desert.jpg on the fly then you can use below code.

1
<img src="image.php?w=241&h=101&f=Desert.jpg" border="0" alt=" " />  

to the section where you want to show the resized image.

 

 
 
 

Categories

Tag