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