I'm trying to read a specific level (level=3) using pyvips:
image = pyvips.Image.new_from_file(data/imagestif/SUH_BR_0002.tif,level=3)
But I get this error: KeyError: 'level'
I don't why I can't specify the level with that argument, as the documentation says. I'm using 8.13 pyvips version.