Random Sequence

How to automatically generate a thumbnail with play icon overlay from a movie still.

Sponsored Links:

Overlaying Images with ImageMagick

I used the ever useful ImageMagick for the overlay. Generating the thumbnail at the same time is left as an exercise for the reader.

Source Image

Any image type supported by your installation of ImageMagick:

Cable Turtle

Overlay

A transparent PNG, which will look a mess in IE6:

Play icon overlay

ImageMagick Command

convert input.jpg overlay.png -gravity center -composite -format jpg -quality 90 output.jpg

Output

Play icon overlay output

Sponsored Links: