Construct 3 r186

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • So importing the whole gif file won't be far away? 😂

      • [-] [+]
      • 3
      • DiegoM's avatar
      • DiegoM
      • Construct Team Construct 3 Developer
      • 3 points
      • (0 children)

      If I had to guess I would say importing all individual frames of a gif will never happen, unless the browser's internal feature is made accessible through javascript that is.

      Rolling out our own implementation of a gif reader, while possible, would be extremely error prone (gif is a very old format which I assume has it's fair share of edge cases that need to be handled). Ultimately it wouldn't be time well spent as it is not such a useful feature to begin with.