Privacy & Security

theimgapp is built with privacy as a core principle. Your images are processed entirely in your browser — they are never uploaded to any server, never stored, and never seen by anyone but you.

Privacy Guarantees

  • No file uploads — All image processing runs in your browser using JavaScript and WebAssembly
  • No server storage — Your images never touch our servers or any third-party servers
  • No data retention — When you close the tab, all image data is gone from memory
  • No account required — No signup, no email, no personal information collected
  • No image tracking — We cannot see, access, or analyze your images in any way
  • Works offline — After the initial page load, tools work without internet connectivity

How Browser-Based Processing Works

Unlike most online image tools that upload your files to a remote server for processing, theimgapp runs all image manipulation code directly in your web browser. Here's what happens when you use a tool:

  1. You select or drag-and-drop image files into the tool
  2. Your browser reads the files from your local device into memory
  3. JavaScript/WebAssembly code processes the images entirely in your browser
  4. The processed result is generated as a downloadable file in memory
  5. You download the result to your device
  6. When you close the tab, all data is released from browser memory

At no point do your image files leave your device. The processing happens using your computer's CPU — not a remote server. This is why theimgapp works even without an internet connection (after the page is loaded).

Technology We Use

theimgapp uses standard web technologies for local image processing:

  • HTML5 Canvas API — For image manipulation (resize, crop, rotate, filters)
  • JavaScript Image Codec Libraries — For format conversion and compression
  • Web Workers — For processing images without blocking the UI
  • File API / Blob API — For reading and creating files in browser memory
  • JSZip — For creating ZIP downloads of batch-processed images

What We Do Collect

To be fully transparent, here is what theimgapp does collect (none of which involves your images):

  • Google Analytics — Anonymous page view statistics (which tools are used, general traffic). No image data, no file names, no personally identifiable information.
  • Google AdSense — For displaying advertisements. Ad networks may use cookies for ad personalization based on your browsing history across the web.

What we do NOT collect: file names, image content, image metadata (EXIF), processing parameters, output files, or any data about your images.

How This Compares to Other Tools

AspecttheimgappServer-Based Tools
File uploadNone (local only)Required
Server storageNoneTemporary (hours/days)
Data retentionZero (tab close = gone)Varies (24h to indefinite)
Third-party accessImpossiblePossible (breaches, employees)
GDPR complianceInherent (no data processed)Requires DPA
Works offlineYes (after page load)No
Processing speedDepends on deviceDepends on server load

Privacy-Sensitive Use Cases

theimgapp is particularly valuable when processing:

  • Personal photos — Family photos, private moments that shouldn't be on any server
  • Client work — Confidential designs, unreleased products, NDA-protected material
  • Medical images — Patient records, scans (HIPAA considerations)
  • Legal documents — Contracts, evidence, sensitive paperwork
  • ID documents — Passports, licenses that need resizing for applications
  • Corporate content — Internal presentations, unreleased marketing material
  • EXIF stripping — Remove GPS coordinates from photos before posting publicly

How to Verify Our Privacy Claims

You don't have to take our word for it. Here's how you can verify:

  1. Network inspector: Open your browser's Developer Tools (F12) → Network tab. Process an image and observe — no file data is sent to any server.
  2. Offline test: Load a tool page, disconnect from the internet, and process an image. It works because no server is needed.
  3. Source code: Our client-side processing code is visible in the browser — inspect the JavaScript to confirm local processing.

Image Metadata & Privacy

Many people don't realize that photos contain hidden metadata (EXIF data) including:

  • GPS coordinates (exact location where the photo was taken)
  • Camera model and serial number
  • Date and time of capture
  • Software used for editing
  • Thumbnail of the original image

Before sharing photos publicly, consider using our Metadata Viewer & Stripper to remove this hidden information and protect your privacy.

Questions?

If you have any privacy-related questions or concerns, you can verify our claims using the methods described above. The architecture of theimgapp makes it physically impossible for us to access your images — this is privacy by design, not by policy.