decodeIco function

Image? decodeIco(
  1. List<int> bytes
)

Decode an ICO image.

Implementation

Image? decodeIco(List<int> bytes) => IcoDecoder().decodeImage(bytes);