File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,14 @@ Once stex has finished executing an exit code is reported that indicates the "er
121121| 1 | INVALID_ARGS | The arguments provided were not recognized or were formatted incorrectly |
122122| 2 | NO_INPUT | The required input directory was not provided |
123123| 3 | NO_OUTPUT | The required output directory was not provided |
124- | 4 | INVALID_INPUT | The provided input directory was invalid |
125- | 5 | INVALID_OUTPUT | The provided output directory was invalid |
126- | 101 | INVALID_FORMAT | The provided pixel format was invalid |
124+ | 4 | INVALID_INPUT | The provided input directory is invalid |
125+ | 5 | INVALID_OUTPUT | The provided output directory is invalid |
126+ | 101 | INVALID_FORMAT | The provided pixel format is invalid |
127127| 102 | NO_IMAGES | The provided input directory contains no images |
128- | 103 | CANT_READ_IMAGE | Failed to read an input image |
129- | 104 | CANT_WRITE_ATLAS | Failed to write the output atlas |
130- | 105 | CANT_WRITE_KEY | Failed to write the output atlas key |
128+ | 103 | DUPLICATE_NAME | The provided input directory contains images with the same basename |
129+ | 104 | CANT_READ_IMAGE | Failed to read an input image |
130+ | 105 | CANT_WRITE_ATLAS | Failed to write the output atlas |
131+ | 106 | CANT_WRITE_KEY | Failed to write the output atlas key |
131132| 201 | CANT_READ_KEY | Failed to read the input atlas key |
132133| 202 | ATLAS_DOESNT_EXIST | The TEX file specified within the input atlas key could not be found |
133134| 203 | CANT_READ_ATALAS | Failed to read the input atlas |
You can’t perform that action at this time.
0 commit comments