MAZANOKE v1.1.0: Self-hosted local image optimizer in your browser — now supports HEIC, clipboard paste, and more
from lent9004@lemmy.world to selfhosted@lemmy.world on 17 Apr 10:49
https://lemmy.world/post/28343105

MAZANOKE is a simple image optimizer that runs in your browser, works offline, and keeps your images private without ever leaving your device.

Created for everyday people and designed to be easily shared with family and friends, it serves as an alternative to questionable “free” online tools.

See how you can easily self-host it here:
https://github.com/civilblur/mazanoke


Highlights from v1.1.0 (view full release note)

I’m delighted to present some much-requested features in this release, including support for HEIC file conversion!

The support from the community has been incredibly encouraging, and with over 4500 docker pulls, the project is now humbly making its way toward a 500 stars milestone.

The project also received its first donation, which I’m incredibly grateful for!

#selfhosted

threaded - newest

HybridSarcasm@lemmy.world on 17 Apr 10:57 next collapse

Interesting. Is it fair to say you’ve created a web interface to standard image manipulation tools ?

lent9004@lemmy.world on 17 Apr 11:03 next collapse

If I understand it correctly, then yes, that’s the case! I’ve utitlized several libraries such as “Browser Image Compression”, “heic-to”, and more, to wrap it in a web interface.

markstos@lemmy.world on 17 Apr 15:38 collapse

No, this is all happening in the browser, there are no other image manipulation tools being called.

funky_dude@feddit.org on 17 Apr 12:03 next collapse

Nice work. I was looking for something like this to self-host for my partner. Thank you for sharing!

SkyNTP@lemmy.ml on 17 Apr 14:34 next collapse

Does this support SVG, i.e. SVGOMG/SVGO? If not, that’s a glaring omission.

lent9004@lemmy.world on 17 Apr 15:40 collapse

Currently, only SVG to PNG is supported. SVGOMG is a great tool I’ve used many times as a user, but since it runs as a Node.js app, it would require server-side processing, unlike the local browser-based approach of this app.

SkyNTP@lemmy.ml on 19 Apr 01:22 collapse

Surely the SVGO package can be compiled into a browser bundle.

I might look into this myself…

lent9004@lemmy.world on 19 Apr 09:12 collapse

If you get around to it, I’d love to know about it and add that as a feature.

markstos@lemmy.world on 17 Apr 15:37 next collapse

I just tested the new release. Consider defaulting PNGs to convert to JPEGs unless they have a PNG-specific feature like transparency. Lots of screenshots are initially PNGs, but not because they need any PNG-specific features. Consider: In a test screenshot, it compressed 3.4% with the default 80% setting and PNG->PNG, but for PNG->JPG, it compressed 84.6%. <img alt="" src="https://lemmy.world/pictrs/image/d1adec0b-9dd0-4146-b173-acef494a2404.png">

lent9004@lemmy.world on 17 Apr 15:48 collapse

The conversion option “Default” is meant to retain the file format when possible, but you can actively select the other options like jpg or webp if that fits your use case better.

Sir_Kevin@lemmy.dbzer0.com on 17 Apr 17:40 next collapse

Elegantly done!

spamspeicher@feddit.org on 17 Apr 18:02 next collapse

Feature suggestion: add the option to remove metadata from an image.

lent9004@lemmy.world on 17 Apr 18:18 collapse

EXIF data is removed by default, at the moment, there’s no way to keep those data. I personally see that more as a feature than a bug though. The primary reason why there is no option to keep EXIF data is to maintain feature parity across different image formats.

Samsy@lemmy.ml on 17 Apr 19:19 next collapse

Star added and added to my collection. Really a good one, thx.

Sunny@slrpnk.net on 18 Apr 07:05 next collapse

This is excellent, grabbing this asap ✌️

airikr@lemmy.ml on 22 Apr 19:57 collapse

This is my to-go solution before sending photos to someone. Excellent service!

But I miss adding options in Docker, for an example default quality. I often clear cookies and other data so it’s kinda tedious to select the same options over and over again :)

lent9004@lemmy.world on 22 Apr 22:16 collapse

I’m glad to hear it’s being used frequently! I’ve heard a similar, but not exactly the same use case, so I recommend submitting a feature request on GitHub. That way, I can review it later to assess if the feature could be included when I plan ahead for new releases.

airikr@lemmy.ml on 23 Apr 16:40 collapse

And if someone doesn’t have an account at GitHub? :) Can you please upload MAZANOKE to Codeberg? I rather use Codeberg (Germany) than GitHub (USA (Microsoft)).

lent9004@lemmy.world on 24 Apr 16:54 collapse

As a Lemmy user myself, I totally get the sentiment. GitHub isn’t ideal, and I had also considered Codeberg in the past (not for this project, but way back for others). Unfortunately, the simple reason is that the community is already on there, which makes getting contributions and engagement much easier. Managing and tracking issues across two platforms would be quite (mentally) taxing, which is on top of the effort already going into developing the app.

airikr@lemmy.ml on 24 Apr 21:39 collapse

I understand :) But unfortunately, I will not create an issue on GitHub. Hopefully, someone else will do it in the future.