{{ score }}
  # Crop image.png to a size of 900x400 from x offset 50 and y offset 310 where offset starts from the top left corner.
convert image.png -crop 900x400+50+310 image_cropped.png