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

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