I used openslides.loader to load my svs file, and the saver I used was tiff.saver, but an error occurred:
raise Error('unable to call {0}'.format(operation_name))
pyvips.error.Error: unable to call tiffsave
source input: Can not read tiles from a striped image
If pil.saver is used, an error will occur:
struct.error: 'L' format requires 0 <= number <= 4294967295
完整报错( tiff.saver):
