texture-compressor
Advanced tools
Comparing version 0.3.8 to 0.3.9
{ | ||
"name": "texture-compressor", | ||
"version": "0.3.8", | ||
"version": "0.3.9", | ||
"description": "CLI tool for texture compression using ASTC, ETC, PVRTC and S3TC in a KTX container.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -164,8 +164,10 @@ # Texture compressor | ||
Tool flags are not processed by `texture-compressor` but rather directly to the binary itself. | ||
Tool flags are not processed by `texture-compressor` but rather directly by the binary you are targeting itself. | ||
For example adding `--flags ["usesourceformat DXT1A" "alphaThreshold 200"]` will pass `usesourceformat DXT1A` and `alphaThreshold 200` directly to `Crunch`. | ||
Please be aware that these flags are tool specific and can therefore not be directly applied to the other binaries. | ||
-f, --flags ["flag value" "flag value"] [not required] | ||
For example adding `--flags ["usesourceformat DXT1A" "alphaThreshold 200"]` will pass `usesourceformat DXT1A` and `alphaThreshold 200` directly to `Crunch`. Please be aware that these flags are tool specific and can therefore not be directly applied to the other binaries. | ||
To find tool specific flags please refer to the manuals of [ASTC](http://cdn.imgtec.com/sdk-documentation/PVRTexTool.User+Manual.pdf), [ETC](http://cdn.imgtec.com/sdk-documentation/PVRTexTool.User+Manual.pdf), [PVRTC](http://cdn.imgtec.com/sdk-documentation/PVRTexTool.User+Manual.pdf), [S3TC](https://github.com/BinomialLLC/crunch/blob/235946f7a1cf8b9c97e8bf0e8062d5439a51dec7/crunch/crunch.cpp#L70-L181). | ||
@@ -172,0 +174,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30748473
192