跳转到主要内容

读取文件名并从命名文件输出EXIF数据

项目描述

photofind

一个类似 find 的工具,用于扫描目录,检测图像文件,读取和过滤选定的EXIF数据标签。

地理位置过滤器

根据提供的GPS坐标和扫描的图像文件中的EXIF GPS数据之间的距离来过滤图像文件。

命令行

Usage: photofind [OPTIONS] [DIRECTORY]

  Scan DIRECTORY for image files, printing filenames and selected EXIF data

Options:
  -r, --recurse              descend into subdirectories
  -f, --file_filter TEXT     regex pattern to select filenames
  -t, --include_filter TEXT  regex pattern to select EXIF tags (default is
                             all)
  -T, --exclude_filter TEXT  regex pattern to exclude EXIF tags (default is
                             '.*[tT]humbnail.*|EXIF MakerNote|Filename' use
                             '\.^' to exclude nothing
  -j, --format-json          output as JSON
  -c, --compact              compact output
  -n, --no_exif              output only files with no EXIF data
  -d, --distance TEXT        filter output by distance given
                             LATITUDE,LONGITUDE,METERS in decimal
                             (include_filter must include GPS data
  --data / --no-data         output EXIF data
  --help                     Show this message and exit.

项目详情


下载文件

下载适合您平台的文件。如果您不确定选择哪个,请了解有关 安装包 的更多信息。

源分布

photofind-1.1.1.tar.gz (4.1 kB 查看哈希值)

上传时间:

构建分布

photofind-1.1.1-py2.py3-none-any.whl (5.8 kB 查看哈希值)

上传时间: Python 2 Python 3

由以下提供支持