How to split area of image

Hi,

How to split area of image for reduce size but high quality of this area to inspector? My application is snapshot the picture and send to clound via GPRS (GSM) but it have limit size of picture per cycle. I will to send multi cycle to server for support single picture. Please help

Use the crop() method with the copy operation. If you need a second frame buffer call the alloc extra frame buffer method in the sensor module and pass that as the target of the copy operation.