MCPcopy Create free account
hub / github.com/TruthHun/BookStack / writeDQT

Function writeDQT

static/webuploader/webuploader.js:5991–6003  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5989 }
5990
5991 function writeDQT()
5992 {
5993 writeWord(0xFFDB); // marker
5994 writeWord(132); // length
5995 writeByte(0);
5996 for (var i=0; i<64; i++) {
5997 writeByte(YTable[i]);
5998 }
5999 writeByte(1);
6000 for (var j=0; j<64; j++) {
6001 writeByte(UVTable[j]);
6002 }
6003 }
6004
6005 function writeDHT()
6006 {

Callers 1

JPEGEncoderFunction · 0.70

Calls 2

writeWordFunction · 0.70
writeByteFunction · 0.70

Tested by

no test coverage detected