Thanks for the notes about color depth. I do not need the output to have 32bpc attributes. I am working in Float only to capture the look of Float into the 8bpc premultiplied output. Keri Matthews of Gridiron software sent me a message saying:
“It looks like the problem is due to the output being png files. Png files are not threadsafe, so if generating several at a time you may run into problems…”
So I need to either turn multiprocessing off or use a “threadsafe” format if I want to avoid further multi-processing problems. Which of the following are threadsafe?
– Targa
– Tiff
– SGI
– Radiance
– Photoshop
– PICT
– Open EXR
– Electronic Image
– Cineon
Other?