Skip to content

Commit

Permalink
Merge pull request #209 from int15h/master
Browse files Browse the repository at this point in the history
New EXIF viewer
  • Loading branch information
czaks committed Dec 24, 2016
2 parents 8eb8a6e + b307115 commit 05cd180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/post/image_identification.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
{% endif %}
{% if config.image_identification_exif and file.file|extension == 'jpg' %}
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Exif</a>
<a href="http://exif.int21h.win/?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Exif</a>
{% endif %}
{% if config.image_identification_google %}
<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>
Expand Down

0 comments on commit 05cd180

Please sign in to comment.