You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIF isn't actually supported. And it doesn't seem to have been ever supported.
Supporting static GIF should be no-issue. However, supporting animating GIFs will be a pain to some extent.
I wonder if dlangui should throw on unsupported files
I am facing an issue that dlangui is unable to load and display gif images. It happens either for ImageWidget or backgroundDrawable.
Example Code:
Indeed, if I use another image with the file extension *.jpg it works but not if I am using *.gif.
The background of its object remains blank.
The text was updated successfully, but these errors were encountered: