mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Ensure delays of the origin image is preserved (#3062)
By not initializing the delay vector, since we assume it's empty by default. See: #3061.
This commit is contained in:
committed by
GitHub
parent
68823a5edb
commit
7aa340232e
@@ -327,7 +327,6 @@ struct PipelineBaton {
|
||||
ensureAlpha(-1.0),
|
||||
colourspaceInput(VIPS_INTERPRETATION_LAST),
|
||||
colourspace(VIPS_INTERPRETATION_LAST),
|
||||
delay{-1},
|
||||
loop(-1),
|
||||
tileSize(256),
|
||||
tileOverlap(0),
|
||||
|
||||
Reference in New Issue
Block a user