Overview
ImageGlass seamlessly integrates with external editing applications, allowing you to quickly open images in your preferred photo editor. Configure default editors per file type and control what happens to ImageGlass after launching the editor.Quick Start
To open the current image in an external editor:- Press
E(default shortcut) or - Right-click the image and select Edit
- ImageGlass launches your configured editor
If no editor is configured for the image type, ImageGlass will prompt you to set one up.
Configuring Edit Apps
Configure Editor Details
Fill in the editor information:
- App Name: Friendly name (e.g., “Photoshop”, “GIMP”)
- Executable: Full path to the application executable
- Arguments: Command-line arguments (optional)
- File Extensions: Comma-separated list of extensions
Edit App Configuration
Basic Structure
Each edit app consists of three components:File Extension Mapping
ImageGlass stores edit apps in a dictionary keyed by file extensions:| Extension | App Name | Executable | Argument |
|---|---|---|---|
.jpg | Photoshop | C:\Program Files\Adobe\Photoshop\Photoshop.exe | "%1" |
.png | Photoshop | C:\Program Files\Adobe\Photoshop\Photoshop.exe | "%1" |
.psd | Photoshop | C:\Program Files\Adobe\Photoshop\Photoshop.exe | "%1" |
.svg | Inkscape | C:\Program Files\Inkscape\inkscape.exe | "%1" |
Using Command Arguments
The%1 placeholder represents the image file path:
Popular Editor Examples
Adobe Photoshop
GIMP
Paint.NET
Affinity Photo
Inkscape (Vector Graphics)
Adobe Lightroom
After Editing Actions
Control what happens to ImageGlass after launching an external editor:Available Actions
Configuration
Choose Action
Select from After editing dropdown:
- Do nothing (default)
- Minimize ImageGlass
- Close ImageGlass
When to Use Each Option
Do Nothing- Quick edits where you want to compare before/after
- Using ImageGlass as a reference while editing
- Multi-monitor workflows
- Working on a single monitor
- Reducing clutter while keeping ImageGlass active
- Quick access to return to browsing
- One-time edits where you won’t return to ImageGlass
- Freeing system resources for intensive editing
- Batch editing workflows
Advanced Scenarios
Multiple Editors per Extension
Configure different editors for the same file type:Use Descriptive Names
Create separate entries with clear names:
- “Photoshop (Quick Edit)”
- “Photoshop (RAW Processing)”
RAW File Processing
For camera RAW files, configure specialized processors:Batch Processing Integration
Combine with command-line batch processors:Script Integration
Launch custom scripts or batch files:edit-image.bat):
Open With Menu
The Open With feature provides quick access to Windows file associations:Usage
- Right-click on an image
- Select Open with
- Choose from:
- Windows default application for this file type
- Recently used applications
- “Choose another app” for more options
Keyboard Shortcut
PressD to open the “Open with” dialog.
Configuration File
Edit apps are stored in ImageGlass settings file: Location:Troubleshooting
Editor Won’t Launch
Checklist:- Verify the executable path is correct
- Check file exists and has
.exeextension - Ensure you have permission to run the application
- Test the command in Command Prompt manually
File Path Issues
Symptoms:- Editor opens but doesn’t load the image
- Error about file not found
- Ensure
%1is wrapped in quotes:"%1" - Check if the editor requires specific argument format
- Try using forward slashes in the path
Wrong Editor Opens
Possible causes:- Multiple editors configured for the same extension
- Windows file associations interfering
- Reorder edit apps (first matching extension is used)
- Check Windows default programs settings
- Use fully qualified file extensions (
.jpegvs.jpg)
Portable Applications
For portable editor installations:- Use absolute paths, not relative
- Avoid paths with Unicode characters
- Test the portable app launches independently first
Network Paths
Editors on network drives require UNC paths:Network paths may be slower to launch and require network connectivity.
Best Practices
Related Features
- Keyboard Shortcuts - Customize the edit image shortcut
- Context Menu - Access edit commands from right-click menu
- Clipboard Operations - Copy images to edit in other applications