Skip to content

Commit 7494136

Browse files
committed
#10: Add support for animated PNGs
1 parent 9ed4f09 commit 7494136

File tree

6 files changed

+377
-9
lines changed

6 files changed

+377
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
* Added:
4+
* Support for animated PNG images.
35
* Fixed:
46
* Text can now be entered using input method editors.
57
* Changed:

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ globset = "0.4.16"
2525
gstreamer = { version = "0.23.5", optional = true }
2626
gstreamer-app = { version = "0.23.5", optional = true }
2727
iced = { version = "0.14.0", features = ["advanced", "advanced-shaping", "crisp", "image", "lazy", "svg", "tiny-skia", "tokio", "wayland", "wgpu", "x11"], default-features = false }
28-
iced_moving_picture = "0.1.0"
28+
iced_moving_picture = "0.2.0"
2929
iced_video_player = { version = ">=0.5.0", git = "https://github.com/jazzfool/iced_video_player.git", rev = "bb5d9b5013b37e5a829996e92ee804b119677e2a", optional = true }
3030
image = { version = "0.25.6", features = ["ico"], default-features = false }
3131
infer = "0.19.0"
3232
intl-memoizer = "0.5.2"
3333
itertools = "0.14.0"
3434
log = "0.4.27"
3535
mime_guess = "2.0.5"
36+
png = "0.18.0"
3637
opener = "0.7.2"
3738
rand = "0.9.0"
3839
realia = "0.2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ that can automatically shuffle multiple videos, images, and songs at once in a g
66
* Customizable layout with multiple groups of dynamically selected media
77
* Video formats: AVI, M4V, MKV, MOV, MP4, WebM,
88
plus any others supported by [GStreamer](https://gstreamer.freedesktop.org)
9-
* Image formats: BMP, GIF, ICO, JPEG, PNG, TIFF, SVG, WebP
9+
* Image formats: BMP, GIF, ICO, JPEG, PNG/APNG, TIFF, SVG, WebP
1010
* Audio formats: FLAC, M4A, MP3, WAV
1111
* Subtitles are supported within MKV (but not as separate files)
1212

0 commit comments

Comments
 (0)