This shows you the differences between two versions of the page.
com:framecombin [2015/09/25 11:59] phil created |
com:framecombin [2016/05/10 12:57] (current) phil |
||
---|---|---|---|
Line 3: | Line 3: | ||
FRAMECOMBIN,<op>,<num>,<InFile1>, ...,<InFileX>,<Outfile> | FRAMECOMBIN,<op>,<num>,<InFile1>, ...,<InFileX>,<Outfile> | ||
- | Combine ASCII frame files generated by modules and combine them to make a new animations. This command requires the frame files to have the rows columns header implemented in the submodeler. If the frames do not have legacy header format use the [[com:MODFRAMES]] command to change the frame headers of the files. | + | Combine ASCII frame files generated by modules and combine them to make a new animations. This command requires the header of frame files to specify the number of rows columns in the frame file. This is written by default in the current version of ACS SASSI, however frames written in previous version will have the legacy header format, and will need to be converted. If the frames use the legacy header format, use the [[com:MODFRAMES]] command to change the frame headers of the files. |
* op - operation code controls the way frames are to be combine. | * op - operation code controls the way frames are to be combine. | ||
Line 12: | Line 12: | ||
* Infile - full path of the input frame files. | * Infile - full path of the input frame files. | ||
* Outfile - full path of output frame file. | * Outfile - full path of output frame file. | ||
+ | |||