Attempting to write a definition of DPI has lead me to:
DPI (dots), PPI (points), LPI (lines) all refer to the same concept hereafter referred to as DPI.
DPI is a device dependent measurement. It says, "This is the resolution of this device."
Vector based files are not tied to any one DPI (they expand and contract to conform to a certain resolution).
When that vector based file is rendered to a "bitmap" based format - (bmp, png, tiff, jpg) etc... that "bitmapped" file is created at a certain DPI for printing (or display) on "banding" or "scanline" based devices that output at that specific DPI.
Now, some would argue that DPI does not exist in "bitmapped" based files.
I'm looking for a definition of DPI and how or why it would be considered to not exist in a bitmapped image?