|
2 | 2 |
|
3 | 3 | # Solidify |
4 | 4 | Small GUI utility on top of OpenImageIO and QT5 to Solidify (fill, push-pull) empty areas in textures. |
| 5 | +Can be used to Normalize normal maps and export alpha/mask channels as single-channel Grayscale images. |
| 6 | +Possible to use to unpack/repair the third channel for packed two-channel tangent space normals. |
5 | 7 |
|
6 | 8 | Usage |
7 | 9 | ------------ |
| 10 | +On start, set desired app settings would be used in the current batch. |
8 | 11 |
|
9 | | -Run Solidify.exe and drag&drop images into open window. |
10 | | -Check console to progress information. |
| 12 | +  |
11 | 13 |
|
12 | | - |
| 14 | +Run Solidify.exe and drag and drop images into the open window. |
| 15 | +Check the console for progress information. |
13 | 16 |
|
14 | 17 |  |
15 | 18 |
|
16 | | -Tool expecting RGBA or Grayscale with alpha channel image file. Output files will be write in same folder as a source files with a name **Source_file_name_fill.ext** as RGB without alpha channel. |
| 19 | +Tool expecting RGBA or Grayscale with the alpha channel image file. Output files will be written in the same folder as source files with the name **Source_file_name_fill.ext** as RGB without an alpha channel. |
17 | 20 |
|
18 | | -From v1.2 possible to use external alpha channel as a single channel file with **_mask.ext** or **_alpha.ext** in name (case insencitive). |
| 21 | +From v1.2 possible to use the external alpha channel as a single channel file with **_mask.ext** or **_alpha.ext** in name (case insencitive). |
19 | 22 |
|
20 | 23 |  |
21 | 24 |
|
22 | | -Supporting for RGB and Grayscale images only with external alpha/mask image file. |
| 25 | +Supporting for RGB and Grayscale images only with external alpha/mask image files. |
23 | 26 |
|
24 | 27 |  |
25 | 28 |
|
26 | | -Too optimize performance Solidify app reading external alpha channel file once per batch. |
| 29 | +To optimize performance Solidify app reads external alpha channel file once per batch. |
27 | 30 |
|
28 | 31 | Dependencies |
29 | 32 | ------------ |
|
0 commit comments