DirectXTex icon indicating copy to clipboard operation
DirectXTex copied to clipboard

Mipmap support for Kaiser / Lanczos filtering

Open walbourn opened this issue 9 years ago • 3 comments

The current filtering modes are only those supported by WIC. Some texture pipelines have implemented more advanced filtering, such as Kaiser or Lanczos filtering, which can produce higher-quality mipmaps.

Advanced filters like Kaiser are covered in this GD Mag article: part 1, part 2

walbourn avatar Jun 20 '15 01:06 walbourn

Any progress on advanced mipmap support?

SkyLoaderr avatar Apr 18 '20 16:04 SkyLoaderr

It hasn't come up in the priority list. The GD Mag filters are also quite slow to execute on the CPU...

walbourn avatar Apr 19 '20 19:04 walbourn

@walbourn Kaiser / Lanczos filtering (fast implementation) https://github.com/ImageMagick/ImageMagick

~70k 4k textures textures resize with Lanczos per hour Good performance

Bxaa avatar Apr 29 '21 08:04 Bxaa