top | item 44712275

(no title)

darod | 7 months ago

why does this require uploading my photos? can't something like this run native?

discuss

order

waltbosz|7 months ago

The website says it runs locally. In browser JavaScript , you can import a file from local file system to JavaScript's local scope without sending it to a server. I'm guessing that's how this app works.

If you want to know for sure, open your browser's dev tools, switch to the network tab, import a file and watch to see if a network request is made.

jakemanger|7 months ago

Yes, that's exactly right. All your images are processed locally and don't leave your device. They are all processed in the web browser with javascript and your dev tools like you say should show that.