Comment 10 for bug 802690

Revision history for this message
Caio Araújo Teixeira Campos (caioatc) wrote :

The captured image still having a black part.

Ps. shutil.mv(img, os.path.join(dir, "captured.png") should be shutil.move(img, os.path.join(dir, "captured.png")), right?