Skip to content

Draft: Add Image Compare Overview

Jan Willem requested to merge Jan_Willem/Upscaler:feature/image-compare into main

Often it is very useful to have a quick look to compare the upscaled image with the original. This allows the user to quickly assess the quality by looking for lost details and artifacts.

They way it is now implmented:

  • On a successfull upscale the user is presented with the compare overview
  • The user can navigate back using the backwards arrow

Demo

TODO:

  • Allow for zooming and scrolling
  • Set cursors
  • Add outline to slider
  • Use GNOME colors
  • Add hover animation to slider
  • Remove unnecessary drawing nodes
  • Codestyle and comments
Edited by Jan Willem

Merge request reports