About PixCloak

PixCloak is a privacy‑first image toolkit. Our goal is to make everyday image tasks fast, trustworthy, and accessible directly in your browser — no uploads, no tracking, and no surprises.

Trust & verification: Image processing uses your device's CPU/GPU (Canvas, workers). You can use DevTools → Network on tool pages to confirm no image payload is sent to our origin. Marketing pages may load analytics or ads; core tool UIs are designed to stay usable.

Source & license

The core product is open‑source under AGPL‑3.0‑only. Inspect the code and self‑host if your policy requires it. Public repo: github.com/LeeJinMing/PixCloak. Advanced or enterprise modules may use a separate commercial license—see LICENSE and COMMERCIAL.md in the repository.

What you can do

  • Compress photos to a target size (KB) with binary‑search quality tuning
  • Choose output format: JPEG / WebP / PNG; resize by longest side or exact WxH
  • Redact images with solid blocks or strong pixelation; remove EXIF/GPS on export
  • Batch processing and ZIP download for productivity
  • Works offline after first load (PWA); all processing happens locally

Further reading

Our principles

  • Privacy by default: we avoid collecting personal data and do not upload your images.
  • Performance: Web Worker/Canvas processing, minimal JavaScript, and responsive UI.
  • Clarity: clean UX, keyboard shortcuts, and helpful guides for common tasks.

Roadmap (high level)

  • Template presets and team‑oriented workflows
  • CLI/API and automation for batch pipelines
  • More programmatic SEO guides for practical use cases

Contact

Questions or suggestions? Email support@pixcloak.com or open a discussion on GitHub.

© 2026 PixCloak