I could edit Wikipedia to say that "dynamic range" is used to
describe the phase of the moon, but that wouldn't make it right
either.
In this case, it is right though.
In this case, though, you're misreading it.
I fully understand this simple and basic engineering term, and I didn't get its definition from wikipedia. It just link to wiki because it's a handy reference to educate the layman.
just fine but you're assuming it's concerned with the quantum step
size or sampling. A simple gut check would point out the error: 255
(the largest possible value) divided by 0 (the smallest possible
value) is uncomputable.
Huh? 255/0 approaches infinity. A simple gut check should tell you jpegs don't have an infinite dynamic range.
http://history.sandiego.edu/gen/recording/dynamic.html
"Surface noise disappeared in the digital era with digital "0" and "1" codes independent of any surface material. Sound quality was now determined by "sampling" and "bandwidth." To develop the revolutionary compact disc in 1980, engineers used a computer to measure a sound wave at 44,100 locations on each cycle. Each of these "sampled" locations was defined by a digital "word" 16 bits long, using 65,536 different combinations of "0" and "1" codes to measure the frequency of the sound. Each of these bit codes was stored as a pit in a thin layer of a polycarbonate disc. A laser beam responded to the different sizes of these pits and a computer chip in the CD player reassembled the sound wave from the 16-bit coded samples. Without noise or distortion, the resulting sounds were remarkbly clear within a dynamic range of 96 dB. More powerful computer chips in SDDS movie projectors and DVD audio players of the 1990s created more "bandwidth," or rate of data flow, and therefore clearer and more accurate sounds. The DVD of 1998 sent 24-bit samples at a rate of 9600 kbps, equivalent to a 144 dB dynamic range."
Every time you add a bit, the range of numbers double. Every time you double DR, it increases 6dB.
The 16-bit audio CD has a dynamic range of 96dB (16 * 6).
The 24-bit DVD has a dynamic range of 144dB (24 * 6)
And the 8-bit per color JPEG has a dynamic range of 48dB per color (8 * 6).
Note that they mentioned "without noise or distortion". That's because if there was so much noise that the DR of the signal they captured was only 60dB, the CD would only contain 60dB of dynamic range, even though it is a 96dB container.
Another analogy: If a robot drew a 64bit graphic onto gray cardboard
with a gray crayon, there may be 2^64 measurable gradations of wax
buildup, but the dynamic range would be how bright the gray paper was
versus how bright the gray wax was, which is hardly visible.
Yeah, that's what I just said. The original image has a DR, the data that stores the image has a DR, and the output device has a DR.