You can now use Blitline to search the web for a particular image. Not just looking for the "filename is the same", but the actual image in compared. Whether you are a digital agency looking for copyrighted images, or a designer looking to see who is using your open-sourced logo, you can use Blitline to find it on the web.
Additional Cost Warning
This functionality has ADDITIONAL COSTS associated with it. See pricing details.
HOW TO USE IT
Add
"find_on_web" : "true"
to your JSON.
Example:
{
"application_id":"YOUR_APP_ID",
"src":"https://www.runscope.com/static/img/public/rs-logo-color-400x100.png",
"find_on_web" : "true",
"v" : 1.22,
"functions":[
{
"name":"crop",
"params":{
"gravity": "NorthGravity",
"width":100
},
"save":{
"image_identifier":"MY_CLIENT_ID"
}
}
]
}
See example here:
The output results get put in the "original_metadata" node under
"web_similarities" : {
"pages_with_matching_images" : { ... },
"partial_matching_images" : { ...}
}
Results
{
"original_meta": {
"web_similarities": {
"pages_with_matching_images": [
{
"url": "https://www.runscope.com/"
},
{
"url": "https://en.wikipedia.org/wiki/File:Runscope_logo.png"
},
{
"url": "https://www.runscope.com/about"
},
{
"url": "https://siftery.com/runscope"
},
{
"url": "https://www.crunchbase.com/organization/runscope"
}
],
"partial_matching_images": [
{
"url": "https://yt3.ggpht.com/-f7AHKRpEQaw/AAAAAAAAAAI/AAAAAAAAAAA/bGwA0iygF6g/s900-c-k-no-mo-rj-c0xffffff/photo.jpg"
},
{
"url": "https://yt3.ggpht.com/-mAmoWNC2bSw/AAAAAAAAAAI/AAAAAAAAAAA/CkIj1HhNfkQ/s900-c-k-no-mo-rj-c0xffffff/photo.jpg"
},
{
"url": "http://images.slackreview.com/logos/runscope.png"
}
]
},
"width": 400,
"height": 100
},
"images": [
{
"image_identifier": "MY_CLIENT_ID",
"s3_url": "http://blitline.s3.amazonaws.com/2017102322/this_file_will_be_autodeleted_in_24hrs_4XahE5W2e-wdciZ3e9bU4lw.jpg",
"meta": {
"width": 300,
"height": 75
}
}
]
}