I have a web page that displays images that I don't know their size in advance. I was trying to use the GD functions to make the script resize and crop the images from me " Just before they are displayed.. I don't need caches" but I failed. I need a script that I can call like this
<img src="display.php?src=blablabla&height=100&width=200" ?>
hatta oranlarını korumak ve görüntü içindeki gibi gelen kutusuna dokunmak yapmak için css genişliğini ve yüksekliğini hesaplayarak
<img src="blabla.jpg" style="height:<?php echo $height; ?>; width:<?php echo width; ?>" />
Ben önbelleğe her türlü gerekmez. Bunu nasıl yapabilirim?