Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Dark frame option #76

Merged
merged 2 commits into from Jun 28, 2015
Merged

Dark frame option #76

merged 2 commits into from Jun 28, 2015

Conversation

SamWhited
Copy link
Member

Adds a naive dark frame implementation (just creates a temporary file and saves it).

Has minimal optimizations (it checks if the temp file already exists, and if so doesn't process / save the file again). Not very good.

Should be improved later with FIFO support on Unix based systems (will require us to rething parts of the system though since that will require some threading magic since named pipes are blocking).

@SamWhited SamWhited merged commit 932b8da into photoshell:master Jun 28, 2015
@SamWhited SamWhited deleted the darkframe branch June 28, 2015 05:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant