MCPcopy
hub / github.com/chjj/ttystudio / MAXCODE

Function MAXCODE

lib/gif.js:585–587  ·  view source on GitHub ↗
(n_bits)

Source from the content-addressed store, hash-verified

583 }
584
585 function MAXCODE(n_bits) {
586 return (1 << n_bits) - 1;
587 }
588
589 // Return the next pixel from the image
590 function nextPixel() {

Callers 2

compressFunction · 0.85
outputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected