picslim 0.0.5 → 0.0.6
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,9 +20,9 @@ picslim [options]
|
|
|
20
20
|
|
|
21
21
|
Options:
|
|
22
22
|
|
|
23
|
-
**-q, --quality [value]:** Set the image quality (1 to 100, default: 80)
|
|
24
|
-
**-mw, --maxWidth [value]:** Set the maximum width allowed (default: null)
|
|
25
|
-
**-mh, --maxHeight [value]:** Set the maximum height allowed (default: null)
|
|
23
|
+
**-q, --quality [value]:** Set the image quality (1 to 100, default: 80).<br>
|
|
24
|
+
**-mw, --maxWidth [value]:** Set the maximum width allowed (default: null).<br>
|
|
25
|
+
**-mh, --maxHeight [value]:** Set the maximum height allowed (default: null).<br>
|
|
26
26
|
**-c, --compressionLevel [value]:** Set the compression level (0 to 9, default: 9).
|
|
27
27
|
|
|
28
28
|
Example:
|