View Single Post
Old 12th May 2015, 15:58   #90  |  Link
Shiandow
Registered User
 
Join Date: Dec 2013
Posts: 753
There have been some changes to the algorithm though, although the general idea has remained more or less the same. The steps now look more like the following:
  1. Calculate an initial guess (using a different upscaler)
  2. Downscale and calculate differences with original image.
  3. Scale those differences to the final size
  4. Improve guess by:
    • Softening the image
    • Subtracting differences with the original image
    • Sharpening (optional)
    • Removing aliasing (optional)
    • Removing ringing (optional)
  5. Repeat steps 2-4 several times.
Shiandow is offline   Reply With Quote