aboutsummaryrefslogtreecommitdiff
path: root/fiv-reverse-search
Commit message (Collapse)AuthorAgeFilesLines
* Fix reverse image searchorigin/masterPřemysl Eric Janouch2024-04-221-2/+2
| | | | | It was only a matter of time before this would fail, although I did not expect this to happen so soon.
* Integrate online reverse image searchPřemysl Eric Janouch2023-03-151-0/+9
This makes use of our image processing capabilities in order to turn arbitrary image files into normalized thumbnails, upload them to a temporary host, and pass the resulting URI to a search provider. In future, fiv should ideally run the upload itself, so that its status and any errors are obvious to the user, as well as to get rid of the script's dependency on jq.