Encode a list of images to the CUR format.
List<int> encodeCurImages(List<Image> images) => CurEncoder().encodeImages(images);