Picker Workbench and Script UI Editor
These tools are mainly for script development, image analysis, and script parameter configuration.
Picker Workbench
More Actions → Picker Workbench opens a workspace that includes the Color Picker and the Bitmap Dictionary Tool.
Common image sources include:
- device screenshots
- screenshots captured from remote control panels
- image files in the file manager
- local images dragged or pasted into the app
Color Picker
The Color Picker is suitable for color points, regions, and screenshot saving. Typical uses include:
- recording coordinates and colors
- copying code templates
- cropping and saving small images from a selection
- random sampling and region sampling
- turning a screenshot into script-ready references
If you want to save images directly into a folder on your computer, enable the related local-save permission in Settings first.
Bitmap Dictionary Tool
The Bitmap Dictionary Tool is suitable for bitmap font and binarization workflows. It supports:
- configuring color ranges and extracting binary results
- maintaining
ShiftandMetaselection boxes - generating bitmap dictionary template code and core lines
- saving bitmaps or copying results to the clipboard
Script UI Editor
The Script UI Editor is used to maintain lua/scripts/main.json for flat scripts.
Typical workflow:
- In
File Manager → Script Directory, right-click a flat script folder. - Choose
Edit Script UI Configuration. - Design the form in the Script UI Editor.
- Back on the main screen, use the Configure button next to the script picker to fill in script parameters.
If the same script needs different parameters for different groups, combine this with the group-specific script configuration described in Group Management.