{% extends "base_help.html" %} {% block copyright %} {% endblock %} {% block title %}About{% endblock %} {% block body %}
{{ about.__copyright__ }}
{% include "inc_license_text.html" %}
About Quru Ltd - https://quru.com/
{{ about.__tag__ }} on quru.com - {{ about.__uri__ }}
{{ about.__tag__ }} on GitHub - {{ about.__source_uri__ }}
Introduction and overview
Imaging operations
Developer API
Tuning guide (github.com)
Change log (github.com)
Version | {{ about.__version__ }} | ||
Edition | {{ app_edition() }} {% if app_edition()=='Standard' %}(upgrade information){% endif %} | ||
Debug mode | {{ 'Enabled' if settings.DEBUG else 'Off' }} | ||
Default image template | {{ default_template.name() }} | ||
Available image templates | {% if templates %}{{ templates|join(', ') }}{% else %}None{% endif %} | ||
Available ICC profiles | {% if iccs %}{{ iccs|join(', ') }}{% else %}None{% endif %} | ||
Imaging library | {{ image_lib|capitalize }} | ||
Supported image formats |
{% if formats %}{{ formats|join(', ') }} ✅{% endif %}
{% if other_formats %} {{ other_formats|join(', ') }} ❌{% endif %} |
||
Supported image operations |
|