rundyecmd.sh 461 B

123456789101112131415
  1. #!/usr/bin/env bash
  2. function testdye {
  3. rm test1.png || true
  4. echo ./src/dyecmd "data/icons/manaplus.png|$1" test1.png
  5. ./src/dyecmd "data/icons/manaplus.png|$1" test1.png || exit 1
  6. ls test1.png || exit 1
  7. rm test1.png || true
  8. }
  9. export SDL_VIDEODRIVER="dummy"
  10. testdye "S:#3c3c3c,40332d,4d4d4d,5e4a3d,686868,705740,919191,a1825d,b6b6b6,b59767,dfdfdf,dbbf88"
  11. testdye "A:#3c3c3c00,40332d50"
  12. testdye "W:#743e66,955372,bd6f8c,e68e9a,f0b49c,efe1c7"