Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 934 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 934 Bytes

gimp-ktx

Import KTX and KTX2 files and export KTX2 seamlessly into and from gimp

WARNING: currently only lossy compression on export. Repeatedly loading and saving (with compression slider >0) will degrade your image irrevertably! Only use compression for the final export

Building

Currently a useful build system is missing. If vulkan (for VkFormat) and libktx are installed globally then install.sh can be used for compilation.

A PR with a build system would be very welcome.

TODO

  • Export (WARNING: currently only lossy. Repeatedly loading and saving will degrade an image considerably)
  • More export compression control
  • Generate MipMaps
  • CubeMap
  • Export CubeMap
  • Multiple layers/channel/...
  • Build system