Clipboard Screenshot

# Convert PIL image to QImage qimg = QImage(img.tobytes(), img.width, img.height, QImage.Format_RGB888)

main.js (Main Process) and renderer.js (UI). clipboard screenshot

);

Back To Top