static RGBImage shootBottomRightCorner(int w, int h) {
  ret shootScreen(new Rectangle(screenSize().width-w, screenSize().height-h, w, h));
}