GIFenhancementhelp wanted
Description
At glide 3.+,we may get duration like this
GifDecoder decoder = resource.getDecoder();
if(decoder!=null){
int duration;
for(int i=0;i<decoder.getFrameCount();i++){
duration+=decoder.getDelay(i);
}
}
so ,i want to ask how to get duration at 4.0