feat: 添加 Apple MakerNote 元数据构建功能,支持 Live Photo 识别

This commit is contained in:
Nymiro
2025-10-21 00:00:42 +13:00
parent 9c480d9edb
commit c559ee9683
20 changed files with 531 additions and 6 deletions
+24
View File
@@ -0,0 +1,24 @@
README.md
pyproject.toml
pyheic_struct/__init__.py
pyheic_struct/__main__.py
pyheic_struct/base.py
pyheic_struct/builder.py
pyheic_struct/cli.py
pyheic_struct/converter.py
pyheic_struct/heic_file.py
pyheic_struct/heic_types.py
pyheic_struct/parser.py
pyheic_struct.egg-info/PKG-INFO
pyheic_struct.egg-info/SOURCES.txt
pyheic_struct.egg-info/dependency_links.txt
pyheic_struct.egg-info/entry_points.txt
pyheic_struct.egg-info/requires.txt
pyheic_struct.egg-info/top_level.txt
pyheic_struct/handlers/__init__.py
pyheic_struct/handlers/apple_handler.py
pyheic_struct/handlers/base_handler.py
pyheic_struct/handlers/samsung_handler.py
pyheic_struct/targets/__init__.py
pyheic_struct/targets/apple.py
pyheic_struct/targets/base.py