17 lines
473 B
Markdown
17 lines
473 B
Markdown
# qifdp
|
|
|
|
QIFDP - Quick IFD Parser
|
|
|
|
Instead of parsing and processing the whole IFD sections, this lib will only search for a given IFD tag and only parses this one tag, in order to save alot of time. The intention behind this are python programs, which process a lot of images where any improvenent time-wise counts.
|
|
|
|
# Tested formats
|
|
- Sony ARW v4.01
|
|
|
|
# Build
|
|
|
|
If you don't already have uv installed: `pip install uv`
|
|
|
|
```
|
|
uv build
|
|
pip install dist/qifdp-0.1.0.tar.gz
|
|
``` |