I am reducing image size to 8*8 to compute average hash to find similar images using C#. I am planning to use Lanczos algorithm to reduce the image size, as it seems to give good results (read from the internet and also python image hashing algo uses the same). Could you point me to where I can find the Lanczos algorithm, implemented in C#? Else is there any better way to do than Lanczos. Please help here.
Thanks
You can change the
ImageFormat
in theSave
-Function to get another compression-rate.