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:
Only the selected area is copied to the clipboard.
Copy 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:Copy Additional Files
Navigate to other images and press
Ctrl+Shift+C againEach file is added to the clipboard collectionPasting 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:
Supported sources:
- 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:Transparency 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
| Application | Transparency Support |
|---|---|
| Photoshop | Full (prefers PNG/DIB) |
| GIMP | Full (prefers PNG) |
| Paint.NET | Full (PNG) |
| MS Paint | None (uses Bitmap) |
| Word/PowerPoint | Full (PNG) |
| Chrome/Firefox | Full (PNG) |
| Slack/Discord | Full (PNG) |
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
Image Comparison
Collect Images from Multiple Folders
Share Image on Social Media
Troubleshooting
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