Hey all, I'm looking for suggestions on the best way to approach image manipulation as in its display size in a browser.
I have created a DB to store the binary data for pictures, but I am wanting to scale them in browsers to fit in smaller resolutions, but without making the image look very distorted. The image will be shrunk, not enlarged.
the way I was thinking to do, would be to use php to SOMEHOW get the pixel Height and Width, and then scale to fit using html.
any other suggestions on how to go about this?