Exporting fixed

This commit is contained in:
2025-08-03 18:28:01 +02:00
parent bbedfe6d35
commit 0c2bd3e906
4 changed files with 121 additions and 18 deletions

View File

@ -41,6 +41,9 @@ class HistogramWidget(PipelineStageWidget):
self.img = img
self.needs_redraw = True
def on_full_res_pipeline_data(self, img):
pass
def update(self):
# TODO move calculations to on_pipeline_data
if not self.needs_redraw or self.img is None: