.gitignore
LICENSE
README.md
pyproject.toml
.settings/org.eclipse.core.resources.prefs
.vscode/launch.json
.vscode/settings.json
conda/meta.yaml
src/txrm2tiff/__init__.py
src/txrm2tiff/__main__.py
src/txrm2tiff/info.py
src/txrm2tiff/inspector.py
src/txrm2tiff/main.py
src/txrm2tiff.egg-info/PKG-INFO
src/txrm2tiff.egg-info/SOURCES.txt
src/txrm2tiff.egg-info/dependency_links.txt
src/txrm2tiff.egg-info/entry_points.txt
src/txrm2tiff.egg-info/requires.txt
src/txrm2tiff.egg-info/top_level.txt
src/txrm2tiff/font/CallingCode-Regular.otf
src/txrm2tiff/font/License.txt
src/txrm2tiff/txrm/__init__.py
src/txrm2tiff/txrm/abstract.py
src/txrm2tiff/txrm/annot_mixin.py
src/txrm2tiff/txrm/main.py
src/txrm2tiff/txrm/ref_mixin.py
src/txrm2tiff/txrm/save_mixin.py
src/txrm2tiff/txrm/shifts_mixin.py
src/txrm2tiff/txrm/txrm_property.py
src/txrm2tiff/txrm/v3.py
src/txrm2tiff/txrm/v5.py
src/txrm2tiff/txrm_functions/__init__.py
src/txrm2tiff/txrm_functions/general.py
src/txrm2tiff/txrm_functions/images.py
src/txrm2tiff/utils/__init__.py
src/txrm2tiff/utils/file_handler.py
src/txrm2tiff/utils/functions.py
src/txrm2tiff/utils/image_processing.py
src/txrm2tiff/utils/logging.py
src/txrm2tiff/utils/metadata.py
src/txrm2tiff/utils/shortcut_creation.py
src/txrm2tiff/xradia_properties/__init__.py
src/txrm2tiff/xradia_properties/enums.py
src/txrm2tiff/xradia_properties/stream_dtypes.py
tests/__init__.py
tests/test_abstract_txrm.py
tests/test_annotator.py
tests/test_commandline_entrypoint.py
tests/test_file_handler.py
tests/test_image_processing.py
tests/test_inspector.py
tests/test_main.py
tests/test_metadata.py
tests/test_referencer.py
tests/test_saver.py
tests/test_setup_fuctions.py
tests/test_shifts.py
tests/test_txrm_functions.py
tests/test_txrm_property.py
tests/test_txrm_v5.py
tests/test_txrmv3.py
tests/test_util_functions.py
tests/test_with_files.py