- #1
fog37
- 1,569
- 108
- TL;DR Summary
- understanding the causes of pixelation in bitmap images
Hello Forum,
I am attempting to understand what causes pixelation when a bitmap (jpg, png, etc.) image is enlarged.
Bitmap images have a resolution indicated as the number of pixels along the width and height of the image itself. On the other hand, computer monitors also have a physical resolution indicating how many pixels fit inside a squared inch area on a physical computer screen. The number of pixels is important as well as the size of each pixel: the smaller the pixel the better, the higher the pixel density the better.
What causes the pixelation effect when we enlarge a bitmap image? At the end of the day, even vector images are always displayed as a bitmap (pixels on a screen) but the image scaling is accomplished via mathematical formulas which "recalculate" the scaled shape to be displayed. This does not happen for bitmap images..
Is the pixelation of an enlarged bitmap image due to a mismatch between the image resolution and the screen's resolution? I don't think so.
The pixel size and density of the monitor are both fixed. When enlarging a bitmap image, are the graphical pixels enlarged?
Thank you!
I am attempting to understand what causes pixelation when a bitmap (jpg, png, etc.) image is enlarged.
Bitmap images have a resolution indicated as the number of pixels along the width and height of the image itself. On the other hand, computer monitors also have a physical resolution indicating how many pixels fit inside a squared inch area on a physical computer screen. The number of pixels is important as well as the size of each pixel: the smaller the pixel the better, the higher the pixel density the better.
What causes the pixelation effect when we enlarge a bitmap image? At the end of the day, even vector images are always displayed as a bitmap (pixels on a screen) but the image scaling is accomplished via mathematical formulas which "recalculate" the scaled shape to be displayed. This does not happen for bitmap images..
Is the pixelation of an enlarged bitmap image due to a mismatch between the image resolution and the screen's resolution? I don't think so.
The pixel size and density of the monitor are both fixed. When enlarging a bitmap image, are the graphical pixels enlarged?
Thank you!