What this tool does
Image Delivery QA audits an image's encoded bytes, dimensions, transparency, and estimated decoded memory.
Inspect what an image costs to deliver and decode, then move directly into the right optimization tool with a deterministic reason.
This produces filenames, srcset, sizes, format candidates, and decoded-memory estimates only. It does not resize, convert, compress, or estimate encoded-byte savings.
Recommendations hand off to image-compressor, image-resizer, or image-converter with a specific reason.
Decoded pixel memory estimates RGBA bytes as width × height × 4. Alpha channel detection samples decoded pixels and may not represent every animation frame.
Image Delivery QA audits an image's encoded bytes, dimensions, transparency, and estimated decoded memory.
It explains why an asset may be expensive and sends it to the existing compressor, resizer, or format converter with a concrete reason.
The browser reads intrinsic dimensions, encoded file bytes, alpha samples, and RGBA decoded-memory estimates.
Thresholds are practical warnings rather than universal performance budgets; inspect quality after optimization.
Files are decoded and sampled locally in your browser.
Animated frames, metadata, network caching, responsive image markup, and visual quality still need separate review.
No. The selected file stays in your browser.
Browsers decode images into full pixel buffers; encoded compression does not shrink RGBA memory.
Check whether a marketing image is oversized before publishing.
Follow a reasoned handoff to compress, resize, or convert the local asset.