Image Studio Privacy Policy
Your images, photographs, personal signatures, and documents never leave your device. This policy articulates our mathematical guarantee of zero data transmission, zero server-side storage, and zero telemetry.
Zero Server Uploads
Files are loaded directly into your browser's volatile RAM. No server endpoints exist to receive or store your image files.
Local Canvas Pipeline
All pixel transformations, LUT matrix calculations, and watermarking run using native HTML5 Canvas 2D and Web Workers.
Zero Image Telemetry
No tracking pixels, third-party analytics on image data, or training on user images occurs. Your creative output is yours alone.
1. Technical Architecture & Data Flow
Unlike conventional cloud image compressors and online editors that transmit your files to remote backends for processing, Client-Side Image Studio executes every operation directly within the client environment:
- Local Memory Allocation: When you drag, drop, or paste an image, the browser assigns a local memory buffer using
URL.createObjectURL()or direct Blob reference. - In-Memory Canvas Transformation: Resizing, cropping, 90° step rotations, LUT filter applications, and watermarking are computed by the browser's graphics pipeline inside an offscreen
HTMLCanvasElement. - Binary-Search Compression: The target KB optimizer iteratively adjusts the canvas encoding quality and dimension scaling directly on your machine until the specified file size limit is reached.
- Client-Side PDF Compilation: When exporting images to PDF,
pdf-libcompiles the raw image bytes into a PDF binary entirely in JavaScript without network requests.
2. No Cookies, No Identifiers, No Remote Logging
Client-Side Image Studio does not create tracking cookies, does not log IP addresses alongside processed images, and does not retain metadata extracted from images (such as EXIF camera data, GPS coordinates, or timestamps). All temporary memory allocations are wiped clean when you close or refresh the browser tab.
3. User Ownership & Intellectual Property
You maintain 100% ownership, copyright, and control over any images, watermarks, graphics, or logos processed in this studio. The site creator (Alok Das) claims zero rights, licenses, or title to any content you upload or export.
4. Verifiable Security
You can verify this privacy model yourself at any moment:
- Open your browser Developer Tools (F12 or Ctrl+Shift+I).
- Navigate to the Network tab.
- Drop an image, compress it, apply filters, and click Download.
- Observe that zero outbound network requests or payloads containing your file bytes are transmitted.
5. Contact & Questions
If you have any questions regarding the security architecture or privacy implementation of these tools, feel free to contact:
Zero Server Uploads
Every pixel, filter, and compression pass is executed strictly in your device's local memory.
Hardware Accelerated
Utilizes high-efficiency HTML5 Canvas 2D and modern browser graphics pipelines for instant results.
Complete Confidentiality
Safe for sensitive identity photos, signature stamps, contracts, and confidential documents.
Built by Alok Das
The Client-Side Image Studio is designed to provide professional-grade image editing and compression without compromising personal data privacy.