MCPcopy Index your code

hub / github.com/ShyykoSerhiy/canvas-png-compression / functions

Functions43 in github.com/ShyykoSerhiy/canvas-png-compression

↓ 5 callersMethod_writeAsBigEndian
(arr: Uint8Array, value: number, startIndex: number)
src/PngWriter.ts:128
↓ 5 callersMethod_writeAsBigEndian
(arr, value, startIndex)
built/PngWriter.js:113
↓ 3 callersMethod_writeChunk
(type: number, /*nullable*/data: Uint8Array)
src/PngWriter.ts:113
↓ 3 callersMethod_writeChunk
(type, /*nullable*/ data)
built/PngWriter.js:100
↓ 3 callersMethodcopy
(from: Uint8Array | number[], to: Uint8Array, toStartIndex: number, length?: number, fromStartPos?: number)
src/PngWriter.ts:135
↓ 3 callersMethodcopy
(from, to, toStartIndex, length, fromStartPos)
built/PngWriter.js:119
↓ 2 callersFunctionpaethPredictor
* http://www.w3.org/TR/PNG-Filters.html * 6. Filter Algorithms * * This chapter describes the filter algorithms that can be applied before compres
src/Filter.ts:122
↓ 2 callersFunctionpaethPredictor
* http://www.w3.org/TR/PNG-Filters.html * 6. Filter Algorithms * * This chapter describes the filter algorithms that can be applied before compres
built/Filter.js:120
↓ 1 callersMethodbytesToBase64
(type: string, buffer: Uint8Array)
src/Base64Writer.ts:2
↓ 1 callersMethodbytesToBase64
(type, buffer)
built/Base64Writer.js:2
↓ 1 callersFunctionfilter
(imageData: ImageData)
src/Filter.ts:259
↓ 1 callersFunctionfilter
(imageData)
built/Filter.js:234
↓ 1 callersMethodwrite
(imageData: ImageData, options?: PakoOptions)
src/PngWriter.ts:12
↓ 1 callersMethodwrite
(imageData, options)
built/PngWriter.js:5
↓ 1 callersMethodwriteIDATChunk
* Creates IDAT chunk.
src/PngWriter.ts:79
↓ 1 callersMethodwriteIDATChunk
* Creates IDAT chunk.
built/PngWriter.js:69
↓ 1 callersMethodwriteIENDChunk
* Creates IEND chunk.
src/PngWriter.ts:86
↓ 1 callersMethodwriteIENDChunk
* Creates IEND chunk.
built/PngWriter.js:75
↓ 1 callersMethodwriteIHDRChunk
* Creates IHDR chunk (image dimensions, color depth, compression method, etc.) * @param width of png image * @param height of png image
src/PngWriter.ts:63
↓ 1 callersMethodwriteIHDRChunk
* Creates IHDR chunk (image dimensions, color depth, compression method, etc.) * @param width of png image * @param height of png image
built/PngWriter.js:55
Method'default'
(crc: number, buf: Uint8Array, len: number, pos: number)
typings/tsd.d.ts:6
Method_filterData
* Filters data with no filtering * @param width width of image * @param height height of image * @deprecated
src/PngWriter.ts:96
Method_filterData
* Filters data with no filtering * @param width width of image * @param height height of image * @deprecated
built/PngWriter.js:84
FunctionfilterAvg
(fromData: Uint8Array, fromPos: number, byteWidth: number, filteredData: Uint8Array, filteredPos: number, bpp:
src/Filter.ts:186
FunctionfilterAvg
(fromData, fromPos, byteWidth, filteredData, filteredPos, bpp)
built/Filter.js:175
FunctionfilterNone
(fromData: Uint8Array, fromPos: number, byteWidth: number, filteredData: Uint8Array, filteredPos: number)
src/Filter.ts:136
FunctionfilterNone
(fromData, fromPos, byteWidth, filteredData, filteredPos)
built/Filter.js:133
FunctionfilterPaeth
(fromData: Uint8Array, fromPos: number, byteWidth: number, filteredData: Uint8Array, filteredPos: number, bpp:
src/Filter.ts:207
FunctionfilterPaeth
(fromData, fromPos, byteWidth, filteredData, filteredPos, bpp)
built/Filter.js:192
FunctionfilterSub
(fromData: Uint8Array, fromPos: number, byteWidth: number, filteredData: Uint8Array, filteredPos: number, bpp:
src/Filter.ts:149
FunctionfilterSub
(fromData, fromPos, byteWidth, filteredData, filteredPos, bpp)
built/Filter.js:144
FunctionfilterSumAvg
(fromData: Uint8Array, fromPos: number, byteWidth: number, bpp: number)
src/Filter.ts:195
FunctionfilterSumAvg
(fromData, fromPos, byteWidth, bpp)
built/Filter.js:182
FunctionfilterSumNone
(fromData: Uint8Array, fromPos: number, byteWidth: number)
src/Filter.ts:140
FunctionfilterSumNone
(fromData, fromPos, byteWidth)
built/Filter.js:136
FunctionfilterSumPaeth
(fromData: Uint8Array, fromPos: number, byteWidth: number, bpp: number)
src/Filter.ts:218
FunctionfilterSumPaeth
(fromData, fromPos, byteWidth, bpp)
built/Filter.js:200
FunctionfilterSumSub
(fromData: Uint8Array, fromPos: number, byteWidth: number, bpp: number)
src/Filter.ts:156
FunctionfilterSumSub
(fromData, fromPos, byteWidth, bpp)
built/Filter.js:150
FunctionfilterSumUp
(fromData: Uint8Array, fromPos: number, byteWidth: number)
src/Filter.ts:174
FunctionfilterSumUp
(fromData, fromPos, byteWidth)
built/Filter.js:165
FunctionfilterUp
(fromData: Uint8Array, fromPos: number, byteWidth: number, filteredData: Uint8Array, filteredPos: number)
src/Filter.ts:167
FunctionfilterUp
(fromData, fromPos, byteWidth, filteredData, filteredPos)
built/Filter.js:159