When u try to convert a big image to ico. it returns and error saying the size is to big:
⨯ error: C:\Users\feraxhp\Downloads\Wirlpoll.png -> C:\Users\feraxhp\Downloads\Wirlpoll.ico
→ Parameter(
ParameterError {
kind: Generic(
"the image width must be `1..=256`, instead width 302 was provided",
),
underlying: None,
},
)
When u try to convert a big image to ico. it returns and error saying the size is to big: