You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed OpenCV Dependency: Completely removed OpenCV integration and all OpenCV-based scaling filters (Bicubic, Lanczos, Area, Bilinear+sharpen, etc.). This reduces the installation package size and memory footprint.
Optimized & Streamlined Scaling Filters: Simplified the selection menu to a unified Smart sharpen CPU filter, alongside standard Nearest, Bilinear, and GPU-accelerated FidelityFX-CAS. Previously relying on OpenCV, Smart sharpen is now fully custom-built and natively optimized, offering faster execution and improved image quality.
Settings & Code Cleanup: Removed redundant UI options (such as "Smooth upscaling" and "Smooth animated images") and eliminated obsolete performance workarounds (like forcing low-quality scaling on viewports larger than 1080p). The scaling code is now cleaner and runs smoothly at any viewport size without compromise.
Bug Fixes
Settings Flickering: Fixed window/image flickering when applying changes in the Preferences dialog.
Open With: Fixed minor issues in the "Open with" external application handler.