castano / nvidia-texture-tools

Texture processing tools with support for Direct3D 10 and 11 formats.
https://github.com/castano/nvidia-texture-tools/wiki
Other
578 stars 215 forks source link

upscaling not properly implemented #146

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Looks like this was never implemented properly, it results in blocky artifacts 
as if the image was point sampled. The resize functions were designed for 
mipmapping and that was never tested.

Original issue reported on code.google.com by cast...@gmail.com on 3 Nov 2010 at 8:03

castano commented 9 years ago

It would be good to fix this eventually. Alternatively we could use Rich's image resampler: https://code.google.com/p/imageresampler/