The File Output node crashes if it has no image input. That's because we would be attempting to save a zero sized image. So ensure that the node has a non zero canvas before saving anything.
The File Output node crashes if it has no image input. That's because we would be attempting to save a zero sized image. So ensure that the node has a non zero canvas before saving anything.