Skip to main content

Python Interface for Adobe DNG Converter

Project description

PyDNGConverter

Python Interface for the Adobe's DNG Converter

This project is very early on in development. It currently only supports .CR2 files.

More documentation will come soon.

Installation

pip install -U pydngconverter

Example

from pydngconverter import DNGConverter, JPEGPreview

# Create Instance
pydng = DNGConverter('/my/raw/files/',
                    dest='/dngfiles',
                    jpeg_preview=JPEGPreview.FULL,
                    fast_load=True,
                    multiprocess=True
                    )

# Convert all raw images
pydng.convert()

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

pydngconverter-0.1.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

pydngconverter-0.1.0-py2.py3-none-any.whl (6.1 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