-
Notifications
You must be signed in to change notification settings - Fork 55
CLI tools
boleslaw edited this page May 30, 2015
·
1 revision
#Command line tutorial #
- In the unzipped/root directory, run java with lib and . in the classpath
java -Djava.ext.dirs=.:lib org.jwildfire.create.tina.batch.HeadlessBatchRendererController
Please include the following parameters:
filename,height,width,quality,[optional:rng]
Example: HeadlessBatchRendererController file1.flame,1024,1280,2000
Example: HeadlessBatchRendererController file1.flame,1024,1280,2000,ZIGGURAT
You Passed: []
- You can pass a directory or single file, here is an example, assume you have 2 flames in /dev/shm
java -Djava.ext.dirs=.:lib org.jwildfire.create.tina.batch.HeadlessBatchRendererController "/dev/shm" 1024 1280 50
file: test2.png
file: test1.png
Done
7058 ms