Ask Your Question

bheek's profile - activity

2018-07-25 04:30:59 -0600 received badge  Enthusiast
2018-07-18 03:16:02 -0600 commented answer How to resize down an image using every nth pixel?

thank you so much!

2018-07-18 03:15:54 -0600 marked best answer 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?

2018-07-18 03:15:54 -0600 received badge  Scholar (source)
2018-07-18 03:15:52 -0600 received badge  Supporter (source)
2018-07-18 02:37:24 -0600 received badge  Student (source)
2018-07-18 01:38:52 -0600 asked a question How to resize down an image using every nth pixel?

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