Skip to content

borevitzlab/quickaudit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

quickaudit

Does a quick audit of images

# install zbar C library.
# sudo apt install libzbar-dev on Debian
# sudo pacman -Sy zbar on Arch

# install python deps
pip3 install zbarlight numpy rawpy pillow

# Pipe list of files into quickaudit, save resulting tsv
find -type f -iname \*.jpg | python3 ./quickaudit.py | tee image_audit.tsv

Releases

No releases published

Packages

No packages published

Languages