The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
457 B

17 years ago
  1. #!/bin/sh
  2. convert -crop 162x114 $1 universe.tiff
  3. convert -crop 162x114+0+114 $1 episodes.tiff
  4. convert -crop 162x114+0+228 $1 behind.tiff
  5. convert -crop 162x114+0+342 $1 other.tiff
  6. convert -crop 162x114+0+456 $1 reference.tiff
  7. convert -colors 24 behind.tiff behind.gif
  8. convert -colors 24 episodes.tiff episodes.gif
  9. convert -colors 20 other.tiff other.gif
  10. convert -colors 15 +dither reference.tiff reference.gif
  11. convert -colors 24 universe.tiff universe.gif