CMakeLists.txt
LICENSE
MANIFEST.in
README.md
setup.py
sailpy/__init__.py
sailpy/__main__.py
sailpy/py.typed
sailpy.egg-info/PKG-INFO
sailpy.egg-info/SOURCES.txt
sailpy.egg-info/dependency_links.txt
sailpy.egg-info/not-zip-safe
sailpy.egg-info/top_level.txt
sailpy/examples/01_quickstart.py
sailpy/examples/02_memory_io.py
sailpy/examples/03_features_and_options.py
sailpy/examples/04_numpy_integration.py
sailpy/examples/05_multiframe.py
sailpy/examples/06_probe.py
sailpy/examples/07_codec_info.py
sailpy/examples/08_logging.py
sailpy/examples/09_image_transformations.py
sailpy/examples/10_enum_usage.py
sailpy/examples/11_advanced_saving.py
sailpy/examples/12_image_viewer.py
sailpy/examples/__init__.py
src/codec_bindings.cpp
src/core_bindings.cpp
src/enums_bindings.cpp
src/image_bindings.cpp
src/log_bindings.cpp
src/options_bindings.cpp
src/sail_python.cpp
tests/test_basic.py
tests/test_codec_info.py
tests/test_core_classes.py
tests/test_edge_cases.py
tests/test_features.py
tests/test_image_formats.py
tests/test_image_transformations.py
tests/test_loading_api.py
tests/test_loading_api_advanced.py
tests/test_logging.py
tests/test_multiframe.py
tests/test_numpy_integration.py
tests/test_options.py
tests/test_pixel_formats.py
tests/test_regression.py
tests/test_roundtrip.py
tests/test_saving_api.py
tests/test_saving_api_advanced.py
tests/test_threading.py
tests/test_to_bytes.py