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

Function writeSOS

static/webuploader/webuploader.custom.js:6054–6068  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6052 }
6053
6054 function writeSOS()
6055 {
6056 writeWord(0xFFDA); // marker
6057 writeWord(12); // length
6058 writeByte(3); // nrofcomponents
6059 writeByte(1); // IdY
6060 writeByte(0); // HTY
6061 writeByte(2); // IdU
6062 writeByte(0x11); // HTU
6063 writeByte(3); // IdV
6064 writeByte(0x11); // HTV
6065 writeByte(0); // Ss
6066 writeByte(0x3f); // Se
6067 writeByte(0); // Bf
6068 }
6069
6070 function processDU(CDU, fdtbl, DC, HTDC, HTAC){
6071 var EOB = HTAC[0x00];

Callers 1

JPEGEncoderFunction · 0.70

Calls 2

writeWordFunction · 0.70
writeByteFunction · 0.70

Tested by

no test coverage detected