Skip to content

RealScaler 1.8

Compare
Choose a tag to compare
@Djdefrag Djdefrag released this 10 Dec 10:38
· 47 commits to main since this release
5593d94

Download here -> https://jangystudio.itch.io/realesrscaler

NEW

  • Support for transparent png images
  • Rewritten video-frame extraction using multi-thread approach
    • now much faster
  • Rewritten video frame resize using multi-thread approach  
    • now much faster
  • Completely re-designed left bar with more options to select:
    • section "upscaled image/video frame extension" (.png / .jpg)
      •   .png is the best choise for quality, but is slower and upscaled files could be much bigger
      •   .jpg is 10% faster and upscaled files can be lighter but images and videos could have some artifacts
    •  section "number of cpus to use"
      • this value will influence video upscaling when extract frames from video and when resize frames

GUI

  • Removed paypal button
  • General UI changes
  • Updated clean button icon

BUGFIX / IMPROVEMENTS

  • Rewrote image management for better reliability and speed
  • Fixed a bug that, when upscaling multiple photos the app could crash
  • FIxed a problem that original .png images were being overwritten by temporary images produced by the app
  • Updated external packages
  • General code cleaning and many bugfix and improvements