polofgrs / Computer-Vision-Emergency-Response-Toolkit

Other
0 stars 1 forks source link

[Improvement] save full image data through electron #6

Open polofgrs opened 4 years ago

polofgrs commented 4 years ago

Now using base64data since I cannot get JimpInscance to pass in electron ipc. Maybe find a way to use image.write(path) through filesystem. Maybe IPCMain can send back path, and then write image in file.service.ts ?