1What the browser can actually measure
The file is read as bytes and decoded locally. Pixel dimensions, aspect ratio and file size are exact. The format comes from the leading bytes rather than the filename, so a PNG renamed to .tif is still reported as a PNG. Color and transparency are answered statistically from a downsampled copy, which is enough for a yes-or-no question and keeps a very large file from filling a browser tab.
- Pixel width and height, and the aspect ratio they imply
- File format read from the leading bytes, not the extension
- File size against a soft submission-portal ceiling
- Declared resolution, and the physical size derived from it
- Whether any pixels are transparent
- Whether the artwork is effectively grayscale








