Audio plugin host https://kx.studio/carla
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.

20 lines
541B

  1. #! /bin/bash
  2. # Join images vertically, to create a sprite sheet.
  3. # Dependencies: Imagemagick (convert)
  4. convert white_bright_normal.png \
  5. white_bright_hover.png \
  6. white_bright_on_red.png \
  7. black_normal.png \
  8. black_hover.png \
  9. black_on_red.png \
  10. -append bright_sprite.png
  11. # convert white_dark_normal.png \
  12. # white_dark_hover.png \
  13. # white_dark_on_red.png \
  14. # black_normal.png \
  15. # black_hover.png \
  16. # black_on_red.png \
  17. # -append dark_sprite.png