I need to make an online image resizing program that uses the Lanczo's Algorithm, which I hear is the best algorithm to reduce image size. How would I go about doing this? I have knowledge of PHP but I'm willing to learn other languages if I need to.
I understand that PHP does have it's own image resize function, but it's not very good compared to Lanczo's so would it be possible to change the PHP resize algorithm to Lanczo's?
If not, are there are other programming languages that make it easier to write an image resize tool in?
Thanks