Skip to content

qimgv-plus v2.2.0

Choose a tag to compare

@hadoooooouken hadoooooouken released this 06 Jun 17:06
· 227 commits to master since this release

New Features & Improvements

  • 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.