Seems some modern software have forgotten that GIF is not always a video format, it was once used for single-frame graphics like jpeg, yet smaller file size and much less lossy when using a small number of flat colors. Nowadays I have to convert them to PNG to fully use them properly.
#oldmanyellsatcloud
@Mycroft Yeah, that bugged me, too. PNG is wasteful when you're sharing images with fewer than ~100 colors. Gif can be lossless at low enough bitrates. There's no benefit to converting.
@mawr @skquinn ha, probably similar to, way back when I was encoding mp3s, to make sure not to use VBR and a couple other settings I forgot because some of my devices didn't support it.