mattermost/mattermost
View on GitHubAdd support for APNG (Animated PNG) image format
Open
#24,088 opened on Jul 20, 2023
Difficulty/2:MediumEnhancementHelp WantedTech/ReactJS
Repository metrics
- Stars
- (32,880 stars)
- PR merge metrics
- (Avg merge 6d 5h) (318 merged PRs in 30d)
Description
In the web application, we currently have support for displaying animated GIFs. Now, we need to add similar functionality to support animated PNGs as well.
Environment: Web
Reproduction Steps:
- Attach the provided animated PNG file.
- You can use sample animated PNG images from https://en.wikipedia.org/wiki/APNG .
- Note that the attached image does not display animation in the post.
- However, if you download the attachment, you will be able to view the original animated image in your system.
Expected:
- Instead of showing a still "preview" image, we want to display the original animated file, just like we do for animated GIFs.
If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.
New contributors please see our Developer's Guide.