Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
ВопросМожно ли зарендерить gif в (имгуи или сюрфейсе?)
) to load animated gif,s using stbi__fopen+stbi__start_file+stbi__gif_load_nextapis.
Displaying a texture in dear imgui can be done with the ImGui::Image() or ImDrawList::AddImage() api, make sure to read the FAQ and all comments about ImTextureID.
It is tricky to provide an example within the imgui demo because (1) we don't want to embed an image loader in imgui and (2) we can't assume what's the renderer back-end is. Perhaps there would be room in the future for a separate repository providing more complete demos