Skip to content

RealScaler 2.4

Compare
Choose a tag to compare
@Djdefrag Djdefrag released this 07 Sep 07:47
· 26 commits to main since this release
0e721bb

NEW

  • Completely rewrote the frame resizing algorithm

    • there is no more frame resizing phase, rather frames are resized during AI operations
    • this change allows to save time and disk space
  • Added a new feature of interpolating the AI-generated image/frame and original image/frame

    • in many cases it allows to increase the "naturalness" of the final image/video
    • it allows to solve graphical problems due to tiles when using tiles/merge function
    • the file created with Interpolation will be saved with "_interpolated" in filename
    • added a widget to choose whether or not to enable this feature (by default it is enabled)

GUI

  • The app will now report the index of the file that is being processed
  • Removed itch.io button
  • Updated some texts

BUGFIX & IMPROVEMENTS

  • By default Image output is set to ".jpg"
  • Removed unused dependencies
  • Updated dependencies
  • General code cleaning and improvements