Skip to content

Commit 2ae4c31

Browse files
committed
add PNG to set of animated formats
1 parent 4e2a08d commit 2ae4c31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tilesource.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ tilesource_open(Tilesource *tilesource, int level)
220220

221221
else if (vips_isprefix("webp", tilesource->loader) ||
222222
vips_isprefix("jxl", tilesource->loader) ||
223+
vips_isprefix("png", tilesource->loader) ||
223224
vips_isprefix("gif", tilesource->loader)) {
224225
/* These formats have pages all the same size and support page and n.
225226
*/

0 commit comments

Comments
 (0)