hajicj / MUSCIMarker

Tool for annotating objects in musical scores.
http://muscimarker.readthedocs.io/en/latest/
Apache License 2.0
7 stars 2 forks source link

Copy input image as separate "current file" #136

Open hajicj opened 7 years ago

hajicj commented 7 years ago

This gets us ability to modify the displayed image on-the-fly.

Also, increased robustness against external file system operations.

hajicj commented 7 years ago

Using variable App.image_tmp_filename

hajicj commented 7 years ago

Decoupling the logical image (which lives somewhere on the file system) from the displayed image.