We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e73a17 + db7f9f0 commit 84fd828Copy full SHA for 84fd828
1 file changed
src/image.rs
@@ -89,7 +89,7 @@ impl ImageFormat {
89
Some(match ext.as_str() {
90
"avif" => ImageFormat::Avif,
91
"jpg" | "jpeg" => ImageFormat::Jpeg,
92
- "png" => ImageFormat::Png,
+ "png" | "apng" => ImageFormat::Png,
93
"gif" => ImageFormat::Gif,
94
"webp" => ImageFormat::WebP,
95
"tif" | "tiff" => ImageFormat::Tiff,
0 commit comments