File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1378,7 +1378,7 @@ def test_jp2ksave(self):
1378
1378
@skip_if_no ("gifsave" )
1379
1379
def test_gifsave (self ):
1380
1380
# Animated GIF round trip
1381
- x1 = pyvips .Image .new_from_file (GIF_ANIM_FILE , n = - 1 )
1381
+ x1 = pyvips .Image .new_from_file (GIF_ANIM_FILE , access = "sequential" , n = - 1 )
1382
1382
b1 = x1 .gifsave_buffer ()
1383
1383
x2 = pyvips .Image .new_from_buffer (b1 , "" , n = - 1 )
1384
1384
assert x1 .width == x2 .width
@@ -1407,7 +1407,7 @@ def test_gifsave(self):
1407
1407
1408
1408
if have ("webpload" ):
1409
1409
# Animated WebP to GIF
1410
- x1 = pyvips .Image .new_from_file (WEBP_ANIMATED_FILE , n = - 1 )
1410
+ x1 = pyvips .Image .new_from_file (WEBP_ANIMATED_FILE , access = "sequential" , n = - 1 )
1411
1411
b1 = x1 .gifsave_buffer ()
1412
1412
x2 = pyvips .Image .new_from_buffer (b1 , "" , n = - 1 )
1413
1413
assert x1 .width == x2 .width
You can’t perform that action at this time.
0 commit comments