Skip to content

Usage (Legacy²)

Read Stanton edited this page Jan 24, 2024 · 1 revision

Input

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
  • 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

Queries

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 with Content-Type as image/jpeg.
Clone this wiki locally