Implement image identification buttons using regex.info/exif, google images and tineye
This commit is contained in:
committed by
Michael Foster
parent
b7d884ef45
commit
7c8bbe8527
@@ -28,6 +28,16 @@
|
||||
|
||||
{% else %}
|
||||
|
||||
<span class="postfilename">{{ post.filename|bidi_cleanup }}</span>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endif %}
|
||||
{% if post.thumb != 'file' and config.image_identification %}
|
||||
,
|
||||
<span class='image_id'>
|
||||
{% if post.file|extension == 'jpg' %}
|
||||
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
|
||||
{% endif %}
|
||||
<a href="http://www.google.com/searchbyimage?image_url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">g</a>
|
||||
<a href="http://www.tineye.com/search?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">t</a>
|
||||
|
Reference in New Issue
Block a user