Non-animated GIF output defaults to no-loop #3394

This commit is contained in:
Lovell Fuller
2025-03-21 09:36:25 +00:00
parent 3fd818c4b5
commit 3e41f8b65e
5 changed files with 22 additions and 8 deletions

View File

@@ -380,7 +380,7 @@ struct PipelineBaton {
ensureAlpha(-1.0),
colourspacePipeline(VIPS_INTERPRETATION_LAST),
colourspace(VIPS_INTERPRETATION_LAST),
loop(-1),
loop(1),
tileSize(256),
tileOverlap(0),
tileContainer(VIPS_FOREIGN_DZ_CONTAINER_FS),