Frankly I'm too lazy to make my own so can anyone recommend a good php class to resize images? I only need to resize JPG the only important thing is say my picture is 700x600. I'd like to specify a max width/height of 100x100, and it will resize to 100x86 rather than transforming it to 100x100. Thanks!
I'm looking into imagemagick now... I couldn't really find any relevant info on google, so... which is faster, based purely on image resizing? ImageMagick or GD?
I have attached a script. which is working to resize jpg,png,gif and bmp images. (Using GD library) By the way image resize script calculate a aspect ratio for your given dimensions. So this is the reson why you are getting 100x86.