-
-
Notifications
You must be signed in to change notification settings - Fork 28
Usage (Legacy²)
Read Stanton edited this page Jan 24, 2024
·
1 revision
SmartImage can be used in a variety of ways.
- Input text field in the main menu
- Copy/paste text
- Use the Browse button to open the file picker dialog
- Context menu
- Use the Config button to open the configuration dialog to toggle context menu integration
- Clipboard
- copying an image or URI outside of the program will automatically populate the input field
- Command line
- Use the
--i
parameter to specify input
- Use the
The value given as input is referred to hereafter as search query or query.
- Search queries may be either a file or URI.
- All queries must be a recognized image type.
- If query is a URI, it must be a direct link (i.e., the payload returned is a binary image). For example,
https://i.imgur.com/zoBIh8t.jpg
returns an image payload withContent-Type
asimage/jpeg
.