Branimir Karadžić f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
..
AlphaBitmap.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
BitScale.cpp f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
BitScale.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
BitUtility.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
Bitmap.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
ColorRgba.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
Interval.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
LICENSE.TXT f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
MortonTable.cpp f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
MortonTable.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
Point2.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
PvrTcDecoder.cpp f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
PvrTcDecoder.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
PvrTcEncoder.cpp f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
PvrTcEncoder.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
PvrTcPacket.cpp f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
PvrTcPacket.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
README.md f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
RgbBitmap.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago
RgbaBitmap.h f475cf0623 Moved image code from bgfx into bimg library. 9 years ago

README.md

PvrTcCompressor

This was an afternoon project to determine whether crude approximations could produce reasonable results.

This is NOT complete sourcecode. It includes enough code to show the details of how the algorithm works.

If anyone decides to make this compile separately, send a pull request.

Thanks to Brendan Duncan for contributing a pull request to fill in all of the classes and to build a simple test case. Specifically, he has contributed all of the files that do NOT begin with PvrTc

http://roartindon.blogspot.sg/2014/08/pvr-texture-compression-exploration.html