├── CMakeLists.txt ├── LICENSE └── src ├── ptmconvert.cpp ├── stb_image.h ├── stb_image_write.h └── taf_ptm.h /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thefranke/ptmconvert/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thefranke/ptmconvert/HEAD/LICENSE -------------------------------------------------------------------------------- /src/ptmconvert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thefranke/ptmconvert/HEAD/src/ptmconvert.cpp -------------------------------------------------------------------------------- /src/stb_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thefranke/ptmconvert/HEAD/src/stb_image.h -------------------------------------------------------------------------------- /src/stb_image_write.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thefranke/ptmconvert/HEAD/src/stb_image_write.h -------------------------------------------------------------------------------- /src/taf_ptm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thefranke/ptmconvert/HEAD/src/taf_ptm.h --------------------------------------------------------------------------------