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?
1 | initial version |
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?
2 | retagged |
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?