From 7c6eb45d12bae1920be0c206c38e4d13285ebf7c Mon Sep 17 00:00:00 2001 From: zsk-coder <106852538+zsk-coder@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:30:27 +0800 Subject: [PATCH] Add PixelSwift to Photo Editing and Management Add PixelSwift - a free, browser-based image compressor, converter, and resizer. All processing happens locally using WebAssembly, no server uploads. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b1085c..db71f86 100644 --- a/README.md +++ b/README.md @@ -1143,6 +1143,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of ✅ **Instead use** #### Web - [miniPaint](https://github.com/viliusle/miniPaint) - Open Source alternative to Photopea. miniPaint operates directly in the browser. Nothing will be sent to any server. Everything stays in your browser. +- [PixelSwift](https://github.com/zsk-coder/pixel-swift) - A free, browser-based image compressor, converter, and resizer. All processing happens locally using WebAssembly (MozJPEG, OxiPNG) — no server uploads, fully private. #### Desktop - [GIMP](https://www.gimp.org/) - The Free & Open Source Image Editor.