feat: 添加 Apple MakerNote 元数据构建功能,支持 Live Photo 识别
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user