Fast image search and copy tool for Windows, powered by Everything.
English | 简体中文
Chinese full documentation: README.zh.md
QuickImage focuses on one workflow:
Type image names -> get instant matches -> copy to your target folder.
Ideal for JIT asset pickup, sample organization, and batch refill work.
- Real-time search while typing
- Exact filename matching (without extension)
- Multiple keywords in one query (space-separated)
- Custom output directory
- Auto-create output directory if missing
- Automatic engine fallback: SDK first, then
es.exe - Built-in language switch:
File -> Language -> English/Chinese
| Item | Requirement |
|---|---|
| OS | Windows 10 / 11 |
| Search Engine | Everything can be downloaded and installed automatically on first launch |
| Python | 3.8+ (for source run) |
| SDK | Downloaded automatically by QuickImage when needed |
You do not need to install the SDK manually. QuickImage prepares it automatically on first launch and falls back to
es.exeif needed.
- Install Everything (recommended with
es.execommand line component) - Run in project directory:
python main.pyw- On first launch:
- If Everything is missing, QuickImage shows a bilingual prompt and can install it automatically
File -> Set Source DirectoryFile -> Set Output Directory(optional)
The language menu is now bilingual:
Language / 语言, so English and Chinese users can both find it quickly.
Regular users do not need to handle the SDK manually.
On first launch, QuickImage can:
- detect whether the SDK is available
- download it from voidtools automatically when missing
- place the correct DLL automatically
- fall back to
es.exeif the SDK step fails
Manual DLL placement is only needed for developer debugging.
If you want to re-check dependencies later, use:
File -> Check Search Components / 检查搜索组件
- Type image names in the search box (space-separated for multiple)
- Results appear in real time
- Press
EnterorCtrl+Cto copy results to output directory
| Key | Action |
|---|---|
Enter / Ctrl+C |
Copy current results |
Ctrl+A |
Select all results |
T |
Toggle always-on-top |
Look at the bottom status bar:
Engine: SDK-> SDK is currently in useEngine: es.exe-> command-line fallback is in use
Configuration is saved at:
C:\Users\<your_user>\.image_search_config.json
Saved items include:
- Source directory
- Output directory
- Window geometry
- UI language
MIT License - see LICENSE
© NerionX
