@prismer/sdk 2.0.7 → 2.2.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -7
- package/dist/chunk-R7POPVJR.mjs +35 -0
- package/dist/cli.js +59723 -8280
- package/dist/index.d.mts +724 -229
- package/dist/index.d.ts +724 -229
- package/dist/index.js +325 -23
- package/dist/index.mjs +324 -23
- package/dist/katex-OIP2Q473.mjs +14515 -0
- package/dist/pkf-schema.json +35 -0
- package/dist/pkf.d.mts +1 -0
- package/dist/pkf.d.ts +1 -0
- package/dist/pkf.js +48370 -0
- package/dist/pkf.mjs +33683 -0
- package/node_modules/@clack/core/CHANGELOG.md +249 -0
- package/node_modules/@clack/core/LICENSE +9 -0
- package/node_modules/@clack/core/README.md +22 -0
- package/node_modules/@clack/core/dist/index.cjs +15 -0
- package/node_modules/@clack/core/dist/index.cjs.map +1 -0
- package/node_modules/@clack/core/dist/index.d.cts +209 -0
- package/node_modules/@clack/core/dist/index.d.mts +209 -0
- package/node_modules/@clack/core/dist/index.d.ts +209 -0
- package/node_modules/@clack/core/dist/index.mjs +15 -0
- package/node_modules/@clack/core/dist/index.mjs.map +1 -0
- package/node_modules/@clack/core/package.json +62 -0
- package/node_modules/@clack/prompts/CHANGELOG.md +374 -0
- package/node_modules/@clack/prompts/LICENSE +9 -0
- package/node_modules/@clack/prompts/README.md +191 -0
- package/node_modules/@clack/prompts/dist/index.cjs +80 -0
- package/node_modules/@clack/prompts/dist/index.cjs.map +1 -0
- package/node_modules/@clack/prompts/dist/index.d.cts +151 -0
- package/node_modules/@clack/prompts/dist/index.d.mts +151 -0
- package/node_modules/@clack/prompts/dist/index.d.ts +151 -0
- package/node_modules/@clack/prompts/dist/index.mjs +80 -0
- package/node_modules/@clack/prompts/dist/index.mjs.map +1 -0
- package/node_modules/@clack/prompts/package.json +61 -0
- package/node_modules/@iarna/toml/LICENSE +14 -0
- package/node_modules/@iarna/toml/README.md +301 -0
- package/node_modules/@iarna/toml/index.d.ts +57 -0
- package/node_modules/@iarna/toml/lib/create-date.js +23 -0
- package/node_modules/@iarna/toml/lib/create-datetime-float.js +24 -0
- package/node_modules/@iarna/toml/lib/create-datetime.js +10 -0
- package/node_modules/@iarna/toml/lib/create-time.js +22 -0
- package/node_modules/@iarna/toml/lib/format-num.js +6 -0
- package/node_modules/@iarna/toml/lib/parser-debug.js +60 -0
- package/node_modules/@iarna/toml/lib/parser.js +127 -0
- package/node_modules/@iarna/toml/lib/toml-parser.js +1379 -0
- package/node_modules/@iarna/toml/package.json +82 -0
- package/node_modules/@iarna/toml/parse-async.js +30 -0
- package/node_modules/@iarna/toml/parse-pretty-error.js +33 -0
- package/node_modules/@iarna/toml/parse-stream.js +80 -0
- package/node_modules/@iarna/toml/parse-string.js +18 -0
- package/node_modules/@iarna/toml/parse.js +5 -0
- package/node_modules/@iarna/toml/stringify.js +296 -0
- package/node_modules/@iarna/toml/toml.js +3 -0
- package/node_modules/@prismer/aip-sdk/README.md +36 -0
- package/node_modules/@prismer/aip-sdk/dist/cli/chunk-LIJDUCHB.js +104 -0
- package/node_modules/@prismer/aip-sdk/dist/cli/chunk-QUQXZ2LD.js +99 -0
- package/node_modules/@prismer/aip-sdk/dist/cli/credentials-5GGZEJFG.js +56 -0
- package/node_modules/@prismer/aip-sdk/dist/cli/delegation-3J35VGBZ.js +64 -0
- package/node_modules/@prismer/aip-sdk/dist/cli/identity-LXVWKSVB.js +7 -0
- package/node_modules/@prismer/aip-sdk/dist/cli/index.js +259 -0
- package/node_modules/@prismer/aip-sdk/dist/cli/resolver-TGOPKW52.js +26 -0
- package/node_modules/@prismer/aip-sdk/dist/index.cjs +368 -0
- package/node_modules/@prismer/aip-sdk/dist/index.d.cts +174 -0
- package/node_modules/@prismer/aip-sdk/dist/index.d.ts +174 -0
- package/node_modules/@prismer/aip-sdk/dist/index.js +322 -0
- package/node_modules/@prismer/aip-sdk/package.json +53 -0
- package/node_modules/ansi-regex/index.d.ts +37 -0
- package/node_modules/ansi-regex/index.js +10 -0
- package/node_modules/ansi-regex/license +9 -0
- package/node_modules/ansi-regex/package.json +55 -0
- package/node_modules/ansi-regex/readme.md +78 -0
- package/node_modules/camelcase/index.d.ts +63 -0
- package/node_modules/camelcase/index.js +76 -0
- package/node_modules/camelcase/license +9 -0
- package/node_modules/camelcase/package.json +43 -0
- package/node_modules/camelcase/readme.md +99 -0
- package/node_modules/cliui/LICENSE.txt +14 -0
- package/node_modules/cliui/README.md +115 -0
- package/node_modules/cliui/index.js +354 -0
- package/node_modules/cliui/package.json +65 -0
- package/node_modules/color-convert/LICENSE +21 -0
- package/node_modules/color-convert/README.md +68 -0
- package/node_modules/color-convert/conversions.js +839 -0
- package/node_modules/color-convert/index.js +81 -0
- package/node_modules/color-convert/package.json +48 -0
- package/node_modules/color-convert/route.js +97 -0
- package/node_modules/color-name/LICENSE +8 -0
- package/node_modules/color-name/README.md +11 -0
- package/node_modules/color-name/index.js +152 -0
- package/node_modules/color-name/package.json +28 -0
- package/node_modules/commander/LICENSE +22 -0
- package/node_modules/commander/Readme.md +1157 -0
- package/node_modules/commander/esm.mjs +16 -0
- package/node_modules/commander/index.js +24 -0
- package/node_modules/commander/lib/argument.js +149 -0
- package/node_modules/commander/lib/command.js +2509 -0
- package/node_modules/commander/lib/error.js +39 -0
- package/node_modules/commander/lib/help.js +520 -0
- package/node_modules/commander/lib/option.js +330 -0
- package/node_modules/commander/lib/suggestSimilar.js +101 -0
- package/node_modules/commander/package-support.json +16 -0
- package/node_modules/commander/package.json +84 -0
- package/node_modules/commander/typings/esm.d.mts +3 -0
- package/node_modules/commander/typings/index.d.ts +969 -0
- package/node_modules/decamelize/index.js +13 -0
- package/node_modules/decamelize/license +21 -0
- package/node_modules/decamelize/package.json +38 -0
- package/node_modules/decamelize/readme.md +48 -0
- package/node_modules/dijkstrajs/.travis.yml +4 -0
- package/node_modules/dijkstrajs/CONTRIBUTING.md +8 -0
- package/node_modules/dijkstrajs/LICENSE.md +19 -0
- package/node_modules/dijkstrajs/README.md +18 -0
- package/node_modules/dijkstrajs/dijkstra.js +165 -0
- package/node_modules/dijkstrajs/package.json +60 -0
- package/node_modules/dijkstrajs/test/dijkstra.test.js +96 -0
- package/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/node_modules/emoji-regex/README.md +73 -0
- package/node_modules/emoji-regex/es2015/index.js +6 -0
- package/node_modules/emoji-regex/es2015/text.js +6 -0
- package/node_modules/emoji-regex/index.d.ts +23 -0
- package/node_modules/emoji-regex/index.js +6 -0
- package/node_modules/emoji-regex/package.json +50 -0
- package/node_modules/emoji-regex/text.js +6 -0
- package/node_modules/find-up/index.d.ts +137 -0
- package/node_modules/find-up/index.js +89 -0
- package/node_modules/find-up/license +9 -0
- package/node_modules/find-up/package.json +53 -0
- package/node_modules/find-up/readme.md +156 -0
- package/node_modules/get-caller-file/LICENSE.md +6 -0
- package/node_modules/get-caller-file/README.md +41 -0
- package/node_modules/get-caller-file/index.d.ts +2 -0
- package/node_modules/get-caller-file/index.js +22 -0
- package/node_modules/get-caller-file/index.js.map +1 -0
- package/node_modules/get-caller-file/package.json +42 -0
- package/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/node_modules/is-fullwidth-code-point/index.js +50 -0
- package/node_modules/is-fullwidth-code-point/license +9 -0
- package/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/node_modules/locate-path/index.d.ts +83 -0
- package/node_modules/locate-path/index.js +65 -0
- package/node_modules/locate-path/license +9 -0
- package/node_modules/locate-path/package.json +45 -0
- package/node_modules/locate-path/readme.md +122 -0
- package/node_modules/p-locate/index.d.ts +64 -0
- package/node_modules/p-locate/index.js +52 -0
- package/node_modules/p-locate/license +9 -0
- package/node_modules/p-locate/node_modules/p-limit/index.d.ts +38 -0
- package/node_modules/p-locate/node_modules/p-limit/index.js +57 -0
- package/node_modules/p-locate/node_modules/p-limit/license +9 -0
- package/node_modules/p-locate/node_modules/p-limit/package.json +52 -0
- package/node_modules/p-locate/node_modules/p-limit/readme.md +101 -0
- package/node_modules/p-locate/package.json +53 -0
- package/node_modules/p-locate/readme.md +90 -0
- package/node_modules/p-try/index.d.ts +39 -0
- package/node_modules/p-try/index.js +9 -0
- package/node_modules/p-try/license +9 -0
- package/node_modules/p-try/package.json +42 -0
- package/node_modules/p-try/readme.md +58 -0
- package/node_modules/path-exists/index.d.ts +28 -0
- package/node_modules/path-exists/index.js +23 -0
- package/node_modules/path-exists/license +9 -0
- package/node_modules/path-exists/package.json +39 -0
- package/node_modules/path-exists/readme.md +52 -0
- package/node_modules/picocolors/LICENSE +15 -0
- package/node_modules/picocolors/README.md +21 -0
- package/node_modules/picocolors/package.json +25 -0
- package/node_modules/picocolors/picocolors.browser.js +4 -0
- package/node_modules/picocolors/picocolors.d.ts +5 -0
- package/node_modules/picocolors/picocolors.js +75 -0
- package/node_modules/picocolors/types.d.ts +51 -0
- package/node_modules/pngjs/.eslintignore +2 -0
- package/node_modules/pngjs/.eslintrc.json +19 -0
- package/node_modules/pngjs/.prettierignore +3 -0
- package/node_modules/pngjs/LICENSE +20 -0
- package/node_modules/pngjs/README.md +429 -0
- package/node_modules/pngjs/browser.js +16096 -0
- package/node_modules/pngjs/coverage/lcov-report/base.css +354 -0
- package/node_modules/pngjs/coverage/lcov-report/bitmapper.js.html +881 -0
- package/node_modules/pngjs/coverage/lcov-report/bitpacker.js.html +554 -0
- package/node_modules/pngjs/coverage/lcov-report/block-navigation.js +77 -0
- package/node_modules/pngjs/coverage/lcov-report/chunkstream.js.html +647 -0
- package/node_modules/pngjs/coverage/lcov-report/constants.js.html +176 -0
- package/node_modules/pngjs/coverage/lcov-report/crc.js.html +200 -0
- package/node_modules/pngjs/coverage/lcov-report/favicon.png +0 -0
- package/node_modules/pngjs/coverage/lcov-report/filter-pack.js.html +593 -0
- package/node_modules/pngjs/coverage/lcov-report/filter-parse-async.js.html +152 -0
- package/node_modules/pngjs/coverage/lcov-report/filter-parse-sync.js.html +143 -0
- package/node_modules/pngjs/coverage/lcov-report/filter-parse.js.html +611 -0
- package/node_modules/pngjs/coverage/lcov-report/format-normaliser.js.html +359 -0
- package/node_modules/pngjs/coverage/lcov-report/index.html +426 -0
- package/node_modules/pngjs/coverage/lcov-report/interlace.js.html +365 -0
- package/node_modules/pngjs/coverage/lcov-report/packer-async.js.html +230 -0
- package/node_modules/pngjs/coverage/lcov-report/packer-sync.js.html +248 -0
- package/node_modules/pngjs/coverage/lcov-report/packer.js.html +467 -0
- package/node_modules/pngjs/coverage/lcov-report/paeth-predictor.js.html +128 -0
- package/node_modules/pngjs/coverage/lcov-report/parser-async.js.html +575 -0
- package/node_modules/pngjs/coverage/lcov-report/parser-sync.js.html +404 -0
- package/node_modules/pngjs/coverage/lcov-report/parser.js.html +950 -0
- package/node_modules/pngjs/coverage/lcov-report/png-sync.js.html +116 -0
- package/node_modules/pngjs/coverage/lcov-report/png.js.html +662 -0
- package/node_modules/pngjs/coverage/lcov-report/prettify.css +101 -0
- package/node_modules/pngjs/coverage/lcov-report/prettify.js +1007 -0
- package/node_modules/pngjs/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/node_modules/pngjs/coverage/lcov-report/sorter.js +169 -0
- package/node_modules/pngjs/coverage/lcov-report/sync-inflate.js.html +584 -0
- package/node_modules/pngjs/coverage/lcov-report/sync-reader.js.html +215 -0
- package/node_modules/pngjs/coverage/lcov.info +2177 -0
- package/node_modules/pngjs/lib/bitmapper.js +267 -0
- package/node_modules/pngjs/lib/bitpacker.js +158 -0
- package/node_modules/pngjs/lib/chunkstream.js +189 -0
- package/node_modules/pngjs/lib/constants.js +32 -0
- package/node_modules/pngjs/lib/crc.js +40 -0
- package/node_modules/pngjs/lib/filter-pack.js +171 -0
- package/node_modules/pngjs/lib/filter-parse-async.js +24 -0
- package/node_modules/pngjs/lib/filter-parse-sync.js +21 -0
- package/node_modules/pngjs/lib/filter-parse.js +177 -0
- package/node_modules/pngjs/lib/format-normaliser.js +93 -0
- package/node_modules/pngjs/lib/interlace.js +95 -0
- package/node_modules/pngjs/lib/packer-async.js +50 -0
- package/node_modules/pngjs/lib/packer-sync.js +56 -0
- package/node_modules/pngjs/lib/packer.js +129 -0
- package/node_modules/pngjs/lib/paeth-predictor.js +16 -0
- package/node_modules/pngjs/lib/parser-async.js +165 -0
- package/node_modules/pngjs/lib/parser-sync.js +108 -0
- package/node_modules/pngjs/lib/parser.js +290 -0
- package/node_modules/pngjs/lib/png-sync.js +12 -0
- package/node_modules/pngjs/lib/png.js +194 -0
- package/node_modules/pngjs/lib/sync-inflate.js +168 -0
- package/node_modules/pngjs/lib/sync-reader.js +45 -0
- package/node_modules/pngjs/package.json +73 -0
- package/node_modules/qrcode/README.md +770 -0
- package/node_modules/qrcode/bin/qrcode +159 -0
- package/node_modules/qrcode/helper/to-sjis-browser.js +2 -0
- package/node_modules/qrcode/helper/to-sjis.js +105 -0
- package/node_modules/qrcode/lib/browser.js +76 -0
- package/node_modules/qrcode/lib/can-promise.js +7 -0
- package/node_modules/qrcode/lib/core/alignment-pattern.js +83 -0
- package/node_modules/qrcode/lib/core/alphanumeric-data.js +59 -0
- package/node_modules/qrcode/lib/core/bit-buffer.js +37 -0
- package/node_modules/qrcode/lib/core/bit-matrix.js +65 -0
- package/node_modules/qrcode/lib/core/byte-data.js +30 -0
- package/node_modules/qrcode/lib/core/error-correction-code.js +135 -0
- package/node_modules/qrcode/lib/core/error-correction-level.js +50 -0
- package/node_modules/qrcode/lib/core/finder-pattern.js +22 -0
- package/node_modules/qrcode/lib/core/format-info.js +29 -0
- package/node_modules/qrcode/lib/core/galois-field.js +69 -0
- package/node_modules/qrcode/lib/core/kanji-data.js +54 -0
- package/node_modules/qrcode/lib/core/mask-pattern.js +234 -0
- package/node_modules/qrcode/lib/core/mode.js +167 -0
- package/node_modules/qrcode/lib/core/numeric-data.js +43 -0
- package/node_modules/qrcode/lib/core/polynomial.js +62 -0
- package/node_modules/qrcode/lib/core/qrcode.js +495 -0
- package/node_modules/qrcode/lib/core/reed-solomon-encoder.js +56 -0
- package/node_modules/qrcode/lib/core/regex.js +31 -0
- package/node_modules/qrcode/lib/core/segments.js +330 -0
- package/node_modules/qrcode/lib/core/utils.js +63 -0
- package/node_modules/qrcode/lib/core/version-check.js +9 -0
- package/node_modules/qrcode/lib/core/version.js +163 -0
- package/node_modules/qrcode/lib/index.js +12 -0
- package/node_modules/qrcode/lib/renderer/canvas.js +63 -0
- package/node_modules/qrcode/lib/renderer/png.js +78 -0
- package/node_modules/qrcode/lib/renderer/svg-tag.js +81 -0
- package/node_modules/qrcode/lib/renderer/svg.js +19 -0
- package/node_modules/qrcode/lib/renderer/terminal/terminal-small.js +85 -0
- package/node_modules/qrcode/lib/renderer/terminal/terminal.js +49 -0
- package/node_modules/qrcode/lib/renderer/terminal.js +9 -0
- package/node_modules/qrcode/lib/renderer/utf8.js +71 -0
- package/node_modules/qrcode/lib/renderer/utils.js +99 -0
- package/node_modules/qrcode/lib/server.js +138 -0
- package/node_modules/qrcode/license +10 -0
- package/node_modules/qrcode/package.json +77 -0
- package/node_modules/require-directory/.jshintrc +67 -0
- package/node_modules/require-directory/.npmignore +1 -0
- package/node_modules/require-directory/.travis.yml +3 -0
- package/node_modules/require-directory/LICENSE +22 -0
- package/node_modules/require-directory/README.markdown +184 -0
- package/node_modules/require-directory/index.js +86 -0
- package/node_modules/require-directory/package.json +40 -0
- package/node_modules/require-main-filename/LICENSE.txt +14 -0
- package/node_modules/require-main-filename/README.md +26 -0
- package/node_modules/require-main-filename/index.js +18 -0
- package/node_modules/require-main-filename/package.json +35 -0
- package/node_modules/set-blocking/LICENSE.txt +14 -0
- package/node_modules/set-blocking/README.md +31 -0
- package/node_modules/set-blocking/index.js +7 -0
- package/node_modules/set-blocking/package.json +42 -0
- package/node_modules/sisteransi/license +21 -0
- package/node_modules/sisteransi/package.json +34 -0
- package/node_modules/sisteransi/readme.md +113 -0
- package/node_modules/sisteransi/src/index.js +58 -0
- package/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
- package/node_modules/string-width/index.d.ts +29 -0
- package/node_modules/string-width/index.js +47 -0
- package/node_modules/string-width/license +9 -0
- package/node_modules/string-width/package.json +56 -0
- package/node_modules/string-width/readme.md +50 -0
- package/node_modules/strip-ansi/index.d.ts +17 -0
- package/node_modules/strip-ansi/index.js +4 -0
- package/node_modules/strip-ansi/license +9 -0
- package/node_modules/strip-ansi/package.json +54 -0
- package/node_modules/strip-ansi/readme.md +46 -0
- package/node_modules/which-module/LICENSE +13 -0
- package/node_modules/which-module/README.md +58 -0
- package/node_modules/which-module/index.js +9 -0
- package/node_modules/which-module/package.json +41 -0
- package/node_modules/wrap-ansi/index.js +186 -0
- package/node_modules/wrap-ansi/license +9 -0
- package/node_modules/wrap-ansi/node_modules/ansi-styles/index.d.ts +345 -0
- package/node_modules/wrap-ansi/node_modules/ansi-styles/index.js +163 -0
- package/node_modules/wrap-ansi/node_modules/ansi-styles/license +9 -0
- package/node_modules/wrap-ansi/node_modules/ansi-styles/package.json +56 -0
- package/node_modules/wrap-ansi/node_modules/ansi-styles/readme.md +152 -0
- package/node_modules/wrap-ansi/package.json +61 -0
- package/node_modules/wrap-ansi/readme.md +97 -0
- package/node_modules/y18n/LICENSE +13 -0
- package/node_modules/y18n/README.md +109 -0
- package/node_modules/y18n/index.js +188 -0
- package/node_modules/y18n/package.json +39 -0
- package/node_modules/yargs/LICENSE +21 -0
- package/node_modules/yargs/README.md +140 -0
- package/node_modules/yargs/build/lib/apply-extends.d.ts +2 -0
- package/node_modules/yargs/build/lib/apply-extends.js +65 -0
- package/node_modules/yargs/build/lib/argsert.d.ts +2 -0
- package/node_modules/yargs/build/lib/argsert.js +65 -0
- package/node_modules/yargs/build/lib/command.d.ts +64 -0
- package/node_modules/yargs/build/lib/command.js +416 -0
- package/node_modules/yargs/build/lib/common-types.d.ts +36 -0
- package/node_modules/yargs/build/lib/common-types.js +25 -0
- package/node_modules/yargs/build/lib/completion-templates.d.ts +2 -0
- package/node_modules/yargs/build/lib/completion-templates.js +50 -0
- package/node_modules/yargs/build/lib/completion.d.ts +21 -0
- package/node_modules/yargs/build/lib/completion.js +135 -0
- package/node_modules/yargs/build/lib/is-promise.d.ts +1 -0
- package/node_modules/yargs/build/lib/is-promise.js +9 -0
- package/node_modules/yargs/build/lib/levenshtein.d.ts +1 -0
- package/node_modules/yargs/build/lib/levenshtein.js +58 -0
- package/node_modules/yargs/build/lib/middleware.d.ts +10 -0
- package/node_modules/yargs/build/lib/middleware.js +57 -0
- package/node_modules/yargs/build/lib/obj-filter.d.ts +1 -0
- package/node_modules/yargs/build/lib/obj-filter.js +14 -0
- package/node_modules/yargs/build/lib/parse-command.d.ts +11 -0
- package/node_modules/yargs/build/lib/parse-command.js +36 -0
- package/node_modules/yargs/build/lib/process-argv.d.ts +2 -0
- package/node_modules/yargs/build/lib/process-argv.js +31 -0
- package/node_modules/yargs/build/lib/usage.d.ts +49 -0
- package/node_modules/yargs/build/lib/usage.js +540 -0
- package/node_modules/yargs/build/lib/validation.d.ts +34 -0
- package/node_modules/yargs/build/lib/validation.js +330 -0
- package/node_modules/yargs/build/lib/yargs.d.ts +274 -0
- package/node_modules/yargs/build/lib/yargs.js +1190 -0
- package/node_modules/yargs/build/lib/yerror.d.ts +4 -0
- package/node_modules/yargs/build/lib/yerror.js +11 -0
- package/node_modules/yargs/index.js +40 -0
- package/node_modules/yargs/locales/be.json +46 -0
- package/node_modules/yargs/locales/de.json +46 -0
- package/node_modules/yargs/locales/en.json +51 -0
- package/node_modules/yargs/locales/es.json +46 -0
- package/node_modules/yargs/locales/fi.json +49 -0
- package/node_modules/yargs/locales/fr.json +53 -0
- package/node_modules/yargs/locales/hi.json +49 -0
- package/node_modules/yargs/locales/hu.json +46 -0
- package/node_modules/yargs/locales/id.json +50 -0
- package/node_modules/yargs/locales/it.json +46 -0
- package/node_modules/yargs/locales/ja.json +51 -0
- package/node_modules/yargs/locales/ko.json +49 -0
- package/node_modules/yargs/locales/nb.json +44 -0
- package/node_modules/yargs/locales/nl.json +49 -0
- package/node_modules/yargs/locales/nn.json +44 -0
- package/node_modules/yargs/locales/pirate.json +13 -0
- package/node_modules/yargs/locales/pl.json +49 -0
- package/node_modules/yargs/locales/pt.json +45 -0
- package/node_modules/yargs/locales/pt_BR.json +48 -0
- package/node_modules/yargs/locales/ru.json +46 -0
- package/node_modules/yargs/locales/th.json +46 -0
- package/node_modules/yargs/locales/tr.json +48 -0
- package/node_modules/yargs/locales/zh_CN.json +48 -0
- package/node_modules/yargs/locales/zh_TW.json +47 -0
- package/node_modules/yargs/package.json +92 -0
- package/node_modules/yargs/yargs.js +14 -0
- package/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/node_modules/yargs-parser/README.md +449 -0
- package/node_modules/yargs-parser/index.js +1032 -0
- package/node_modules/yargs-parser/lib/tokenize-arg-string.js +40 -0
- package/node_modules/yargs-parser/package.json +46 -0
- package/package.json +28 -5
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
let paethPredictor = require("./paeth-predictor");
|
|
4
|
+
|
|
5
|
+
function filterNone(pxData, pxPos, byteWidth, rawData, rawPos) {
|
|
6
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
7
|
+
rawData[rawPos + x] = pxData[pxPos + x];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function filterSumNone(pxData, pxPos, byteWidth) {
|
|
12
|
+
let sum = 0;
|
|
13
|
+
let length = pxPos + byteWidth;
|
|
14
|
+
|
|
15
|
+
for (let i = pxPos; i < length; i++) {
|
|
16
|
+
sum += Math.abs(pxData[i]);
|
|
17
|
+
}
|
|
18
|
+
return sum;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
function filterSub(pxData, pxPos, byteWidth, rawData, rawPos, bpp) {
|
|
22
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
23
|
+
let left = x >= bpp ? pxData[pxPos + x - bpp] : 0;
|
|
24
|
+
let val = pxData[pxPos + x] - left;
|
|
25
|
+
|
|
26
|
+
rawData[rawPos + x] = val;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function filterSumSub(pxData, pxPos, byteWidth, bpp) {
|
|
31
|
+
let sum = 0;
|
|
32
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
33
|
+
let left = x >= bpp ? pxData[pxPos + x - bpp] : 0;
|
|
34
|
+
let val = pxData[pxPos + x] - left;
|
|
35
|
+
|
|
36
|
+
sum += Math.abs(val);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
return sum;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
function filterUp(pxData, pxPos, byteWidth, rawData, rawPos) {
|
|
43
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
44
|
+
let up = pxPos > 0 ? pxData[pxPos + x - byteWidth] : 0;
|
|
45
|
+
let val = pxData[pxPos + x] - up;
|
|
46
|
+
|
|
47
|
+
rawData[rawPos + x] = val;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
function filterSumUp(pxData, pxPos, byteWidth) {
|
|
52
|
+
let sum = 0;
|
|
53
|
+
let length = pxPos + byteWidth;
|
|
54
|
+
for (let x = pxPos; x < length; x++) {
|
|
55
|
+
let up = pxPos > 0 ? pxData[x - byteWidth] : 0;
|
|
56
|
+
let val = pxData[x] - up;
|
|
57
|
+
|
|
58
|
+
sum += Math.abs(val);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return sum;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
function filterAvg(pxData, pxPos, byteWidth, rawData, rawPos, bpp) {
|
|
65
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
66
|
+
let left = x >= bpp ? pxData[pxPos + x - bpp] : 0;
|
|
67
|
+
let up = pxPos > 0 ? pxData[pxPos + x - byteWidth] : 0;
|
|
68
|
+
let val = pxData[pxPos + x] - ((left + up) >> 1);
|
|
69
|
+
|
|
70
|
+
rawData[rawPos + x] = val;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
function filterSumAvg(pxData, pxPos, byteWidth, bpp) {
|
|
75
|
+
let sum = 0;
|
|
76
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
77
|
+
let left = x >= bpp ? pxData[pxPos + x - bpp] : 0;
|
|
78
|
+
let up = pxPos > 0 ? pxData[pxPos + x - byteWidth] : 0;
|
|
79
|
+
let val = pxData[pxPos + x] - ((left + up) >> 1);
|
|
80
|
+
|
|
81
|
+
sum += Math.abs(val);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
return sum;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
function filterPaeth(pxData, pxPos, byteWidth, rawData, rawPos, bpp) {
|
|
88
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
89
|
+
let left = x >= bpp ? pxData[pxPos + x - bpp] : 0;
|
|
90
|
+
let up = pxPos > 0 ? pxData[pxPos + x - byteWidth] : 0;
|
|
91
|
+
let upleft =
|
|
92
|
+
pxPos > 0 && x >= bpp ? pxData[pxPos + x - (byteWidth + bpp)] : 0;
|
|
93
|
+
let val = pxData[pxPos + x] - paethPredictor(left, up, upleft);
|
|
94
|
+
|
|
95
|
+
rawData[rawPos + x] = val;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
function filterSumPaeth(pxData, pxPos, byteWidth, bpp) {
|
|
100
|
+
let sum = 0;
|
|
101
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
102
|
+
let left = x >= bpp ? pxData[pxPos + x - bpp] : 0;
|
|
103
|
+
let up = pxPos > 0 ? pxData[pxPos + x - byteWidth] : 0;
|
|
104
|
+
let upleft =
|
|
105
|
+
pxPos > 0 && x >= bpp ? pxData[pxPos + x - (byteWidth + bpp)] : 0;
|
|
106
|
+
let val = pxData[pxPos + x] - paethPredictor(left, up, upleft);
|
|
107
|
+
|
|
108
|
+
sum += Math.abs(val);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
return sum;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
let filters = {
|
|
115
|
+
0: filterNone,
|
|
116
|
+
1: filterSub,
|
|
117
|
+
2: filterUp,
|
|
118
|
+
3: filterAvg,
|
|
119
|
+
4: filterPaeth,
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
let filterSums = {
|
|
123
|
+
0: filterSumNone,
|
|
124
|
+
1: filterSumSub,
|
|
125
|
+
2: filterSumUp,
|
|
126
|
+
3: filterSumAvg,
|
|
127
|
+
4: filterSumPaeth,
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
module.exports = function (pxData, width, height, options, bpp) {
|
|
131
|
+
let filterTypes;
|
|
132
|
+
if (!("filterType" in options) || options.filterType === -1) {
|
|
133
|
+
filterTypes = [0, 1, 2, 3, 4];
|
|
134
|
+
} else if (typeof options.filterType === "number") {
|
|
135
|
+
filterTypes = [options.filterType];
|
|
136
|
+
} else {
|
|
137
|
+
throw new Error("unrecognised filter types");
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
if (options.bitDepth === 16) {
|
|
141
|
+
bpp *= 2;
|
|
142
|
+
}
|
|
143
|
+
let byteWidth = width * bpp;
|
|
144
|
+
let rawPos = 0;
|
|
145
|
+
let pxPos = 0;
|
|
146
|
+
let rawData = Buffer.alloc((byteWidth + 1) * height);
|
|
147
|
+
|
|
148
|
+
let sel = filterTypes[0];
|
|
149
|
+
|
|
150
|
+
for (let y = 0; y < height; y++) {
|
|
151
|
+
if (filterTypes.length > 1) {
|
|
152
|
+
// find best filter for this line (with lowest sum of values)
|
|
153
|
+
let min = Infinity;
|
|
154
|
+
|
|
155
|
+
for (let i = 0; i < filterTypes.length; i++) {
|
|
156
|
+
let sum = filterSums[filterTypes[i]](pxData, pxPos, byteWidth, bpp);
|
|
157
|
+
if (sum < min) {
|
|
158
|
+
sel = filterTypes[i];
|
|
159
|
+
min = sum;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
rawData[rawPos] = sel;
|
|
165
|
+
rawPos++;
|
|
166
|
+
filters[sel](pxData, pxPos, byteWidth, rawData, rawPos, bpp);
|
|
167
|
+
rawPos += byteWidth;
|
|
168
|
+
pxPos += byteWidth;
|
|
169
|
+
}
|
|
170
|
+
return rawData;
|
|
171
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
let util = require("util");
|
|
4
|
+
let ChunkStream = require("./chunkstream");
|
|
5
|
+
let Filter = require("./filter-parse");
|
|
6
|
+
|
|
7
|
+
let FilterAsync = (module.exports = function (bitmapInfo) {
|
|
8
|
+
ChunkStream.call(this);
|
|
9
|
+
|
|
10
|
+
let buffers = [];
|
|
11
|
+
let that = this;
|
|
12
|
+
this._filter = new Filter(bitmapInfo, {
|
|
13
|
+
read: this.read.bind(this),
|
|
14
|
+
write: function (buffer) {
|
|
15
|
+
buffers.push(buffer);
|
|
16
|
+
},
|
|
17
|
+
complete: function () {
|
|
18
|
+
that.emit("complete", Buffer.concat(buffers));
|
|
19
|
+
},
|
|
20
|
+
});
|
|
21
|
+
|
|
22
|
+
this._filter.start();
|
|
23
|
+
});
|
|
24
|
+
util.inherits(FilterAsync, ChunkStream);
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
let SyncReader = require("./sync-reader");
|
|
4
|
+
let Filter = require("./filter-parse");
|
|
5
|
+
|
|
6
|
+
exports.process = function (inBuffer, bitmapInfo) {
|
|
7
|
+
let outBuffers = [];
|
|
8
|
+
let reader = new SyncReader(inBuffer);
|
|
9
|
+
let filter = new Filter(bitmapInfo, {
|
|
10
|
+
read: reader.read.bind(reader),
|
|
11
|
+
write: function (bufferPart) {
|
|
12
|
+
outBuffers.push(bufferPart);
|
|
13
|
+
},
|
|
14
|
+
complete: function () {},
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
filter.start();
|
|
18
|
+
reader.process();
|
|
19
|
+
|
|
20
|
+
return Buffer.concat(outBuffers);
|
|
21
|
+
};
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
let interlaceUtils = require("./interlace");
|
|
4
|
+
let paethPredictor = require("./paeth-predictor");
|
|
5
|
+
|
|
6
|
+
function getByteWidth(width, bpp, depth) {
|
|
7
|
+
let byteWidth = width * bpp;
|
|
8
|
+
if (depth !== 8) {
|
|
9
|
+
byteWidth = Math.ceil(byteWidth / (8 / depth));
|
|
10
|
+
}
|
|
11
|
+
return byteWidth;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
let Filter = (module.exports = function (bitmapInfo, dependencies) {
|
|
15
|
+
let width = bitmapInfo.width;
|
|
16
|
+
let height = bitmapInfo.height;
|
|
17
|
+
let interlace = bitmapInfo.interlace;
|
|
18
|
+
let bpp = bitmapInfo.bpp;
|
|
19
|
+
let depth = bitmapInfo.depth;
|
|
20
|
+
|
|
21
|
+
this.read = dependencies.read;
|
|
22
|
+
this.write = dependencies.write;
|
|
23
|
+
this.complete = dependencies.complete;
|
|
24
|
+
|
|
25
|
+
this._imageIndex = 0;
|
|
26
|
+
this._images = [];
|
|
27
|
+
if (interlace) {
|
|
28
|
+
let passes = interlaceUtils.getImagePasses(width, height);
|
|
29
|
+
for (let i = 0; i < passes.length; i++) {
|
|
30
|
+
this._images.push({
|
|
31
|
+
byteWidth: getByteWidth(passes[i].width, bpp, depth),
|
|
32
|
+
height: passes[i].height,
|
|
33
|
+
lineIndex: 0,
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
} else {
|
|
37
|
+
this._images.push({
|
|
38
|
+
byteWidth: getByteWidth(width, bpp, depth),
|
|
39
|
+
height: height,
|
|
40
|
+
lineIndex: 0,
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
// when filtering the line we look at the pixel to the left
|
|
45
|
+
// the spec also says it is done on a byte level regardless of the number of pixels
|
|
46
|
+
// so if the depth is byte compatible (8 or 16) we subtract the bpp in order to compare back
|
|
47
|
+
// a pixel rather than just a different byte part. However if we are sub byte, we ignore.
|
|
48
|
+
if (depth === 8) {
|
|
49
|
+
this._xComparison = bpp;
|
|
50
|
+
} else if (depth === 16) {
|
|
51
|
+
this._xComparison = bpp * 2;
|
|
52
|
+
} else {
|
|
53
|
+
this._xComparison = 1;
|
|
54
|
+
}
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
Filter.prototype.start = function () {
|
|
58
|
+
this.read(
|
|
59
|
+
this._images[this._imageIndex].byteWidth + 1,
|
|
60
|
+
this._reverseFilterLine.bind(this)
|
|
61
|
+
);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
Filter.prototype._unFilterType1 = function (
|
|
65
|
+
rawData,
|
|
66
|
+
unfilteredLine,
|
|
67
|
+
byteWidth
|
|
68
|
+
) {
|
|
69
|
+
let xComparison = this._xComparison;
|
|
70
|
+
let xBiggerThan = xComparison - 1;
|
|
71
|
+
|
|
72
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
73
|
+
let rawByte = rawData[1 + x];
|
|
74
|
+
let f1Left = x > xBiggerThan ? unfilteredLine[x - xComparison] : 0;
|
|
75
|
+
unfilteredLine[x] = rawByte + f1Left;
|
|
76
|
+
}
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
Filter.prototype._unFilterType2 = function (
|
|
80
|
+
rawData,
|
|
81
|
+
unfilteredLine,
|
|
82
|
+
byteWidth
|
|
83
|
+
) {
|
|
84
|
+
let lastLine = this._lastLine;
|
|
85
|
+
|
|
86
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
87
|
+
let rawByte = rawData[1 + x];
|
|
88
|
+
let f2Up = lastLine ? lastLine[x] : 0;
|
|
89
|
+
unfilteredLine[x] = rawByte + f2Up;
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
Filter.prototype._unFilterType3 = function (
|
|
94
|
+
rawData,
|
|
95
|
+
unfilteredLine,
|
|
96
|
+
byteWidth
|
|
97
|
+
) {
|
|
98
|
+
let xComparison = this._xComparison;
|
|
99
|
+
let xBiggerThan = xComparison - 1;
|
|
100
|
+
let lastLine = this._lastLine;
|
|
101
|
+
|
|
102
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
103
|
+
let rawByte = rawData[1 + x];
|
|
104
|
+
let f3Up = lastLine ? lastLine[x] : 0;
|
|
105
|
+
let f3Left = x > xBiggerThan ? unfilteredLine[x - xComparison] : 0;
|
|
106
|
+
let f3Add = Math.floor((f3Left + f3Up) / 2);
|
|
107
|
+
unfilteredLine[x] = rawByte + f3Add;
|
|
108
|
+
}
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
Filter.prototype._unFilterType4 = function (
|
|
112
|
+
rawData,
|
|
113
|
+
unfilteredLine,
|
|
114
|
+
byteWidth
|
|
115
|
+
) {
|
|
116
|
+
let xComparison = this._xComparison;
|
|
117
|
+
let xBiggerThan = xComparison - 1;
|
|
118
|
+
let lastLine = this._lastLine;
|
|
119
|
+
|
|
120
|
+
for (let x = 0; x < byteWidth; x++) {
|
|
121
|
+
let rawByte = rawData[1 + x];
|
|
122
|
+
let f4Up = lastLine ? lastLine[x] : 0;
|
|
123
|
+
let f4Left = x > xBiggerThan ? unfilteredLine[x - xComparison] : 0;
|
|
124
|
+
let f4UpLeft = x > xBiggerThan && lastLine ? lastLine[x - xComparison] : 0;
|
|
125
|
+
let f4Add = paethPredictor(f4Left, f4Up, f4UpLeft);
|
|
126
|
+
unfilteredLine[x] = rawByte + f4Add;
|
|
127
|
+
}
|
|
128
|
+
};
|
|
129
|
+
|
|
130
|
+
Filter.prototype._reverseFilterLine = function (rawData) {
|
|
131
|
+
let filter = rawData[0];
|
|
132
|
+
let unfilteredLine;
|
|
133
|
+
let currentImage = this._images[this._imageIndex];
|
|
134
|
+
let byteWidth = currentImage.byteWidth;
|
|
135
|
+
|
|
136
|
+
if (filter === 0) {
|
|
137
|
+
unfilteredLine = rawData.slice(1, byteWidth + 1);
|
|
138
|
+
} else {
|
|
139
|
+
unfilteredLine = Buffer.alloc(byteWidth);
|
|
140
|
+
|
|
141
|
+
switch (filter) {
|
|
142
|
+
case 1:
|
|
143
|
+
this._unFilterType1(rawData, unfilteredLine, byteWidth);
|
|
144
|
+
break;
|
|
145
|
+
case 2:
|
|
146
|
+
this._unFilterType2(rawData, unfilteredLine, byteWidth);
|
|
147
|
+
break;
|
|
148
|
+
case 3:
|
|
149
|
+
this._unFilterType3(rawData, unfilteredLine, byteWidth);
|
|
150
|
+
break;
|
|
151
|
+
case 4:
|
|
152
|
+
this._unFilterType4(rawData, unfilteredLine, byteWidth);
|
|
153
|
+
break;
|
|
154
|
+
default:
|
|
155
|
+
throw new Error("Unrecognised filter type - " + filter);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
this.write(unfilteredLine);
|
|
160
|
+
|
|
161
|
+
currentImage.lineIndex++;
|
|
162
|
+
if (currentImage.lineIndex >= currentImage.height) {
|
|
163
|
+
this._lastLine = null;
|
|
164
|
+
this._imageIndex++;
|
|
165
|
+
currentImage = this._images[this._imageIndex];
|
|
166
|
+
} else {
|
|
167
|
+
this._lastLine = unfilteredLine;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
if (currentImage) {
|
|
171
|
+
// read, using the byte width that may be from the new current image
|
|
172
|
+
this.read(currentImage.byteWidth + 1, this._reverseFilterLine.bind(this));
|
|
173
|
+
} else {
|
|
174
|
+
this._lastLine = null;
|
|
175
|
+
this.complete();
|
|
176
|
+
}
|
|
177
|
+
};
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function dePalette(indata, outdata, width, height, palette) {
|
|
4
|
+
let pxPos = 0;
|
|
5
|
+
// use values from palette
|
|
6
|
+
for (let y = 0; y < height; y++) {
|
|
7
|
+
for (let x = 0; x < width; x++) {
|
|
8
|
+
let color = palette[indata[pxPos]];
|
|
9
|
+
|
|
10
|
+
if (!color) {
|
|
11
|
+
throw new Error("index " + indata[pxPos] + " not in palette");
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
for (let i = 0; i < 4; i++) {
|
|
15
|
+
outdata[pxPos + i] = color[i];
|
|
16
|
+
}
|
|
17
|
+
pxPos += 4;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
function replaceTransparentColor(indata, outdata, width, height, transColor) {
|
|
23
|
+
let pxPos = 0;
|
|
24
|
+
for (let y = 0; y < height; y++) {
|
|
25
|
+
for (let x = 0; x < width; x++) {
|
|
26
|
+
let makeTrans = false;
|
|
27
|
+
|
|
28
|
+
if (transColor.length === 1) {
|
|
29
|
+
if (transColor[0] === indata[pxPos]) {
|
|
30
|
+
makeTrans = true;
|
|
31
|
+
}
|
|
32
|
+
} else if (
|
|
33
|
+
transColor[0] === indata[pxPos] &&
|
|
34
|
+
transColor[1] === indata[pxPos + 1] &&
|
|
35
|
+
transColor[2] === indata[pxPos + 2]
|
|
36
|
+
) {
|
|
37
|
+
makeTrans = true;
|
|
38
|
+
}
|
|
39
|
+
if (makeTrans) {
|
|
40
|
+
for (let i = 0; i < 4; i++) {
|
|
41
|
+
outdata[pxPos + i] = 0;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
pxPos += 4;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
function scaleDepth(indata, outdata, width, height, depth) {
|
|
50
|
+
let maxOutSample = 255;
|
|
51
|
+
let maxInSample = Math.pow(2, depth) - 1;
|
|
52
|
+
let pxPos = 0;
|
|
53
|
+
|
|
54
|
+
for (let y = 0; y < height; y++) {
|
|
55
|
+
for (let x = 0; x < width; x++) {
|
|
56
|
+
for (let i = 0; i < 4; i++) {
|
|
57
|
+
outdata[pxPos + i] = Math.floor(
|
|
58
|
+
(indata[pxPos + i] * maxOutSample) / maxInSample + 0.5
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
pxPos += 4;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
module.exports = function (indata, imageData) {
|
|
67
|
+
let depth = imageData.depth;
|
|
68
|
+
let width = imageData.width;
|
|
69
|
+
let height = imageData.height;
|
|
70
|
+
let colorType = imageData.colorType;
|
|
71
|
+
let transColor = imageData.transColor;
|
|
72
|
+
let palette = imageData.palette;
|
|
73
|
+
|
|
74
|
+
let outdata = indata; // only different for 16 bits
|
|
75
|
+
|
|
76
|
+
if (colorType === 3) {
|
|
77
|
+
// paletted
|
|
78
|
+
dePalette(indata, outdata, width, height, palette);
|
|
79
|
+
} else {
|
|
80
|
+
if (transColor) {
|
|
81
|
+
replaceTransparentColor(indata, outdata, width, height, transColor);
|
|
82
|
+
}
|
|
83
|
+
// if it needs scaling
|
|
84
|
+
if (depth !== 8) {
|
|
85
|
+
// if we need to change the buffer size
|
|
86
|
+
if (depth === 16) {
|
|
87
|
+
outdata = Buffer.alloc(width * height * 4);
|
|
88
|
+
}
|
|
89
|
+
scaleDepth(indata, outdata, width, height, depth);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
return outdata;
|
|
93
|
+
};
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// Adam 7
|
|
4
|
+
// 0 1 2 3 4 5 6 7
|
|
5
|
+
// 0 x 6 4 6 x 6 4 6
|
|
6
|
+
// 1 7 7 7 7 7 7 7 7
|
|
7
|
+
// 2 5 6 5 6 5 6 5 6
|
|
8
|
+
// 3 7 7 7 7 7 7 7 7
|
|
9
|
+
// 4 3 6 4 6 3 6 4 6
|
|
10
|
+
// 5 7 7 7 7 7 7 7 7
|
|
11
|
+
// 6 5 6 5 6 5 6 5 6
|
|
12
|
+
// 7 7 7 7 7 7 7 7 7
|
|
13
|
+
|
|
14
|
+
let imagePasses = [
|
|
15
|
+
{
|
|
16
|
+
// pass 1 - 1px
|
|
17
|
+
x: [0],
|
|
18
|
+
y: [0],
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
// pass 2 - 1px
|
|
22
|
+
x: [4],
|
|
23
|
+
y: [0],
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
// pass 3 - 2px
|
|
27
|
+
x: [0, 4],
|
|
28
|
+
y: [4],
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
// pass 4 - 4px
|
|
32
|
+
x: [2, 6],
|
|
33
|
+
y: [0, 4],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
// pass 5 - 8px
|
|
37
|
+
x: [0, 2, 4, 6],
|
|
38
|
+
y: [2, 6],
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
// pass 6 - 16px
|
|
42
|
+
x: [1, 3, 5, 7],
|
|
43
|
+
y: [0, 2, 4, 6],
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
// pass 7 - 32px
|
|
47
|
+
x: [0, 1, 2, 3, 4, 5, 6, 7],
|
|
48
|
+
y: [1, 3, 5, 7],
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
|
|
52
|
+
exports.getImagePasses = function (width, height) {
|
|
53
|
+
let images = [];
|
|
54
|
+
let xLeftOver = width % 8;
|
|
55
|
+
let yLeftOver = height % 8;
|
|
56
|
+
let xRepeats = (width - xLeftOver) / 8;
|
|
57
|
+
let yRepeats = (height - yLeftOver) / 8;
|
|
58
|
+
for (let i = 0; i < imagePasses.length; i++) {
|
|
59
|
+
let pass = imagePasses[i];
|
|
60
|
+
let passWidth = xRepeats * pass.x.length;
|
|
61
|
+
let passHeight = yRepeats * pass.y.length;
|
|
62
|
+
for (let j = 0; j < pass.x.length; j++) {
|
|
63
|
+
if (pass.x[j] < xLeftOver) {
|
|
64
|
+
passWidth++;
|
|
65
|
+
} else {
|
|
66
|
+
break;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
for (let j = 0; j < pass.y.length; j++) {
|
|
70
|
+
if (pass.y[j] < yLeftOver) {
|
|
71
|
+
passHeight++;
|
|
72
|
+
} else {
|
|
73
|
+
break;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
if (passWidth > 0 && passHeight > 0) {
|
|
77
|
+
images.push({ width: passWidth, height: passHeight, index: i });
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
return images;
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
exports.getInterlaceIterator = function (width) {
|
|
84
|
+
return function (x, y, pass) {
|
|
85
|
+
let outerXLeftOver = x % imagePasses[pass].x.length;
|
|
86
|
+
let outerX =
|
|
87
|
+
((x - outerXLeftOver) / imagePasses[pass].x.length) * 8 +
|
|
88
|
+
imagePasses[pass].x[outerXLeftOver];
|
|
89
|
+
let outerYLeftOver = y % imagePasses[pass].y.length;
|
|
90
|
+
let outerY =
|
|
91
|
+
((y - outerYLeftOver) / imagePasses[pass].y.length) * 8 +
|
|
92
|
+
imagePasses[pass].y[outerYLeftOver];
|
|
93
|
+
return outerX * 4 + outerY * width * 4;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
let util = require("util");
|
|
4
|
+
let Stream = require("stream");
|
|
5
|
+
let constants = require("./constants");
|
|
6
|
+
let Packer = require("./packer");
|
|
7
|
+
|
|
8
|
+
let PackerAsync = (module.exports = function (opt) {
|
|
9
|
+
Stream.call(this);
|
|
10
|
+
|
|
11
|
+
let options = opt || {};
|
|
12
|
+
|
|
13
|
+
this._packer = new Packer(options);
|
|
14
|
+
this._deflate = this._packer.createDeflate();
|
|
15
|
+
|
|
16
|
+
this.readable = true;
|
|
17
|
+
});
|
|
18
|
+
util.inherits(PackerAsync, Stream);
|
|
19
|
+
|
|
20
|
+
PackerAsync.prototype.pack = function (data, width, height, gamma) {
|
|
21
|
+
// Signature
|
|
22
|
+
this.emit("data", Buffer.from(constants.PNG_SIGNATURE));
|
|
23
|
+
this.emit("data", this._packer.packIHDR(width, height));
|
|
24
|
+
|
|
25
|
+
if (gamma) {
|
|
26
|
+
this.emit("data", this._packer.packGAMA(gamma));
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
let filteredData = this._packer.filterData(data, width, height);
|
|
30
|
+
|
|
31
|
+
// compress it
|
|
32
|
+
this._deflate.on("error", this.emit.bind(this, "error"));
|
|
33
|
+
|
|
34
|
+
this._deflate.on(
|
|
35
|
+
"data",
|
|
36
|
+
function (compressedData) {
|
|
37
|
+
this.emit("data", this._packer.packIDAT(compressedData));
|
|
38
|
+
}.bind(this)
|
|
39
|
+
);
|
|
40
|
+
|
|
41
|
+
this._deflate.on(
|
|
42
|
+
"end",
|
|
43
|
+
function () {
|
|
44
|
+
this.emit("data", this._packer.packIEND());
|
|
45
|
+
this.emit("end");
|
|
46
|
+
}.bind(this)
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
this._deflate.end(filteredData);
|
|
50
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
let hasSyncZlib = true;
|
|
4
|
+
let zlib = require("zlib");
|
|
5
|
+
if (!zlib.deflateSync) {
|
|
6
|
+
hasSyncZlib = false;
|
|
7
|
+
}
|
|
8
|
+
let constants = require("./constants");
|
|
9
|
+
let Packer = require("./packer");
|
|
10
|
+
|
|
11
|
+
module.exports = function (metaData, opt) {
|
|
12
|
+
if (!hasSyncZlib) {
|
|
13
|
+
throw new Error(
|
|
14
|
+
"To use the sync capability of this library in old node versions, please pin pngjs to v2.3.0"
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
let options = opt || {};
|
|
19
|
+
|
|
20
|
+
let packer = new Packer(options);
|
|
21
|
+
|
|
22
|
+
let chunks = [];
|
|
23
|
+
|
|
24
|
+
// Signature
|
|
25
|
+
chunks.push(Buffer.from(constants.PNG_SIGNATURE));
|
|
26
|
+
|
|
27
|
+
// Header
|
|
28
|
+
chunks.push(packer.packIHDR(metaData.width, metaData.height));
|
|
29
|
+
|
|
30
|
+
if (metaData.gamma) {
|
|
31
|
+
chunks.push(packer.packGAMA(metaData.gamma));
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
let filteredData = packer.filterData(
|
|
35
|
+
metaData.data,
|
|
36
|
+
metaData.width,
|
|
37
|
+
metaData.height
|
|
38
|
+
);
|
|
39
|
+
|
|
40
|
+
// compress it
|
|
41
|
+
let compressedData = zlib.deflateSync(
|
|
42
|
+
filteredData,
|
|
43
|
+
packer.getDeflateOptions()
|
|
44
|
+
);
|
|
45
|
+
filteredData = null;
|
|
46
|
+
|
|
47
|
+
if (!compressedData || !compressedData.length) {
|
|
48
|
+
throw new Error("bad png - invalid compressed data response");
|
|
49
|
+
}
|
|
50
|
+
chunks.push(packer.packIDAT(compressedData));
|
|
51
|
+
|
|
52
|
+
// End
|
|
53
|
+
chunks.push(packer.packIEND());
|
|
54
|
+
|
|
55
|
+
return Buffer.concat(chunks);
|
|
56
|
+
};
|