From: masoncXXX on
Problem:

I have one frame. ( It could be a gif with transparent canvas if necessary. )
I have many jpg photos.

What coding will present any photo in that one frame?

Of course, I could stick 765 photos in the frame one-at-a-time in PhotoShop but
that's a lot of work even with a script.

My inspiration: http://photography-on-the.net/gallery/list.php?exhibition=all&u=770237,934
See any one photo there -- all are in the same frame design.

I tested resizing of that frame and the result is acceptable for that kind of frame, hence:

Problem: to combine:

<img src="photoX.jpg" width=400 height=600>
<img src="frame.gif" width=460 height=660>

MasonC