plotterfun icon indicating copy to clipboard operation
plotterfun copied to clipboard

Folder processing

Open julienlancia opened this issue 11 months ago • 1 comments

Very nice tools!

For my own needs I added a feature to process all images in a folder. It is forked at https://github.com/julienlancia/plotterfun_folder

The current way of working is :

  • Use the existing select image / use image buttons on one image of the folder to tweak the algos and parameters
  • Click on new "process folder" button
  • Select the folder containing images
  • This creates a new folder "output" in the original directory, applies the algo to all the images and saves the svgs in the output folder.

Let me know if you are interested in a pull request to merge in your repo !

julienlancia avatar Feb 22 '25 17:02 julienlancia

Nice work!

I think since the File System API stuff is experimental (and makes me a bit uneasy as it feels like it escapes the sandbox) I'm not sure if I want to merge it in to the main repo just yet. If your fork is hosted somewhere I could link to it if you want. Or maybe it's fine to merge in, I dunno, it's not like plotterfun is critical infrastructure.

mitxela avatar Feb 28 '25 10:02 mitxela