darkf / darkfo

DarkFO, a post-nuclear RPG remake (of Fallout 2)
Apache License 2.0
136 stars 12 forks source link

Merge exportImages and exportImagesPar #29

Open darkf opened 8 years ago

darkf commented 8 years ago

AFAIK exportImagesPar is the more advanced version, and supports parallelizing the conversion, which is very desirable. exportImages should probably be removed, and exportImagesPar should gain command line options (related to #19) for number of cores, etc. (It could also specialize not using multiprocessing for the single core options, which makes things like interrupting it on Windows nicer.)