Image Puzzle

Hi,
Lets assume we have a folder full of images, ca. 30 pieces, in the same dimensions, all with suffix jpg and with different cuts, like portrait, square and landscape formats.

Now, i would like to assemble those in one big picture, without white borders in between and on a single pdf page.obviously using scripting magic.

Hi,

i found two applications who do the “dirty work” for me and build an image-puzzle.
unfortunately, none of these applications supports drag-and-drop, so i’m unable to pipe files in, like i do usually with:

	do shell script "open -a '" & collage_app & "' " & pic_links

exists another option to open files with a determined application ?