brain_deer.export.screenshot_export¶
Screenshot and Video Export for BrainDeer 🧠🦌
High-quality export tools for: - Screenshots (PNG, JPEG, TIFF) - Publication-ready figures - Clinical white-background mode - Video recording of rotations
@author: BrainDeer Team
Classes¶
High-quality screenshot exporter. |
|
Widget for screenshot export configuration. |
Module Contents¶
- class brain_deer.export.screenshot_export.ScreenshotExporter¶
High-quality screenshot exporter.
- static capture_widget(widget, scale_factor: float = 1.0, white_background: bool = False) PyQt5.QtGui.QImage¶
Capture a widget as high-resolution image.
- Parameters:
widget – QWidget to capture
scale_factor – Resolution multiplier (2.0 = 2x resolution)
white_background – Convert to white background for clinical use
- Returns:
QImage of the widget
- class brain_deer.export.screenshot_export.ScreenshotExportWidget(main_window, parent=None)¶
Bases:
PyQt5.QtWidgets.QWidgetWidget for screenshot export configuration.