/usr/include/tuxcap/Quantize.h is in libtuxcap-dev 1.4.0.dfsg2-2.1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #ifndef __QUANTIZE_H__
#define __QUANTIZE_H__
#include "Common.h"
namespace Sexy
{
bool Quantize8Bit(const uint32_t* theSrcBits, int theWidth, int theHeight, uchar* theDestColorIndices, uint32_t* theDestColorTable);
}
#endif //__QUANTIZE_H__
|