There is a difference between pixel count and resolution. Equating pixel dimensions and pixel count with resolution is common, but incorrect. Resolution refers to pixel density (or the space between the center of two adjacent pixels), and in uniformly distributed arrays is usually expressed as dpi. There is no…