Skip to main content

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:
  1. Press E (default shortcut) or
  2. Right-click the image and select Edit
  3. 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

1

Open Settings

Go to Settings > Edit section
2

Add New Editor

Click Add to create a new editor configuration
3

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
4

Save Configuration

Click Save to add the editor

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:
Example configuration:

Using Command Arguments

The %1 placeholder represents the image file path:
Always wrap %1 in quotes to handle file paths with spaces correctly.

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

1

Open Settings

Go to Settings > Edit
2

Choose Action

Select from After editing dropdown:
  • Do nothing (default)
  • Minimize ImageGlass
  • Close ImageGlass
3

Save Settings

Changes apply immediately

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
Minimize
  • Working on a single monitor
  • Reducing clutter while keeping ImageGlass active
  • Quick access to return to browsing
Close
  • 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:
1

Use Descriptive Names

Create separate entries with clear names:
  • “Photoshop (Quick Edit)”
  • “Photoshop (RAW Processing)”
2

Set Different Arguments

Use different command-line options for each workflow
3

Default Editor

The first matching extension becomes the default (E shortcut)
4

Alternative Access

Use Open With menu for other configured editors

RAW File Processing

For camera RAW files, configure specialized processors:

Batch Processing Integration

Combine with command-line batch processors:
Be careful with batch processing commands that overwrite the original file. Always test with copies first.

Script Integration

Launch custom scripts or batch files:
Example batch script (edit-image.bat):

Open With Menu

The Open With feature provides quick access to Windows file associations:

Usage

  1. Right-click on an image
  2. Select Open with
  3. Choose from:
    • Windows default application for this file type
    • Recently used applications
    • “Choose another app” for more options

Keyboard Shortcut

Press D to open the “Open with” dialog.
This is useful for one-time opens without configuring a permanent edit app.

Configuration File

Edit apps are stored in ImageGlass settings file: Location:
Format:
Manually editing the configuration file requires closing ImageGlass first. Changes while the app is running will be overwritten.

Troubleshooting

Editor Won’t Launch

Checklist:
  • Verify the executable path is correct
  • Check file exists and has .exe extension
  • Ensure you have permission to run the application
  • Test the command in Command Prompt manually
Example test:

File Path Issues

Symptoms:
  • Editor opens but doesn’t load the image
  • Error about file not found
Solutions:
  • Ensure %1 is 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
Solutions:
  • Reorder edit apps (first matching extension is used)
  • Check Windows default programs settings
  • Use fully qualified file extensions (.jpeg vs .jpg)

Portable Applications

For portable editor installations:
  1. Use absolute paths, not relative
  2. Avoid paths with Unicode characters
  3. 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

Use consistent naming: Name editors clearly to distinguish between different workflows.
Test arguments: Always test new editor configurations with a sample image first.
Document custom scripts: Add comments to batch files and scripts for future reference.
Keep paths updated: Review editor paths after software updates or reinstalls.