static int getStartX(int index) {
    ImageBlock imageBlock = images.get(index);
    if (Objects.nonNull(imageBlock)) {
      return imageBlock.x * IMAGE_SIZE;
    }