Re: Upscaling algo discussion
Posted: 2017-06-13T03:08:47-07:00
Have you looked at the -magnify option?
It uses pixel art scaling to double the size of the image. How does it compare to your proposed algorithm?
The ICBI algorithm works are arbitrary scale, correct? It will take some effort to implement any resizing algorithm so ideally we would implement an algorithm that exceeds the quality of existing algorithms and is robust-- that is, can resize to any width / height. Otherwise it may not justify the effort.
Code: Select all
magick logo: -magnify logo.png
The ICBI algorithm works are arbitrary scale, correct? It will take some effort to implement any resizing algorithm so ideally we would implement an algorithm that exceeds the quality of existing algorithms and is robust-- that is, can resize to any width / height. Otherwise it may not justify the effort.