How ICO to JPEG conversion works
ICO decode → normalized image frames → JPEG encode
Reading ICO
ICO input may contain several icon sizes and pixel formats in one file.
Creating JPEG
JPEG output is widely compatible but has no alpha channel or animation; transparent pixels require a background color.