Hello All, I am creating an image sharing platform for our local community and i need to know if there is any standards for resizing images in PHP?
I mean how does bigger image sharing websites like imgur, flickr, etc resize their images? Also, there are already many small PHP scripts/functions available on internet to generate thumbnails or resize images on the go or while uploading, but i am not sure if we can use those for a website focused solely on images, can we?
I will have to resize larger dimension images into smaller images while maintaining its quality. I am also aware of ImageMagicks and GDLibrary
So, can anybody guide me or give me some information or suggest me on how to go about it? Thanks in advance for advice.