class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
ten przykład też się przyda thx ...ale jest problem a wiesz jak wyliczyć stosunek proporcji? zdjęcie może być 3500x2300 i nie jest panorama lub 4500x1080 i wtedy jestReply
Re: If width larger, resize x or if height larger resize y new!
This example also be useful thx ... but the problem is and you know how to calculate the ratio of proportion? Stock Image can be 3500x2300, and is not panorama or 4500x1080 and then it isReply
Re: If width larger, resize x or if height larger resize y new!
a wiesz jak wyliczyć stosunek proporcji?
zdjęcie może być 3500x2300 i nie jest panorama
lub 4500x1080 i wtedy jest
and you know how to calculate the ratio of proportion?
Stock Image can be 3500x2300, and is not panorama
or 4500x1080 and then it is
I gave: $ handle-> image_y
instead of: $ handle-> image_ratio_y
Now everything is working! BIG thanks a lot! ;)