I'm trying to split a gif into frames of that gif that could be later on used in a recyclerview to display. I can't find any library or any other resource for this.
I have tried to find some libraries for it but wasn't able to find any. I saw a code but they used ImageIO but I can't find ImageIO when I'm coding in kotlin.