We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f244a6 + f983997 commit 752bd08Copy full SHA for 752bd08
1 file changed
test/python_tests/image_tiff_test.py
@@ -256,7 +256,7 @@ def test_tiff_rgba8_compare_stripped():
256
257
def test_tiff_rgba8_compare_tiled():
258
filepath1 = '../data/tiff/ndvi_256x256_rgba8_striped.tif'
259
- filepath2 = '/tmp/mapnik-tiff-rgba8-stripped.tiff'
+ filepath2 = '/tmp/mapnik-tiff-rgba8-tiled.tiff'
260
im = mapnik.Image.open(filepath1)
261
im.save(filepath2, 'tiff:method=tiled')
262
im2 = mapnik.Image.open(filepath2)
0 commit comments