python-image-preview icon indicating copy to clipboard operation
python-image-preview copied to clipboard

Suggestion, if possible

Open jere357 opened this issue 3 years ago • 1 comments

Hello, i love this extension it's very good for working on computer vision problems, i have a suggestion. In my for loop i am iterating over images and drawing on them, is there a way that the preview data could be dynamically updated every time i iterate through the loop. I don't know anything about programming vscode extensions so i can't even know if this is doable, if it is i think it would be pretty good :)

jere357 avatar Jan 28 '23 01:01 jere357

If you double click the variable name that contains the updated image, the visualization gets updated.

MauritsDescamps avatar Nov 20 '23 13:11 MauritsDescamps