Not sure if that's exactly the formula or not, but Photoshop estimates
61.4, so it must be pretty close at worst
The confusion is just that there are 1000x1000 = 1,000,000 bytes in a
million bytes, and 1024x1024 = 1,048,576 bytes in a megabyte.. about 5%
more bytes in a megabyte, so about 5% fewer megabytes. Just divide bytes
by 1.049 to get MB.
The 62.78 number only used one 1024 divisor, instead of two, so it would
have been exactly correct if it had said KB, to be 62,780 KB.
I feel a good rant coming on <g>
I dont know why we all still must use this powers of 2 megabyte concept for
file size or for size in memory. There is nothing related to powers of 2
about file sizes, or about the product of 5669x3780 pixels. Powers of 2
were significant back when a 1K memory chip cost $1000, significant that it
necessarily had 1024 bytes in it. Every one counted big time then, about
one dollar each byte, in 1970 dollars. Memory chips must in fact be built
in capacities of multiples of 2, because each added address line doubles
the previous memory total, in powers of 2. But that is only about the chip
itself however, and not about what we store in it. We can store 5 bytes in
it for example and 5 is not a powers of 2 number.
Other than the memory chip itself, it is really not useful to continue this
anymore - instead it is outright inconvenient to have to do this silly
calculation to convert the actual real file size or real memory size from
millions to megabytes, just so we can say MB in the conventional sense,
just so that we are no longer exactly sure what it means. <g>
The prefix mega does literally mean million in the dictionary, and in all
other uses. It is only memory chips that changes it to 1024x1024.
Digital cameras mean millions when they say megapixels.
Hard disks mean millions when they say megabytes.
We even hear some comments (which dont quite get it) criticize hard disk
specs that use decimal millions instead of using powers of 2 megabytes like
memory chips do (all the disks do this, but nevertheless the claim is that
all are supposedly wrong). This is claimed to be false marketing hype just
to inflate the "real" number by 5% so it "sounds better". That notion
seems dumb and funny to me, because the "real" count is decimal units of 1
(file sizes too, same thing).
Million is what the word mega means, and we humans count in decimal, and
that is the actual correct size of the disk or file or image. We wouldnt
even realize the problem existed if it were not that our software divides
it by 1024 or 1024x1024 just for the one purpose to show it to us. <g>
This overt extra step is unnecessary and inconvenient and confusing.
We ought to do disk file sizes and image memory sizes as decimal, and
probably would if Microsoft didnt keep promoting it as K units for files,
and photo editors promote it as MB for images.
The Windows Explorer shows file size in K (units of 1024 bytes) but the DOS
Prompt DIR shows the size of the SAME file in units of 1 byte (decimal),
which of course is the exact size it is. It is silly that we continue
converting to 1,048,576 byte megabytes for file size or image size.
But unfortunately, that is the bothersome convention we chose, back when
only a few programmers knew about it. Today it is very mainstream however,
and it seems the time to fix it..