Skip to content

Releases: ficool2/VTFLib

4.3.0

Choose a tag to compare

@ficool2 ficool2 released this 06 Sep 22:54
Fix cmd window appearing

4.2.2

Choose a tag to compare

@ficool2 ficool2 released this 23 Aug 12:26
Bump version to 4.2.2

4.2.1

Choose a tag to compare

@ficool2 ficool2 released this 20 Aug 17:10
  • Implemented more mipmap and resize filters - Triangle, Quadratic, Cubic, Catmull Rom, Mitchell
  • Mitchell is now the default filter. Provides the best balance of quality in most cases
  • Moved sRGB flag to the General tab as it's important

4.2.0

Choose a tag to compare

@ficool2 ficool2 released this 17 Aug 16:18
  • Implemented single instance
    • Opening multiple VTFs at once will instead open in a singular VTFEdit instance as tabs
    • This behavior can be toggled under "Options"
  • Added Hotspot editor for materials with hotspot data/.rect files
  • Added EXR/PFM/HDR import and export support
    • This now allows creating RGBA16161616, RGBA16161616F, RGBA32323232F and R32 VTFs
  • Added ability to change VTF version of existing textures
  • Added sprite sheet animation preview
  • Added BC7 to Color Format list
  • Added recognition for PCC (Parallax Cubemap) VTF resource
  • Significantly improved viewport performance on large, compressed images
  • Moved "Strip alpha channel" import option to General tab
  • Moved sprite sheet editor to "Texture" tab
  • Swapped BC4/BC5 enum order
  • Fixed issue where all system fonts were scanned on startup
  • Fixed being able to drag and drop unsupported file types
  • Only supported file types are now shown in import dialog
  • The location where files were opened last is now remembered

4.1.0

Choose a tag to compare

@ficool2 ficool2 released this 08 Aug 15:03
  • Added sprite sheet editor for particles, similar to mksheet tool. Access it under Resources tab
  • Added $distancealpha (signed distance field) generation when importing, under Advanced tab.
    • This also uses a new algorithm that is orders of magnitude faster than VTEX!
  • Added new hotkeys: ctrl + number hotkeys to switch tabs, ctrl + w to close tab, ctrl + shift + t to open most recent file
  • Added multiple of 4 resizing when importing (for DXT formats)
  • Added hold left click to pan/move the image
  • Fixed encoding/decoding of DXT1A and ATI1N/ATI2N textures
  • Imported textures will now have their name automatically set to the original file's name
  • Re-organized the import dialog so it's not as cramped
  • Re-ordered the color/alpha formats by common usage. Formats not compatible with current VTF version are now greyed out
  • ATI1N/ATI2N is no longer listed as BC4/BC5 in the UI. BC4/BC5 are now separate entries and exclusive to version 7.6

4.0.0

Choose a tag to compare

@ficool2 ficool2 released this 07 Aug 13:00
Fix hidden sidebar state being saved