Skip to main content

Simple utility to export exif data from tiff images to csv.

Project description

===============
Image Inspector
===============


.. image:: https://img.shields.io/pypi/v/image_inspector.svg
:target: https://pypi.python.org/pypi/image_inspector

.. image:: https://img.shields.io/travis/TNRIS/image_inspector.svg
:target: https://travis-ci.org/TNRIS/image_inspector

.. image:: https://readthedocs.org/projects/image-inspector/badge/?version=latest
:target: http://image-inspector.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://pyup.io/repos/github/TNRIS/image_inspector/shield.svg
:target: https://pyup.io/repos/github/TNRIS/image_inspector/
:alt: Updates


Command line utility to export exif data to a csv.


* Free software: MIT license
* Documentation: https://image-inspector.readthedocs.io.


Features
========

* Iterates through a base directory to find .tif files.
* Outputs a CSV of EXIF tags for each .tif file.
* User can specify only a set list of tags to capture.

Usage
=====

Basic Usage:

.. code-block:: console

$ image-inspector .

Specifying a Directory:

.. code-block:: console

$ image-inspector /test/sample_images

Filtering Exported Fields:

.. code-block:: console

$ image-inspector . "Image XResolution" "Image YResolution"

User-defined Output File:

.. code-block:: console

$ image-inspector . --inventory-file-name "images_2016"

Overwrite Existing Inventory Files:

.. code-block:: console

$ image-inspector . --overwrite

Credits
=======

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-05-03)
------------------

* First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

image_inspector-0.3.0.tar.gz (12.9 kB view hashes)

Uploaded Source

Built Distribution

image_inspector-0.3.0-py2.py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page