balthazarneveu / interactive_pipe

create interactive image processing pipeline with friendly sliders
The Unlicense
5 stars 1 forks source link

matplotlib backend: support image titles #6

Closed balthazarneveu closed 1 year ago

balthazarneveu commented 1 year ago

Backport the simple feature which allows editing the titles of the images dynamically.

Would probably look something like global_params["__output_properties"]["my_image_buffer"] = {"title" : ...} so we can actually set some display properties directly from the filter...

Alternative option is to use an Image class