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

Function writeSOS

static/webuploader/webuploader.fis.js:6018–6032  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6016 }
6017
6018 function writeSOS()
6019 {
6020 writeWord(0xFFDA); // marker
6021 writeWord(12); // length
6022 writeByte(3); // nrofcomponents
6023 writeByte(1); // IdY
6024 writeByte(0); // HTY
6025 writeByte(2); // IdU
6026 writeByte(0x11); // HTU
6027 writeByte(3); // IdV
6028 writeByte(0x11); // HTV
6029 writeByte(0); // Ss
6030 writeByte(0x3f); // Se
6031 writeByte(0); // Bf
6032 }
6033
6034 function processDU(CDU, fdtbl, DC, HTDC, HTAC){
6035 var EOB = HTAC[0x00];

Callers 1

JPEGEncoderFunction · 0.70

Calls 2

writeWordFunction · 0.70
writeByteFunction · 0.70

Tested by

no test coverage detected