Overview
ImageGlass provides comprehensive clipboard operations with support for multiple formats, including full alpha channel transparency. Copy images, file paths, or entire image data to integrate seamlessly with other applications.Clipboard Features
Supported Operations
- Copy image data - Copies the rendered image with transparency
- Copy file path - Copies the full file path as text
- Copy multiple files - Copies file references for pasting in Explorer
- Paste images - Opens images from clipboard
- Paste file paths - Opens files from clipboard text
Format Support
ImageGlass copies images in three formats simultaneously:- PNG format - Preserves full transparency and quality
- DIB format - Compatible with professional image editors
- Standard Bitmap - Universal compatibility
Applications automatically select the best format they support, with PNG preferred by most modern software.
Copying Images
Copy Image Data
Copy the current image as rendered on screen: Keyboard shortcut:Ctrl+C
Menu: Right-click → Copy image data
This operation:
- Captures the image as displayed
- Preserves alpha transparency
- Copies the selected region if a selection is active
- Applies current zoom and transformations
Copy Selected Region
To copy only part of an image:1
Enable Selection Tool
Activate selection mode in ImageGlass
2
Select Area
Click and drag to select the desired region
3
Copy Selection
Press
Ctrl+C or right-click → Copy image dataCopy File Path
Copy the full file path as text: Keyboard shortcut:Ctrl+L
Menu: Right-click → Copy path
Output example:
- Sharing file locations
- Command-line operations
- Documentation and notes
- File management scripts
Copy File Reference
Copy the file itself (not just the path) for pasting in Explorer: Keyboard shortcut:Ctrl+Shift+C
Menu: Right-click → Copy file
This allows you to:
- Paste the file into other folders
- Attach to emails
- Drag into other applications
- Copy to network locations
This copies a file reference, not the actual image data. Use Copy image data to paste into image editors.
Copy Multiple Files
ImageGlass can copy multiple files to the clipboard sequentially:1
Enable Multiple File Copy
Go to Settings > EditEnable Allow copying multiple files
2
Copy First File
Navigate to an image and press
Ctrl+Shift+C3
Copy Additional Files
Navigate to other images and press
Ctrl+Shift+C againEach file is added to the clipboard collection4
Paste All Files
Open Explorer or another applicationPress
Ctrl+V to paste all copied filesPasting Images
Paste from Clipboard
Open images directly from clipboard: Keyboard shortcut:Ctrl+V
Menu: File → Paste image
ImageGlass supports pasting:
- Image data - Screenshots, copied images, etc.
- File paths - Text containing file paths
- File references - Files copied from Explorer
Paste Image Data
When you paste image data:1
ImageGlass Receives Data
Detects clipboard contains image data
2
Creates Temporary File
Saves clipboard content to a temporary file
3
Opens Image
Displays the pasted image immediately
- Screenshots (Windows Snipping Tool, Print Screen)
- Copied images from web browsers
- Image data from Photoshop, GIMP, etc.
- Drawing applications
Paste File Paths
Paste text containing image file paths: Example clipboard content:- Detects the text contains a file path
- Validates the file exists
- Opens the image file
Paste Multiple Files
Paste multiple files from Explorer:1
Copy Files in Explorer
Select multiple images in File ExplorerPress
Ctrl+C2
Switch to ImageGlass
Activate the ImageGlass window
3
Paste Files
Press
Ctrl+VImageGlass opens the first file and loads the folderTransparency Support
ImageGlass preserves full alpha channel transparency when copying images.How Transparency Works
- PNG - Full 8-bit alpha channel
- DIB - Professional format with transparency
- Bitmap - No transparency (fallback)
Application Compatibility
Advanced Features
Copy with Transformations
Copied images include current transformations:- Rotation - Image copied in rotated state
- Flip - Horizontal/vertical flips preserved
- Zoom - Copies visible region at current zoom
- Color adjustments - Applied filters included
Clipboard Clearing
ImageGlass safely clears the clipboard before copying to prevent errors:Some applications may lock the clipboard temporarily. ImageGlass handles these situations gracefully.
Thread Safety
Clipboard operations run on an STA (Single-Threaded Apartment) thread for compatibility:- Compatibility with all applications
- Reliable clipboard operations
- No threading conflicts
Clipboard Detection
ImageGlass can detect clipboard contents:- PNG format (highest quality)
- Standard Bitmap
- Generic Image object
Practical Examples
Screenshot Workflow
1
Capture Screenshot
Press
Win+Shift+S (Windows Snipping Tool)Select area to capture2
Paste into ImageGlass
Switch to ImageGlassPress
Ctrl+V3
Review and Edit
View the screenshot in full qualityOptionally launch external editor (
E)Image Comparison
1
Open First Image
Browse to first image in ImageGlass
2
Copy Image Data
Press
Ctrl+C to copy to clipboard3
Open in Editor
Launch Photoshop or GIMPCreate new document from clipboard
4
Compare
Use layers or side-by-side windows to compare
Collect Images from Multiple Folders
1
Enable Multiple Copy
Settings → Enable Allow copying multiple files
2
Browse and Copy
Navigate through foldersPress
Ctrl+Shift+C for each desired image3
Create Destination
Open Explorer and create target folder
4
Paste All
Press
Ctrl+V in the target folderAll selected images are copied at onceShare Image on Social Media
1
Open Image
Display desired image in ImageGlass
2
Copy Image
Press
Ctrl+C to copy image data3
Paste to Web
Open social media sitePaste (
Ctrl+V) directly into postTroubleshooting
Copy Operation Fails
Symptoms:- Nothing copied to clipboard
- Error message appears
- Close other applications using clipboard
- Restart ImageGlass
- Check image file isn’t corrupted
- Verify sufficient memory available
Paste Doesn’t Work
Symptoms:- Paste command does nothing
- Clipboard appears empty
- Verify clipboard actually contains data
- Try copying again
- Check file path is valid (if pasting path)
- Restart ImageGlass
Transparency Lost
Symptoms:- Transparent areas become white/black
- Alpha channel missing in target application
- Target application doesn’t support transparency
- Fallback to Bitmap format
- Use PNG-compatible applications
- Save file instead of using clipboard
- Check target application documentation
Multiple Files Not Pasting
Symptoms:- Only one file pastes instead of all
- Files not collected properly
- Verify Allow copying multiple files is enabled
- Check message shows increasing count
- Don’t copy anything else between ImageGlass copies
- Paste immediately after collecting all files
Clipboard Conflicts
Symptoms:- Clipboard managers interfere
- Copy/paste unreliable
- Temporarily disable clipboard managers
- Check clipboard manager settings
- Configure exclusions for ImageGlass
Best Practices
Related Features
- External Editor Integration - Open images in editors after copying
- Keyboard Shortcuts - Complete list of clipboard shortcuts
- Selection Tools - Copy selected regions