Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to resize down an image using every nth pixel?

So for example i have a 1920 x 1080 image and I want to resize it to 240 x 135 using every 8th pixel? Is that possible without manually accessing and traversing the pixels in the image?

How to resize down an image using every nth pixel?

So for example i have a 1920 x 1080 image and I want to resize it to 240 x 135 using every 8th pixel? Is that possible without manually accessing and traversing the pixels in the image?