# Split Area Image

**URL:** https://forums.openmv.io/t/split-area-image/1430
**Category:** OpenMV Boards
**Created:** [October 5, 2019, 7:40am UTC](https://forums.openmv.io/t/split-area-image/1430 "2019-10-05T07:40:20Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![skylin008](https://avatars.discourse-cdn.com/v4/letter/s/4af34b/32.png) [@skylin008](https://forums.openmv.io/u/skylin008)
#### Post date: [October 5, 2019, 7:40am UTC](https://forums.openmv.io/t/split-area-image/1430/1 "2019-10-05T07:40:20Z")

</div>

Hello every one! I want to getting image pixel value from image specified point,but it is very slowly.How to fast getting one row but difference column pixel value via image.copy.the column should be 1,3,5…(n+2)…(n+3)…(n+4) .ThankS !

---

<div class="post-metadata">

### Author: ![kwagyeman](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/kwagyeman/32/4_2.png) [@kwagyeman](https://forums.openmv.io/u/kwagyeman)
#### Post date: [October 5, 2019, 2:28pm UTC](https://forums.openmv.io/t/split-area-image/1430/2 "2019-10-05T14:28:18Z")

</div>

Hi, use the copy method and set the ROI to be just a row in the image you want. This will create a new image of just that row.
