Traverse-Research / ispc-downsampler

Image downsampler using a Lanczos filter implemented in ISPC
Other
11 stars 1 forks source link

Expand formats support with `R8` and `RG8` #20

Open EmilioLaiso opened 1 year ago

EmilioLaiso commented 1 year ago

Adds support for 1 and 2-channel textures. First PR in this repo, I still have to build all the binaries on CI but I figured it would be better to do that once the PR is reviewed :)

Markes as draft because I don't want this to be merged until I'm done testing it in the project that is using those changes

EmilioLaiso commented 6 months ago

After testing this on my project, it seems to segfault so the PR is not ready yet