Image Booster Cache
Image Booster pre-loads adjacent images in memory for instant navigation. Configure these settings to balance performance and memory usage.Cache Count
Number of images to cache in each direction (previous/next)Range: 0-10 imagesMemory Impact:
0- No pre-loading, minimal memory usage1- Caches 1 image before and 1 after (default)5- Caches 5 images in each direction (high memory)
"ImageBoosterCacheCount": 2With
ImageBoosterCacheCount: 2, ImageGlass caches 5 images total: 2 before, current, and 2 afterCache Dimension Limit
Maximum image dimension (width or height) to cache in pixelsImages larger than this dimension won’t be pre-cached to save memory.Special Values:
0or negative - No dimension limit (cache all sizes)- Positive number - Maximum dimension in pixels
"ImageBoosterCacheMaxDimension": 4000Cache File Size Limit
Maximum file size to cache in megabytesFiles larger than this won’t be pre-cached to save memory and loading time.Special Values:
0or negative - No file size limit- Positive number - Maximum file size in MB
"ImageBoosterCacheMaxFileSizeInMb": 50.0Gallery Cache
Thumbnail Cache Size
Maximum size of persistent thumbnail cache in megabytesThumbnails are cached to disk for faster gallery loading on subsequent views.Recommended Values:
- Small collections (< 1000 images): 200 MB
- Medium collections (1000-5000 images): 400 MB
- Large collections (> 5000 images): 800 MB
"GalleryCacheSizeInMb": 800Thumbnail dimension in pixels (affects memory usage)Minimum: 20 pixelsLarger thumbnails look better but use more memory and cache space.
Image Loading
Async Loading
Load images asynchronously for better UI responsiveness
Display low-resolution preview while loading full imageImproves perceived performance for large files.
WIC Decoder Threshold
Minimum image dimension to use Windows Imaging Component (WIC) decoderWIC is optimized for very large images. Images with width or height >= this value will use WIC if the format is supported.Special Values:
0- Always use WIC when available- High value (e.g.,
100000) - Rarely use WIC
"MinDimensionToUseWIC": 8000Embedded Thumbnails
Many RAW and other formats contain embedded thumbnails. Using these can dramatically speed up initial display.RAW Formats
Use embedded thumbnail for RAW formats instead of full imagePros: Much faster loadingCons: Lower quality, limited to thumbnail size
Other Formats
Use embedded thumbnail for non-RAW formats (JPEG, TIFF, etc.)Enable this for faster browsing of large photo libraries.
Thumbnail Size Threshold
Minimum width of embedded thumbnail to useSpecial Values:
0- Accept any thumbnail size- Positive number - Minimum width in pixels
Minimum height of embedded thumbnail to usePrevents using very small thumbnails that would look pixelated.
File Monitoring
Monitor file system for changes and auto-updateDisabling can reduce CPU usage when viewing network drives.
Automatically open newly added images in the viewing folderUseful when monitoring a folder for new photos.
Image Loading Order
Sort order for images in the listOptions:
"Name"- Alphabetical by filename"Random"- Random order"FileSize"- By file size"Extension"- By file extension"DateCreated"- By creation date"DateModified"- By modification date"DateAccessed"- By access date"ExifDateTaken"- By EXIF date taken"ExifRating"- By EXIF rating
Sort directionOptions:
"Asc"- Ascending"Desc"- Descending
Use Windows File Explorer sort order when possibleEnsures consistency with File Explorer.
Advanced Loading Options
Load images from subfolders recursively
Group images by directory when using recursive loading
Include hidden files in the image list
Format-Specific Settings
SVG Rendering
Use Microsoft Edge WebView2 for rendering SVG filesRequires: WebView2 Runtime installedProvides better SVG rendering quality and compatibility.
Multi-Frame Images
File formats to load only the first framePrevents accidentally loading all frames from large multi-layer files.Example:
"SingleFrameFormats": [".avif", ".psd", ".tiff"]Performance Monitoring
Enable debug mode for performance loggingOutputs detailed loading and caching information to help diagnose performance issues.
Performance Profiles
Maximum Performance (High Memory)
Balanced (Recommended)
Low Memory
See Also
Advanced Configs
Additional performance tweaks
Settings Overview
Configuration basics