Things You'll Need
Instructions
Right click on the image with your computers mouse and select "Properties" from the drop-down menu.
Write down the pixel dimensions of the image and the bit image the picture was taken with. This information will be visible on this page.
Multiply the length of image by the width of the image by the bit color depth. For example, 1280 x 960 x 16 = 19,660,800 for the total number of bits that are contained in the image.
Convert this number to bytes by dividing by 8. In our example, 19,660,800 / 8 = 2,457,600.
Divide this number again by 1,024 to get the file size in kilobytes (KB). In our example, 2,457,600 / 1,024 = 2,400 KB.
Convert this number into megabytes (MB) by dividing the number by 1024. In our example, 2,400 / 1,024 = 2.34 MB.