ErrLookup βΊ d2phap/ImageGlass
d2phap/ImageGlass
π A fast, open-source, modern image viewer for 90+ formats β including WEBP, GIF, SVG, AVIF, JXL, HEIC and more β built for smooth browsing across Windows, macOS, and Linux. Β· C# Β· 593 source files
Analyzed at 4a3c4fecef on 2026-08-13. 67 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| The base64 content is invalid. | exception | error | base64, codec, magick, format, data-uri |
| IGE: Unsupported image format. | exception | error | codec, magick, save, format, encode |
IGE_002 IGE_002: Unsupported image format. | exception | warning | codec, magick, compression, format |
| IGE: '{codec.CodecName}' could not write the image. {result. | exception | error | codec, plugin, encode, pipeline |
| IGE: could not finalize '{destFilePath}'. {moveError} | exception | error | io, encode, pipeline, file-lock |
| The image is too large to open: {fullInfo.Width:n0}x{fullInf | exception | error | codec, skia, memory, large-image, decode |
| IGE: Unsupported image format. | exception | error | codec, skia, save, format, encode |
| IGE: This feature is not supported on {BHelper.OS}. | exception | error | platform, windows-only, shell, app-api |
| Step '{stepStr}' is not a valid integer. ---------- ππΌ Me | validation | error | app-api, navigation, argument-parsing, integer |
| Frame index '{frameIndexStr}' is not a valid integer. ----- | validation | error | app-api, animation, argument-parsing, integer |
| Zoom factor '{factorStr}' is not a valid float. ---------- | validation | error | app-api, zoom, argument-parsing, float, i18n |
| '{modeStr}' is not a valid zoom mode. ---------- ππΌ Metho | validation | error | app-api, zoom, argument-parsing, enum |
| '{orderByStr}' is not a valid loading order. ---------- ποΏ½ | validation | error | app-api, sorting, argument-parsing, enum |
| '{orderTypeStr}' is not a valid loading order. ---------- οΏ½ | validation | error | app-api, sorting, argument-parsing, enum |
| '{channelsStr}' is not a valid color channel. ---------- π | validation | error | app-api, color, argument-parsing, enum, flags |
| '{optionStr}' is not a valid rotation option. ---------- π | validation | error | app-api, rotate, argument-parsing, enum |
| '{optionStr}' is not a valid flip option. ---------- ππΌ M | validation | error | app-api, flip, argument-parsing, enum, flags |
| IGE: Metadata too large: {contentLength} bytes. | exception | warning | network, http, update, config, size-limit |
| IGE: Metadata body exceeded limit: {json.Length} chars. | exception | warning | network, http, update, size-limit, streaming |
| Native codec '{CodecId}' does not support static-raster deco | exception | error | plugin, codec, abi, native, decode |
| IGE: Native codec '{CodecId}' was unloaded. | exception | error | plugin, codec, native, lifecycle, concurrency |
| IGE: Native codec '{CodecId}' threw during decode of '{fileP | exception | error | plugin, codec, native, abi, access-violation |
| IGE: Native codec '{CodecId}' returned status {status} for ' | exception | error | plugin, codec, native, decode, status-code |
| IGE: frame too large to encode. | exception | error | codec, native, size-limit, memory, encode |
| IGE: could not read the source pixels. | exception | error | codec, native, skiasharp, memory, encode |
| IGE: Native codec '{CodecId}' returned an invalid pixel buff | exception | error | plugin, codec, native, abi, pixel-buffer |
| IGE: Native codec '{CodecId}' returned an unsupported pixel | exception | error | plugin, codec, native, pixel-format, skiasharp |
| IGE: Native codec '{CodecId}' returned an unsupported pixel | exception | error | plugin, codec, native, skiasharp, pixel-buffer, stride |
| IGE: Native codec '{proxy.CodecId}' is missing one of the an | exception | error | plugin, codec, native, animation, abi |
| IGE: Native codec '{proxy.CodecId}' threw during GetAnimatio | exception | error | plugin, codec, native, animation, access-violation |
| IGE: Native codec '{proxy.CodecId}' returned status {status} | exception | error | plugin, codec, native, animation, status-code |
| IGE: Native codec '{proxy.CodecId}' reported zero frames for | exception | error | plugin, codec, native, animation, abi |
| IGE: Could not parse merged config. | exception | critical | config, json, serialization, startup, settings |
| IGE: Unable to load '{themeFolderName}' theme pack. Please m | exception | error | theme, config, ui, settings, startup |
| IGE: Could not move the file to trash: {filePath} | exception | error | linux, filesystem, trash, io, platform |
| IGE: This feature is not supported on Linux. | exception | warning | linux, platform, shell, not-supported, default-app |
| IGE: This feature is not supported on macOS. | exception | warning | macos, platform-unsupported, default-app, shell, notsupportedexception, imageglass |
| IGE: Cannot open registry key: {key} | exception | error | windows, registry, wallpaper, win32, permissions, invalidoperationexception, imageglass |
| The base64 content is invalid. | exception | error | base64, data-uri, regex, formatexception, parsing, imageglass, v9 |
IGE_001 IGE_001: Unsupported image format. | exception | error | magick-net, image-format, save, codec, fileformatexception, imageglass, v9 |
IGE_002 IGE_002: Unsupported image format. | exception | error | magick-net, image-format, compression, codec, notsupportedexception, imageglass, v9 |
| Cannot open registry key: {key} | exception | error | windows, registry, wallpaper, win32, permissions, legacy, imageglass, v9 |
| Unable to load '{themeFolderName}' theme pack. Please make s | exception | error | theme, config, json, invaliddataexception, imageglass, v9 |
| WebPInitDecoderConfig failed. Wrong version? | exception | critical | webp, libwebp, native-interop, version-mismatch, p-invoke, imageglass, v9 |
| Failed WebPGetFeatures with error {result} | exception | error | webp, libwebp, decode, corrupt-data, format-validation, imageglass, v9 |
| Crop options exceeded WebP image dimensions | exception | error | webp, libwebp, crop, bounds-check, decode, imageglass, v9 |
| Failed WebPDecode with error {result} | exception | error | webp, libwebp, decode, corrupt-data, imageglass, v9 |
| Bitmap contains no data. | exception | error | webp, encode, validation, bitmap, argumentexception, imageglass, v9 |
| Bitmap's dimension is too large. Max is {WEBP_MAX_DIMENSION} | exception | error | webp, encoding, dimension-limit, lossy, validation |
| Only support Format24bppRgb and Format32bppArgb pixelFormat. | exception | error | webp, encoding, pixel-format, lossy, validation |
| Can't encode WebP | exception | error | webp, encoding, native-call, lossy, out-of-memory |
| Can't configure preset | exception | error | webp, encoding, native-abi, config-init, lossy |
| Can't config preset | exception | error | webp, encoding, lossless, native-abi, config-init |
| Can't configure lossless preset | exception | error | webp, encoding, lossless, preset, validation, native-abi |
| This DLL version not support EncodeNearLossless | exception | error | webp, encoding, near-lossless, version-gate, native-abi |
| Bad configuration parameters | exception | error | webp, encoding, config-validation, advanced-api, native-abi |
| Can't initialize WebPPictureInit | exception | error | webp, encoding, advanced-api, native-abi, struct-layout |
| Can't allocate memory in WebPPictureImportBGRA | exception | error | webp, encoding, advanced-api, out-of-memory, bgra-import |
| Can't allocate memory in WebPPictureImportBGR | exception | error | webp, encoding, advanced-api, out-of-memory, bgr-import |
| Encoding error: {error_code} | exception | error | webp, encoding, advanced-api, native-error, out-of-memory, error-code |
| Cannot decode WebP | exception | error | webp, image-decoding, pinvoke, libwebp, native-interop, csharp |
| Can not decode WebP | exception | error | webp, image-decoding, pinvoke, libwebp, native-interop, alpha, csharp |
| Button ID required. | validation | warning | toolbar, validation, settings, winforms, web2, csharp |
| A button with the ID '{0}' has already been defined. Please | validation | warning | toolbar, validation, duplicate-id, settings, winforms, web2, csharp |
| Button executable required. | validation | warning | toolbar, validation, settings, winforms, web2, csharp |
| Wallpaper style is not valid. | validation | warning | wallpaper, validation, enum, desktop, igcmd, csharp |
| Cannot remove the default theme pack. | validation | warning | theme, validation, filesystem, guard, igcmd, csharp |