forked from leftypol/leftypol
Update URL for EXIF information for Image Identification menu
This commit is contained in:
parent
b121ccbe7f
commit
358769deb5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
|
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">ImgOps</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config.image_identification_exif and file.file|extension == 'jpg' %}
|
{% 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.regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Exif</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config.image_identification_google %}
|
{% 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>
|
<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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue