Comment on MAZANOKE update (image optimizer via browser): Batch upload and download
markstos@lemmy.world 2 weeks ago
I’m glad to have some competition for the Frost Oven Squoosh, which is being lightly maintained. I opened some issues in the Mazanoke issue tracker for some features to consider.
One feature I started on for that project but got stuck on was implementing a STDIN / STDOUT CLI workflow.
github.com/frostoven/Squoosh-with-CLI/issues/10
As I said there, the goal was a workflow where I take a screenshot, annotate it, optimize it, copy it and paste it into my blog… without creating any intermediate temp files.
At least on Linux, all the the steps of the pipeline are solved, except for a CLI image compressor that could accept an image STDIN and produce a compressed image on STDOUT.
lent9004@lemmy.world 2 weeks ago
Oh wow, thank you for taking the time creating the feature requests/issues. I just finishing replying to them.
I’ll give the workflow another think and see if it fits within the project as a whole.