Tony M wrote:
> My 4Mp P&S can record at 4 different resolutions:
>
> 2304 x 1728 (4Mp)
> 1600 x 1200 (~2Mp)
> 1280 x 960 (~1.4Mp)
> 640 x 480 (~0.3Mp)
>
> Presumably the size of the sensor approximates to the highest resolution.
>
> How are the lower resolutions obtained? ie at 1600x1200 are 50% of the
> pixels discarded or is a smaller area of the sensor used?
>
> Before anyone mentions it - Yes - I always use the highest resolution
> and minimum compression!
>
> Tony M
No, the pixel values are not discarded, they are averaged. While the
process is more complicated than this, here is at least an approximation
of the process. Lets say we are downsampling by a factor of two
linearly, i.e, a 4X reduction in total pixels. Start at the top left.
The first two leftmost pixels in the top row and the second row are
averaged. This average value is assigned to the top left pixel of the
new, downsampled array.
|