visible image=f(resolution,size,aspect ratio)
- Resolution
Dots per unit length.
- Image size
Number of dots, or pixels, in the image.
- Aspect ratio
Ratio of rows to columns in the pixel grid.
- Pixel aspect ratio
Exact shape (Δx:Δy) of a single pixel.
Physical dimensions of the image follow from these:
width=f(res,columns,pixel aspect ratio)
height=f(res,rows,pixel aspect ratio)
Changing geometry
- Changing resolution affects image granularity, potentially causing a checkerboard effect when upscaling
- Changing pixel count affects file size
- Changing physical pixel size or aspect ratio affects object geometry, potentially causing distortion