Ai SizsAi Sizs

About the Ai Sizs Image Forensics Architecture

A framework-free, zero-footprint image similarity comparison and blur detection engine engineered entirely for the browser.

Published by 345tool Engineering Collective • June 1, 2026

Dismantling Cloud-Render Overheads via Pure Client-Side Automation

Ai Sizs is an independent frontend experiment curated by the 345tool collective, a global alliance of web developers building lightweight, stateless browser utilities. Our overarching mission is to pioneer a definitive departure from remote, server-dependent image processing. We believe that daily image quality analysis 鈥?from structural similarity comparison to sharpness evaluation 鈥?should execute without network queues, forced cloud memberships, or user privacy compromises.

Our Core Technology Stack

Unlike traditional image analysis pipelines that route confidential photographs onto external cloud infrastructure, Ai Sizs operates under an uncompromised zero-server footprint mandate. Our system is built on vanilla JavaScript paired with the HTML5 Canvas API, enabling high-performance SSIM computation and Laplacian convolution with zero server latency.

Thread-Safe Binary Processing

By isolating all computational operations within your browser runtime container, our custom scripts parse and process image byte arrays directly inside local device memory. The SSIM comparison engine decomposes paired images into 8脳8 pixel windows, computing luminance, contrast, and structure covariance entirely on the client side. The Laplacian blur detector convolves a 3脳3 kernel across the full image matrix, computing second-derivative variance as a sharpness proxy 鈥?all without relaying any pixel data across remote network links.

A11Y Color Contrast Protocols

In alignment with the 345tool UX Core Rules鈥擟onvenient, Simple, and Beautiful鈥攐ur interface configurations adopt strict luminance and hue contrast standards. The red-yellow similarity difference heatmap and the blue blur region overlay are rendered with carefully calibrated alpha channels and color palettes to ensure flawless operational clarity for individuals experiencing diverse color-blindness conditions, including protanopia, deuteranopia, and full tritanopia visual limitations.

Full-Spectrum Image Analysis Engines

The Ai Sizs engine hosts two independent image forensics pipelines, each mathematically engineered to execute without deploying tracking telemetry scripts. The system maintains an uncompromised, tracking-free viewport optimized for professional image quality assessment and visual content validation.

SSIM Structural Similarity Comparison

The SSIM (Structural Similarity Index) engine compares any two uploaded images by decomposing matched 8脳8 pixel windows into three perceptual dimensions: luminance, contrast, and structure. Each window computes local covariance statistics, producing a similarity index between -1 and 1. The global Mean SSIM (MSSIM) score is derived by sliding the kernel across the image with 50% stride overlap, aggregating all local scores into a single percentage value. A red-to-yellow difference heatmap is then composited onto Image A using Canvas pixel manipulation, providing pixel-level visual feedback on exactly where the two images diverge structurally.

Laplacian Variance Blur Detection

The blur detection engine applies a classical 3脳3 discrete Laplacian convolution kernel [0,1,0; 1,-4,1; 0,1,0] across the grayscale image matrix. The Laplacian operator computes the second spatial derivative at each pixel, producing high-magnitude responses at sharp edges and near-zero values in smoothly blurred regions. The variance of the full Laplacian response map is computed and logarithmically normalized to produce a 0-100 sharpness score categorized into five tiers: Excellent, Good, Moderate, Significant, and Severe. A blue heatmap overlay highlights blur-affected zones where the Laplacian response falls below 15% of the image's maximum edge energy.

Canvas-Based Heatmap Visualization

Both analysis pipelines render their results as interactive HTML5 Canvas overlays. The similarity heatmap draws the original Image A as a base layer, then composites per-pixel red channel alpha values proportional to local SSIM divergence. The blur heatmap similarly renders the source photograph with a blue overlay whose opacity scales inversely with Laplacian response magnitude. This pixel-level compositing approach preserves the full resolution of the source image while providing instant visual diagnostics 鈥?no server-side rendering, no compression artifacts, no data exfiltration.

Zero-Server Data Privacy Guarantee

To protect creative workflow confidentiality, our image forensics architecture eliminates all server communication entirely. Rather than routing sensitive photographs through cloud processing pipelines that expose proprietary visual content to external infrastructure, our engines execute every computation 鈥?grayscale conversion, kernel convolution, SSIM decomposition, variance calculation, and heatmap compositing 鈥?inside your local browser sandbox. Image data exists only in temporary RAM and vaporizes the moment you close the tab. This air-gapped architecture is critical for users analyzing confidential documents, proprietary product photography, legal evidence, or any visual material requiring absolute data sovereignty.

Contact

The 345tool Team

— E-mail: [email protected]

— Date of creation: June 1, 2026

345tool Team

We are the 345tool Team

345tool is an independent developer collective engineering elite, pure client-side, and privacy-first web utilities to replace bloated internet tools.

Ai Sizs Tool Screenshot