What we calculate
AI Clean runs a compact same-size neural model for noise and JPEG or WebP artifact reduction. Neural Upscale can synthesize a 2x or native 4x output after its WebGPU check passes. Compatibility resize uses ordinary browser canvas resampling and is not described as AI.
How the local queue works
- The browser holds up to ten selected files in page memory and accepts PNG, JPEG, WebP or AVIF files up to 30 MB each.
- It decodes dimensions locally, rejects work outside the active mode's envelope and processes one item at a time.
- AI Clean preserves dimensions. PNG stays PNG, WebP requests WebP, and JPEG or AVIF requests a JPEG result; the browser reports the actual output type.
- You compare the generated output and download only the selected result.
Audience measurement records only the property-free events work_started and work_completed. No file name, pixel data, dimensions, mode, scale, queue count or result value is attached.
What we deliberately leave out
Neural Upscale accepts inputs no larger than 512 by 512 pixels and 262,144 pixels. AI Clean keeps source dimensions but has a 4,000,000-pixel WebGPU ceiling and a 50,176-pixel CPU/WASM ceiling. These are admission policies, not promises of speed or visual quality. Generated pixels are model inferences, not recovered historical truth.
How to use the result
Inspect faces, text, repeated patterns and high-contrast edges at full output size. If an area looks synthetic, incorrect or over-sharp, keep the original instead.