Bayer-Group / paquo

PAthological QUpath Obsession - QuPath and Python conversations
GNU General Public License v3.0
105 stars 16 forks source link

Refactor and simplify URI handling #81

Closed ap-- closed 2 years ago

ap-- commented 2 years ago

The ImageProvider abstraction was initially planned to provide an easy way to allow extending how images are associated from multiple different locations when sharing qupath projects and moving them from device to device.

The code handling all of this was over-engineered and should be reduced to the functionality that is actually required.

This should happen after we merge #80 and before we release paquo v0.6.0