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

Function writeSOS

static/webuploader/webuploader.js:6043–6057  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6041 }
6042
6043 function writeSOS()
6044 {
6045 writeWord(0xFFDA); // marker
6046 writeWord(12); // length
6047 writeByte(3); // nrofcomponents
6048 writeByte(1); // IdY
6049 writeByte(0); // HTY
6050 writeByte(2); // IdU
6051 writeByte(0x11); // HTU
6052 writeByte(3); // IdV
6053 writeByte(0x11); // HTV
6054 writeByte(0); // Ss
6055 writeByte(0x3f); // Se
6056 writeByte(0); // Bf
6057 }
6058
6059 function processDU(CDU, fdtbl, DC, HTDC, HTAC){
6060 var EOB = HTAC[0x00];

Callers 1

JPEGEncoderFunction · 0.70

Calls 2

writeWordFunction · 0.70
writeByteFunction · 0.70

Tested by

no test coverage detected