Sky-rym / VTFEdit-Reloaded

VTFLib is a LGPL open source programming library that provides a C and C++ API for reading and writing Valve VTF and VMT format image files.
GNU Lesser General Public License v2.1
163 stars 13 forks source link

Resize Filter always forced to Box Filter #25

Open WhiteRedDragons opened 6 months ago

WhiteRedDragons commented 6 months ago

VTFFile.cpp line 3508 uses STBIR_FILTER_BOX instead of ResizeFilter So the dropdown menu for resize filter is an absolute lie and it will just use the default Box Filter anyways, which of course is terrible 👎

firefox_dLZJVp5csm

AtomicTEM commented 1 month ago

Bump