# Simple manipulations tl_pixel = image[0][0] # top left pixel r_channel = image[0][0][0] # 'R' channel of top left pixel cropped_img = image[120:240, 0:320] # crops the image to be only the bottom half