Quote:
Originally posted by Boofo
You can do that same thing with html code. Not a big trick, sorry.
|
This resizes the image itself, this includes the pixels and image size, the smaller you make the image, the smaller the image size, with html, it keeps the image size but just srinks how the image looks, this script lets you create dyanmic image resizes without having to save the resized image to the hard drive, if you check the image properties the image pixels and bytes change as you resize the image then you can use the link with html like:
Code:
<img="http://slynderdale.darktechgameing.com/image.php?image=php_logo.jpg&scale=50&width=100">
You can easily add image resizes without having the image saved to a data base or hard drive.