start.tpl 639 B

123456789101112
  1. <h1>Image anonymizer</h1>
  2. <h4>Version {VERSION}</h4>
  3. <p>License GPLv3+: <a href='https://www.gnu.org/licenses/gpl-3.0.html'>GNU GPL version 3 or later</a>
  4. <br>This is free software; you are free to change and redistribute it.</p>
  5. <p>
  6. Powered by<br>
  7. <b><a href="https://www.gnu.org/software/bash/">GNU bash</a></b>: {BASH}<br>
  8. <b><a href="https://help.gnome.org/users/zenity/">Zenity</a></b>: {DIALOG}<br>
  9. <b><a href="https://imagemagick.org/">ImageMagick</a></b>: {IM}<br>
  10. <b><a href="https://www.exiftool.org/">Exiftool</a></b>: {EXIFTOOL} <br>
  11. <b><a href="http://optipng.sourceforge.net/">OptiPNG</a></b>: {OPTIPNG}<br>
  12. </p>