Thank you for the support that I’ve received during the launch of MAZANOKE—a self-hosted local image optimizer that runs in your browser! It can run offline and is installable as a web app too.

This week, I’ve been addressing the feature that has been a bottleneck for the usability of an image optimizer, namely: batch upload and download.

Project page: https://github.com/civilblur/mazanoke

Highlights v1.0.1 (view release note)

  • Upload multiple files simultaneously
    • Images are processed one at a time to prevent excessive browser resource usage.
  • Download all optimized images as a zip file.
    • Files over 1GB are split into multiple zip files.
    • Large downloads may take time, depending on hardware and browser.
  • Option to clear optimized images from the “Images” section.
  • Convert GIF and SVG to PNG.
    • GIF-to-GIF optimization is not supported.
    • SVG optimization is not planned.
  • rutrum@programming.dev
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    3
    ·
    18 hours ago

    Just because its run locally, doesnt mean it still isnt a web server. The software could run anywhere and be accessed over the network. The image optimization happens at the server, so download and upload are more accurate.

    • anguo@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      arrow-down
      2
      ·
      edit-2
      17 hours ago

      Wait, the optimization does not leave the browser. There isn’t any need for a web server.

      If this can be used as an offline PWA, it doesn’t even need to be ‘self-hosted’, except for keeping it up to date.

      Edited: removed reference to “device”, to avoid confusion.

      • rutrum@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        10 hours ago

        Yeah, you’re totally right.

        All image processing happens locally.

        And then it mentions that you can just open the index.html directly, which means it uses clientside javascript or wasm and runs on the browser. You are correct!

        On the topic of word choice, you might be right. Save or open might be better.