Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reverse image search | Přemysl Eric Janouch | 2024-04-22 | 1 | -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 search | Přemysl Eric Janouch | 2023-03-15 | 1 | -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. |