Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
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.