Skip to content

DasMoorhuhn/qifdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

install

pip install dist/qifdp-26.1.27.tar.gz
# or
uv add qifdp-26.1.27-py3-none-any.whl
# or
uv add https://github.com/DasMoorhuhn/qifdp/releases/download/26.1.27/qifdp-26.1.27-py3-none-any.whl

Used in

  • autopicture-v3 - A python program to sort pictures based on their captured date