nikobojs / manuscrape_electron

ManuScrape desktop app for Windows 11
5 stars 2 forks source link

Improve image joiner performance on windows #2

Open nikobojs opened 10 months ago

nikobojs commented 10 months ago

There is plenty of room for optimization of the python script.

Right now it takes a couple of seconds just to load numpy. And that happens each time you take a scrollshot. So ideally the python part should run all the time and talk IPC instead of the old school unix c program style. Probably not a good first issue ;-)