Encode an image to the ICO format.
List<int> encodeIco(Image image) => IcoEncoder().encodeImage(image);