Skip to content

Tab Function

EyeOdin edited this page Jan 10, 2025 · 15 revisions

Tab Function>>

Function is a image batch processor with the goal of sorting images by using a standard naming convention. Images can come from a Source and be placed onto a Destination. Function will cycle over every image file presented and apply the active operation.

Picture

Path

  • Source : Valid folder / file path as Source
  • Destination : Valid folder path as Destination
  • Run : Run Function ( uses Source and Destination )

Options

  • Panel : Toggle Drag&Drop behaviour on panels
    • Preview : Preview panel behaviour ( Open image on folder and Run Function )
    • Grid : Grid panel behaviour ( Open image on folder and Run Function )
    • Reference : Reference panel behaviour ( Insert image pin and Run Function )
  • Operation : Active operation applied
    • NONE : None
    • KEY_ADD (S) : Rename an add a key word
    • KEY_REPLACE (S) : Rename by replacing the key words
    • KEY_REMOVE (S) : Rename by removing the given keywords
    • KEY_CLEAN : Rename by removing all keywords
    • RENAME_ORDER (SN) : Rename filename with a numerical sequence
    • SAVE_ORDER (SN) : Save file to destination path with filename and numerical sequence
    • SAVE_ORIGINAL : Save file with the original filename
    • SEARCH_KEY : Search keywords from a folder / file
    • SEARCH_NULL : Search for broken image files
    • SEARCH_COPY : Search for repeated images
    • PYTHON_SCRIPT (PY) : Run python script on a image file ( check Tab Python for info )
  • Reset : Press to reset the operation to neutral, while displaying the variables required to execute the given operation
  • Number : Number value used for an operation
  • String : Selected strings from the list are used for operation
  • Progress : Display of the operation progress

How to Use Function>>

Select the settings for the function operation and then do one of the following:

  • Set a valid path to Source or Destination and press Run ( ">" )
  • Context menu of an image and select "Function>>" with the given active operation
  • Drag&Drop a set of Folders and or Files into the panels with "Drop Runs Operation" checked

Naming Convention

Basename [ key1 key2 ... ].extension

Clone this wiki locally