scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Support tifs without tiles if they are small #100

Closed fm3 closed 3 years ago

fm3 commented 3 years ago

large tiff files still need to be tiled, as explained in the readme. The threshold defaults to 20 MP and can be changed by adding

    "backends": {
      "tiff": {
        "untiled_size_maximum_mp": 5
      }
    }

to the config