1. Introduction & Overview
Welcome to Blur Image Tool. We are committed to protecting the personal data and digital privacy of every individual who visits our website and uses our editing utilities. This Privacy Policy document outlines the exact operational architecture of our tool and details how we handle, process, and protect information. We have designed our Free Blur Image Tool to operate as a zero-data-collection platform. Unlike traditional web services that require file uploads, our tool processes all operations locally in the user's browser sandbox, ensuring that your original and edited images never travel across the internet. By accessing or using our website, you agree to the conditions and practices detailed in this document.
2. Client-Side Processing Architecture (Zero Server Uploads)
The core operating principal of the Free Blur Image Tool is local, client-side processing. When you choose to upload an image using our homepage editor, the following technical pipeline is executed:
- Local In-Memory Reading: The file select or drag-and-drop trigger invokes the HTML5
FileReaderAPI. This browser feature reads the raw file bytes from your local storage volume and translates them into an in-memory base64 Data URL or Object URL. - DOM Canvas Rendering: The browser loads this data URL into an ephemeral HTML5
<img>element, which is subsequently drawn onto an offscreen<canvas>element. - Pixel Manipulation: When you select a rectangle area or paint with the brush tool, all mathematical blur calculations (using standard box-blur or Gaussian approximations) are executed directly in your browser's execution thread (using CPU and WebGL/GPU hardware acceleration).
- Local Binary Export: When you click the download button, the canvas generates a local file blob. Your browser downloads this blob directly to your local file path.
3. Information We Collect and Process
To keep our utility fully transparent and secure, we disclose the exact data points that are processed when you interact with our website:
A. Personal Data
We do not require user accounts, emails, phone numbers, or social media linkages to use the Free Blur Image Tool. You can utilize the tool anonymously. If you voluntarily contact us via our Contact Us form or support email channels, we will collect your name, email address, and any textual descriptions you provide. We use this information solely to address your support ticket and delete it once the request is closed. We do not sell, rent, or lease your contact information to data brokers or advertising networks.B. Image Data & Metadata
We do not collect, view, index, scrape, or store the images you edit. Whether your image contains faces, license plates, billing records, identity cards, or private text, this content is processed inside your browser sandbox. We do not have any remote pipeline to inspect your canvas state.C. Technical Logging Data
Like all standard web servers, our host platform logs basic HTTP server requests for server health, load balancing, and DDoS mitigation. These server logs may record your IP address, browser user-agent string, page request paths, referring URL, and server access timestamps. These logs do not contain any links to your local files or editing actions and are automatically rotated and deleted after 30 days.4. GDPR, CCPA, and Children's Privacy Compliance
Because we process all file data locally, our operational model naturally aligns with the most stringent data protection frameworks worldwide:
A. General Data Protection Regulation (GDPR)
Under the GDPR, we operate as neither a Data Controller nor a Data Processor for your image files, because we do not have access to, possession of, or control over the files you edit. Your local device is the sole processing controller. For any contact info sent via our support forms, we process it under the legal basis of legitimate interest to assist you. You hold the right to request erasure of these support logs at any time.B. California Consumer Privacy Act (CCPA)
We do not "sell" or "share" personal consumer information as defined under the CCPA. We do not collect consumer profiles, and because all image manipulation is client-side, we never possess or monetize consumer media files.C. Children's Online Privacy Protection Act (COPPA)
Our Free Blur Image Tool is fully safe for children. Since we do not collect personal identifiers, track locations, or upload images, we do not capture data from children under the age of 13. Parents, teachers, and student groups can use our tool to blur student faces in classroom photos with absolute confidence that the children's biometric data is not exposed to the web.5. Browser Cookies and Local Storage
We believe in maintaining a clean web experience. Our site does not deploy behavioral profiling cookies, cross-site tracking pixels, or target-marketing beacons.
A. Cookies
Cookies are small text files placed on your device by websites. We do not use third-party tracking or advertising cookies.B. Local Storage
We may use browser Local Storage (a local client-side configuration cache) to retain your preferred settings across visits, such as:- Your preference for light or dark mode theme defaults.
- Your default file format selection for downloads (PNG, JPG, WEBP).
- Your default brush size or blur strength coordinates.
6. Third-Party Services and Analytics
To ensure high availability and fast page load speeds, we utilize static web hosting infrastructure and Content Delivery Networks (CDNs) to deliver the stylesheet, javascript, and static assets of the website. When your browser requests these resources, your IP address is processed by the CDN provider to route the files. These providers are strictly contractually bound to process request packets for delivery purposes only and do not engage in user tracking. We do not integrate third-party traffic analyzers (like Google Analytics, hotjar, or tracking trackers) that run background scripts to build user behavioral maps. We inspect basic, aggregated server-level request metrics (such as total page hits) provided by our secure web host to monitor site performance.
7. Security Architecture
We deploy robust security layers to protect the integrity of your browser editing session:
- SSL/TLS Encryption: Our entire website is served exclusively over secure HTTPS connections. This ensures that the static HTML, CSS, and JS files cannot be intercepted or modified by malicious intermediaries during transport.
- Browser Context Isolation: We design our Javascript to execute locally in a secure scope. Because we do not load external, unverified script libraries, your editing canvas is isolated from cross-site scripting (XSS) injection routes.
- Content Security Policy (CSP): We enforce strict security headers to prevent unauthorized external connections, ensuring your browser will not execute unauthorized requests.
8. Changes to this Privacy Policy
We reserve the right to modify this Privacy Policy at any time to reflect updates to our browser codebase, technology updates, or compliance regulations. Any changes will be published directly on this page with an updated revision date. Since we do not maintain email databases, we encourage users to check this page periodically to remain informed about our privacy standards. Your continued use of the website following policy updates constitutes your acceptance of the revised terms.
9. Contact Us
If you have any questions, compliance queries, or suggestions regarding our privacy architecture, please contact us. You can send an email directly to our compliance desk at privacy@blurimagetool.com, or use the interactive contact form located on our Contact Us page. We will address your privacy concerns immediately.