BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 330 forks source link

Interpolation Methods for Image Scaling #125

Open Kazanian2 opened 1 year ago

Kazanian2 commented 1 year ago

Hi, we are considering using GPUImage3 for some image processing tasks in our project. Unfortunately, I couldn't figure out which interpolation methods are available for image resizing. I read that Lanczos Resampling was used in GPUImage2, but I couldn't find information for GPUImage3. Can anybody give me information on that?

Thanks in advance!