Find groups of exposure-bracketed images
Project description
Overview
Some cameras support taking bracketed pictures. Bracketing is an operation that rapidly takes a series of pictures with slight variations in situations where the conditions may be tricky or rapidly changing. This allows you to experiment with what the current conditions require or to save time in the present by taking a bunch of pictures that will likely include at least one good one at the expense of having to spend more time later sifting through the extra images.
This project will recursively scan through the JPEG images under a given path and identify sequential sequences of exposure-bracketed images.
Installation
This project requires Python 3. To install:
$ pip install bracketed_images_finder
Sequence Identification
The library currently identifies exposure-based bracketing.
Requirements:
- Images have a "exposure mode" of (2) ("auto bracketed")
- Images consist of three, five, or seven images
- Sorting the filenames in increasing order will also sort them in chronologically-increasing order
The actual exposure deltas do not matter. Even when configured as a specific value, we have seen the effective exposures being different then expected.
The library currently recognizes the following exposure sequences:
0, -, +
Exposure start at the current, default exposure and are followed by one or more pairs of lower-higher values of the same magnitude, where the magnitude progressively increases for each additional pair. Referred to as a "periodic exposure" sequence.
-, 0, +
Exposures increase from a lower exposure value to a higher exposure value, where both are the same distance from the current, default exposure. Referred to as a "sequential exposure" sequence.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bracketed_images_finder-0.0.3.tar.gz
.
File metadata
- Download URL: bracketed_images_finder-0.0.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.15rc1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cd49b80ba2ca9b1adbd85ef8e50f95a8741cecab4739f816df25ef4858d6fee |
|
MD5 | 0697a54c9b8dc64350b045641b11e379 |
|
BLAKE2b-256 | 7a827f4c93bb590bb8f9ad75f60ac18ea698621500e6d38e399eb0c07e3d34cc |