PicView 4.2: Key Fixes and Library Updates in the Open-Source Image Viewer
PicView 4.2.0 was released at the end of March 2026. It's a cross-platform image viewer written in C# under the GNU GPL license, supporting Windows 10/11 and macOS. The project has been in development since 2017, with the previous release in December 2025. Supported formats include WEBP, GIF, SVG, PNG, JXL, HEIC, and PSD. Features include viewing EXIF metadata, compression, resizing, archive and comic handling, effects, and galleries. Available in portable and installer versions.
Bug Fixes in Rendering and UI
The update focuses on rendering stability and UI behavior. Key fixes:
- Rendering error when loading the last file from auto-load with auto-fit enabled.
- Incorrect display of the popup panel after exiting fullscreen mode.
- Potential crashes in SVG rendering.
- On Windows: failure to minimize the window from maximized state.
These changes boost reliability during intensive image workflows, especially in automated viewing scenarios.
Localization and Effects Improvements
Localization has been updated: Serbian is now split into Latin and Cyrillic versions, with a fix for the translation file error. The "Image Effects" window adds new sliders and presets, making it easier to apply filters without external tools.
For mid/senior developers: effects are powered by Magick.NET, enabling similar functionality in your .NET apps.
Dependency Updates
Libraries updated for better compatibility and performance:
- Avalonia — to 11.3.13 (cross-platform UI rendering improvements).
- Svg.Controls.Skia.Avalonia — to 11.3.9.5 (SVG optimizations).
- SharpCompress — to 0.47.3 (archive handling).
- Magick.NET — to 14.11 (image processing).
These updates reduce vulnerabilities and speed up file handling. Check compatibility if you're using Avalonia in your projects.
Key Takeaways
- SVG and UI rendering fixes eliminate crashes in production scenarios.
- Serbian localization split resolves encoding issues.
- New effects sliders expand functionality without any coding.
- Avalonia and Magick.NET updates keep the tech stack current.
- macOS support makes it a go-to tool for dev teams.
Usage Recommendations
PicView shines for quick no-install viewing: testing Photoshop exports (PSD/HEIC), validating WEBP/JXL, or batch EXIF analysis. The portable version is perfect for CI/CD pipelines or temporary setups.
GitHub sources let you fork and tweak for custom needs, like adding formats via SharpCompress plugins.
For .NET integration, dive into the rendering module sources—they demonstrate best practices with Avalonia and Skia.
— Editorial Team
No comments yet.