Hi,

I would like to generate a film strip out of several single video frames. Up to this, I've got this far:

Tiling the video frames vertically:

montage -tile 1x4 -geometry 200x150 01.jpg 02.jpg 03.jpg 04.jpg t.jpg

Generating the perforation:

convert -size 80x60 xc:brown -draw "rectangle 10,10,70,50" hole.gif
convert -size 80x600 xc:brown strip.gif
composite -tile hole.gif strip.gif perf.gif

Now I would simply like to adjoin the left perforation, the tiled frames and the right perforation, leaving no gaps. I tried montage and composite already. Montage converts all images to the same width and composite did not seem to work for some reason. Any ideas?

Greeting from Germany
Wolfgang Hugemann
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to