README.md
pyproject.toml
montaris/__init__.py
montaris/__main__.py
montaris/app.py
montaris/canvas.py
montaris/layers.py
montaris/core/__init__.py
montaris/core/adjustments.py
montaris/core/components.py
montaris/core/display_modes.py
montaris/core/image_set.py
montaris/core/multi_undo.py
montaris/core/roi_ops.py
montaris/core/roi_transform.py
montaris/core/selection.py
montaris/core/shaders.py
montaris/core/tile_cache.py
montaris/core/tile_pyramid.py
montaris/core/undo.py
montaris/io/__init__.py
montaris/io/image_io.py
montaris/io/imagej_roi.py
montaris/io/instructions.py
montaris/io/roi_io.py
montaris/tools/__init__.py
montaris/tools/base.py
montaris/tools/brush.py
montaris/tools/bucket_fill.py
montaris/tools/circle.py
montaris/tools/eraser.py
montaris/tools/hand.py
montaris/tools/move.py
montaris/tools/polygon.py
montaris/tools/rectangle.py
montaris/tools/select.py
montaris/tools/stamp.py
montaris/tools/transform.py
montaris/widgets/__init__.py
montaris/widgets/adjustments_panel.py
montaris/widgets/alert_modal.py
montaris/widgets/debug_console.py
montaris/widgets/display_panel.py
montaris/widgets/help_modal.py
montaris/widgets/layer_panel.py
montaris/widgets/minimap.py
montaris/widgets/perf_monitor.py
montaris/widgets/properties_panel.py
montaris/widgets/toast.py
montaris/widgets/tool_panel.py
montaris_x.egg-info/PKG-INFO
montaris_x.egg-info/SOURCES.txt
montaris_x.egg-info/dependency_links.txt
montaris_x.egg-info/entry_points.txt
montaris_x.egg-info/requires.txt
montaris_x.egg-info/top_level.txt
tests/test_adjustments.py
tests/test_batch_export.py
tests/test_bucket_fill.py
tests/test_canvas_performance.py
tests/test_circle.py
tests/test_display_modes.py
tests/test_existing.py
tests/test_fix_overlaps.py
tests/test_gui_integration.py
tests/test_image_set.py
tests/test_imagej_roi.py
tests/test_multi_selection.py
tests/test_per_roi_undo.py
tests/test_phase1_infrastructure.py
tests/test_phase2_file_io.py
tests/test_phase3_layer_panel.py
tests/test_phase4_drawing.py
tests/test_phase5_transform.py
tests/test_phase6_montage.py
tests/test_phase7_ui_polish.py
tests/test_rectangle.py
tests/test_roi_management.py
tests/test_stamp.py
tests/test_tile_pyramid.py
tests/test_transform.py
tests/test_ui_enhancements.py