Hi guys,
How could we reduce the size of an image by a linear factor of eight? (i.e. 3072 * 2304 to 384*288)
One way to do that is by considering 8*8 square blocks of pixels, and preserving only the upper left pixel from each block.
Can you tell me what does that mean and give me example and web pages?
Thanks in advance