2014-05-15 15:05:13 +00:00
|
|
|
{% if file.thumb != 'file' and config.image_identification %}
|
2014-08-03 15:56:13 +00:00
|
|
|
|
2014-11-13 00:15:58 +00:00
|
|
|
<span class='unimportant image_id'>
|
2014-05-06 17:15:59 +00:00
|
|
|
{% if config.image_identification_imgops %}
|
2014-08-03 21:30:21 +00:00
|
|
|
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
|
2014-05-06 17:15:59 +00:00
|
|
|
{% endif %}
|
2014-05-15 15:05:13 +00:00
|
|
|
{% if config.image_identification_exif and file.file|extension == 'jpg' %}
|
2014-08-03 21:30:21 +00:00
|
|
|
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Exif</a>
|
2014-04-16 09:58:41 +00:00
|
|
|
{% endif %}
|
2014-05-06 17:15:59 +00:00
|
|
|
{% if config.image_identification_google %}
|
2015-03-22 23:35:48 +00:00
|
|
|
<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>
|
2014-08-03 15:56:13 +00:00
|
|
|
{% endif %}
|
|
|
|
{% if config.image_identification_iqdb %}
|
2014-08-03 21:30:21 +00:00
|
|
|
<a href="http://iqdb.org/?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">iqdb</a>
|
2014-05-06 17:15:59 +00:00
|
|
|
{% endif %}
|
2014-04-16 09:58:41 +00:00
|
|
|
</span>
|
|
|
|
{% endif %}
|