Skip to content

Add BulkPicTools - local browser-based image toolkit with face blur a…#115

Open
kbmjj123 wants to merge 1 commit into
cipher387:mainfrom
kb-zgl:main
Open

Add BulkPicTools - local browser-based image toolkit with face blur a…#115
kbmjj123 wants to merge 1 commit into
cipher387:mainfrom
kb-zgl:main

Conversation

@kbmjj123
Copy link
Copy Markdown

…nd EXIF removal

What is it?

BulkPicTools — a free, browser-based image processing toolkit relevant to OSINT workflows.

Why it fits this collection

For OSINT practitioners, image handling often requires:

Privacy/OPSEC operations (local processing required):

  • Face blur — blur faces in sensitive imagery before publishing; runs via WebGPU/WASM locally, zero server upload
  • EXIF metadata removal — strip GPS coordinates, device info, timestamps from images before sharing; processed entirely in-browser
  • Background removal — local AI, no cloud API, no data sent

Bulk processing:

  • Process 200+ images at once with tool chaining: strip EXIF → face blur → compress, all in one session without re-uploading
  • Supports folder and ZIP input for batch workflows

The key differentiator for OSINT use: everything runs locally. Files are processed via Canvas API + WebWorkers in the browser. You can verify zero uploads by watching the Network tab — no image data leaves the device. This matters when handling sensitive investigation materials.

Free, no account, works offline (PWA).

Entry location

Section: ## Image Search and Identification

Checklist

  • Tool works and is accessible
  • Entry follows the existing two-column table format
  • Free to use, no account required
  • Not a duplicate

…nd EXIF removal

## What is it?

[BulkPicTools](https://bulkpictools.com) — a free, browser-based image processing toolkit relevant to OSINT workflows.

## Why it fits this collection

For OSINT practitioners, image handling often requires:

**Privacy/OPSEC operations (local processing required):**
- **Face blur** — blur faces in sensitive imagery before publishing; runs via WebGPU/WASM locally, zero server upload
- **EXIF metadata removal** — strip GPS coordinates, device info, timestamps from images before sharing; processed entirely in-browser
- **Background removal** — local AI, no cloud API, no data sent

**Bulk processing:**
- Process 200+ images at once with tool chaining: strip EXIF → face blur → compress, all in one session without re-uploading
- Supports folder and ZIP input for batch workflows

**The key differentiator for OSINT use: everything runs locally.** Files are processed via Canvas API + WebWorkers in the browser. You can verify zero uploads by watching the Network tab — no image data leaves the device. This matters when handling sensitive investigation materials.

Free, no account, works offline (PWA).

## Entry location

Section: `## Image Search and Identification`

## Checklist
- [x] Tool works and is accessible
- [x] Entry follows the existing two-column table format
- [x] Free to use, no account required
- [x] Not a duplicate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant