The version of vichan running on lainchan.org
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

18 wiersze
926B

  1. {% if file.thumb != 'file' and config.image_identification %}
  2. <span class='unimportant image_id'>
  3. {% if config.image_identification_imgops %}
  4. <a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
  5. {% endif %}
  6. {% if config.image_identification_exif and file.file|extension == 'jpg' %}
  7. <a href="http://exif.regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Exif</a>
  8. {% endif %}
  9. {% if config.image_identification_google %}
  10. <a href="https://www.google.com/searchbyimage?image_url={{ config.domain|url_encode }}{{ config.uri_img|url_encode }}{{ file.file|url_encode }}" target="_blank">Google</a>
  11. {% endif %}
  12. {% if config.image_identification_iqdb %}
  13. <a href="http://iqdb.org/?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">iqdb</a>
  14. {% endif %}
  15. </span>
  16. {% endif %}