I'm not sure where to start with this:
I'm looking for a way to custom edit widths/heights on on line of photos, pretty much the exact same as here http://www.flickr.com/search/?q=flowers. On flickR each line of photos has the same width and each photo of that line the same height. so that it lines up nicely.
On my pages I use php to randomly select 2 or 3 images to display in a line, I have it set so the width is a set size (2 images at 50% or 3 at 33% witch etc) but that means the height is off between the images. The tidy solution is a script I guess that looks at the images height and widths and works out their sizes so that the widths and heights adjust to match up and keep a tidy line.
Does anyone know where to start with this? Thanks