File:traffic lights list.png

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Original file(776 × 5,120 pixels, file size: 828 KB, MIME type: image/png)

Summary[edit]

Single states of the gif file. Each one has duration of 3s. 21 and 22 are the same, also 30 and 31.

#!/bin/bash
montage traffic_lights.gif -crop '670x150+18+22!' -coalesce -geometry '+6+3' -background white -tile 1x -border 2 -bordercolor black temp_right.png
for i in $(seq 01 32); do convert -size 90x160 xc:white -draw "gravity East scale 4,4 text 4,0 '$i'" temp_number_$(printf "%02d" $i).png; done
montage temp_number* -tile 1x -mode Concatenate temp_left.png
montage temp_left.png temp_right.png -tile 2x1 -mode Concatenate out.png
rm temp*

Licensing[edit]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current14:45, 4 October 2012Thumbnail for version as of 14:45, 4 October 2012776 × 5,120 (828 KB)Joha.ma (talk | contribs)Single states of the gif file. Each one has duration of 3s. 21 and 22 are the same, also 30 and 31. #!/bin/bash montage traffic_lights.gif -crop '670x150+18+22!' -coalesce -geometry '+6+3' -background white -tile 1x -border 2 -bordercolor black temp_r...
  • You cannot overwrite this file.

The following page links to this file: