- bitString
DynamicArray!char bitString(T n, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.
- clamp
uint clamp(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeScanData
Compound!(SuperImage, string) decodeScanData(JPEGImage* jpg, InputStream istrm, SuperImageFactory imgFac)
Undocumented in source. Be warned that the author may not have intended to support it.
- emptyNode
HuffmanTreeNode* emptyNode()
Undocumented in source. Be warned that the author may not have intended to support it.
- loadJPEG
SuperImage loadJPEG(InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- loadJPEG
Compound!(SuperImage, string) loadJPEG(InputStream istrm, SuperImageFactory imgFac)
Undocumented in source. Be warned that the author may not have intended to support it.
- readAPPn
Compound!(bool, string) readAPPn(JPEGImage* jpg, InputStream istrm, uint n)
Undocumented in source. Be warned that the author may not have intended to support it.
- readCOM
Compound!(bool, string) readCOM(JPEGImage* jpg, InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- readChars
char[size] readChars(InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- readDHT
Compound!(bool, string) readDHT(JPEGImage* jpg, InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- readDQT
Compound!(bool, string) readDQT(JPEGImage* jpg, InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- readJFIF
Compound!(bool, string) readJFIF(JPEGImage* jpg, InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- readMarker
Compound!(bool, string) readMarker(JPEGImage* jpg, InputStream istrm, JPEGMarkerType* mt)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNumeric
T readNumeric(InputStream istrm, Endian endian)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNumeric
T readNumeric(InputStream istrm, Endian endian)
Undocumented in source. Be warned that the author may not have intended to support it.
- readSOF0
Compound!(bool, string) readSOF0(JPEGImage* jpg, InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- readSOS
Compound!(bool, string) readSOS(JPEGImage* jpg, InputStream istrm)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeAddCode
void treeAddCode(HuffmanTreeNode* root, HuffmanCode code, ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
- treeFromTable
HuffmanTreeNode* treeFromTable(DynamicArray!(HuffmanTableEntry) table)
Undocumented in source. Be warned that the author may not have intended to support it.