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

Directly change displayed Image texture instead of going through temp file #170

Closed hajicj closed 7 years ago

hajicj commented 7 years ago

With larger images, the path from model to EditorImage texture through the temporary file is very slow (e.g., with 600 dpi scans, it takes over 20 seconds to update the image). There is a way to send numpy arrays to kivy's Image.texture directly which should be attempted.

hajicj commented 7 years ago

Would improve #167 efficiency.