Hello,
When using grabScreen and saveImage to save the screen to an output file, the program works fine with ofSetBackgroundAuto(true).
However, with ofSetBackgroundAuto(false), the ouput graphics file is just black - even with a non-black screen background color. Is there something about the way ofSetBackgroundAuto() works that breaks grabScreen and saveImage when its value is false?