balthazarneveu / interactive_pipe

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

GUI keyboard controls (Qt & Matplotlib) #19

Closed balthazarneveu closed 1 year ago

balthazarneveu commented 1 year ago
    W to write full resolution image to disk
    R to reset parameters
    I to print parameters dictionary in the command line
    E to export parameters dictionary to a yaml/json file
    O to import parameters dictionary from a yaml/json file
    H show help
balthazarneveu commented 1 year ago

fixed at 199b874668df4e52e979b0b823c6ec065216371f . everything seems functional in PyQt & Matplotlib backends