SCM Repository
[diderot] Annotation of /examples/iso2d-demo/data/DidThis
Annotation of /examples/iso2d-demo/data/DidThis
Parent Directory
|
Revision Log
Revision 1884 -
(view)
(download)
1 : |
jhr |
1884 |
To create the 512x512 texture, did the following:
|
2 : |
|
|
|
3 : |
|
|
% unu resample -k box --size 512 512 -i ddro-80.nrrd -o ddr-512.nrrd
|
4 : |
|
|
% unu minmax ddr-512.nrrd
|
5 : |
|
|
min: -7.470736
|
6 : |
|
|
max: 64.226639
|
7 : |
|
|
% unu affine -7.470736 ddr-512.nrrd 64.226639 0 1 \
|
8 : |
|
|
| unu quantize -i - -b 8 \
|
9 : |
|
|
| unu save -i - -f png -o ddro-tx.png
|