Uncompressed Image Memory Size Calculator
Calculate the raw image size from resolution and color depth.
px
px
Result
6,2208 MB
Uncompressed size: 6,2208 MB
Result in all units
Step-by-step solution
bytes = w × h × bit / 8
What Is Image Memory Size?
Image memory size is the amount of raw memory an uncompressed image occupies based on its width, height and color depth. It is used in design and performance planning.
How is it calculated?
How Is It Calculated?
Size (bytes) = width × height × color depth (bits) ÷ 8
- Enter the pixel dimensions and color depth.
- For example, 1920×1080 at 24 bit ≈ 6,2 MB raw.
Frequently Asked Questions
Why are JPEG files smaller?
JPEG applies compression; the raw (uncompressed) size is the value found by this calculation.