Could anyone help me with writting a piece of code that will search a website for pictures in any format (gif, jpg) that will return dimensions if they are of proportional size? Maybe I am not explaining this right, but to clarify what I am trying to say:
For example if the image will resize down from 640x480 to 100x100 proportionaly (without distorting) that would be what I was looking for.
But not just able to resize to 100x100, but resize in any size. So for example if I wanted to find images that were proportional at 140x140 I could do that as well. I want to be able to collect images like that from a website.
Note: I have tried downloading many images in there full size not knowing if they were going to be proportional (after resizing them), and after I downloaded quite a few, it turned out that only a handful would be the same after resizing them using proportional resizing.
Sorry for long explanation
Any help would GREATLY Appreciated,
-Brian
|