Polimeno
02-11-2010, 02:07 PM
Hey guys,
i need to render a sequence file.
So far, i can set an output directory and the file itself, e.g:
tmp_Path = getDir #temp
theName = "Sequence_Test_"
Prefix = ".tif"
rendSaveFile = true
rendOutputFileName = (tmp_Path + "\\" + theName + Prefix)
But i donīt know how to script the TIF properties i need (TIF Image Control Dialog), e.g
- 16-bit Color
- Store Alpha Channel
- DPI 350.0
any tip would be appreciated.
thanks in advance.
i need to render a sequence file.
So far, i can set an output directory and the file itself, e.g:
tmp_Path = getDir #temp
theName = "Sequence_Test_"
Prefix = ".tif"
rendSaveFile = true
rendOutputFileName = (tmp_Path + "\\" + theName + Prefix)
But i donīt know how to script the TIF properties i need (TIF Image Control Dialog), e.g
- 16-bit Color
- Store Alpha Channel
- DPI 350.0
any tip would be appreciated.
thanks in advance.
