@blazediff/cli 2.0.3 → 2.0.5
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 +0 -1
- package/dist/cli.js +283 -290
- package/dist/commands/core.js +178 -185
- package/dist/commands/gmsd.js +172 -172
- package/dist/commands/hitchhikers-ssim.js +175 -175
- package/dist/commands/msssim.js +181 -181
- package/dist/commands/ssim.js +196 -196
- package/package.json +8 -7
- package/dist/index.d.mts +0 -69
package/README.md
CHANGED
|
@@ -58,7 +58,6 @@ blazediff-cli core image1.png image2.png [options]
|
|
|
58
58
|
- `--diff-color-alt <r,g,b>` - Alternative color for dark differences
|
|
59
59
|
- `--include-aa` - Include anti-aliasing detection
|
|
60
60
|
- `--diff-mask` - Draw diff over transparent background
|
|
61
|
-
- `--color-space <name>` - Specify color space to use (yiq, ycbcr)
|
|
62
61
|
- `--transformer <name>` - Specify transformer to use (pngjs, sharp)
|
|
63
62
|
- `-h, --help` - Show help message
|
|
64
63
|
|