1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 19, 2025 — Aug 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a version check to modify the arguments based on the version of enfuse. Enfuse 4.2 no longer accepts the exposure-mu argument. The closest function is exposure-optimum. For versions of enfuse less than 4.2 exposure-mu is used. For versions of enfuse greater than 4.2, exposure-optimum is used. More... about 8 years ago
Creeated image_stack.lua based on Pat David's blog entry, https://patdavid.net/2013/05/noise-removal-in-photos-with-median_6.html. Updated README.md to reflect the new script. More... about 8 years ago
Merge pull request #134 from wpferguson/multi_os_example More... about 8 years ago
Created a cross platform script that calls an external executable. It also performs a service that some users might find useful, extracting the embedded jpeg image from a raw file, then importing and grouping it with the raw. Updated README.md to reflect the new file More... about 8 years ago
Merge pull request #132 from wpferguson/windows_work_arounds More... about 8 years ago
Removed unneeded require for yield, since it now in lib/dtutils.system More... about 8 years ago
Merge pull request #133 from sjjh/patch-1 More... about 8 years ago
corrected "dt" to "darktable" in line 63 of cr2hdr More... about 8 years ago
Added require statement for official/yield.lua so that darktable.control.execute() would have all of it's requirements met without the user having to remember to add it somewhere else More... about 8 years ago
Removed leftover unused code More... about 8 years ago
Added system library to handle running external commands on different operating systems in a transparent manner. Added file and path quoting that is cross platform compatible. Changed gimp.lua to use the new utilities. More... about 8 years ago
enfuse_pro_2 modified per wpferguson More... about 8 years ago
Merge pull request #131 from wpferguson/macos_command_fixes More... about 8 years ago
Removed 'open -W -a' for mac commands from check_if_bin_exists since it only appears to be needed for GUIs. Added 'open -W -a' for macs using GIMP in gimp.lua More... about 8 years ago
Add enfuse_pro_2 More... about 8 years ago
Delete enfuse_pro_2.lua More... about 8 years ago
Delete OpenInPS.lua More... about 8 years ago
Delete HDRMerge.lua More... about 8 years ago
Add 3 new Pulg-Ins More... about 8 years ago
Merge pull request #126 from jbvoelker/gpx_tracks
Tobias Jakobs
as supertobi
More... about 8 years ago
gpx_export.lua: Create a separate <trk> for each source folder More... about 8 years ago
Use print_log in import_filter_manager More... about 8 years ago
Fix formatting of README.md More... about 8 years ago
Merge pull request #123 from wpferguson/README.md_snap_update More... about 8 years ago
Updated README.md to reflect change to snap packaging enabling lua and included instructions on how to use the scripts with the snap More... about 8 years ago
Re-fix README.md More... over 8 years ago
Merge pull request #122 from wpferguson/update_README.md_for_snaps More... over 8 years ago
Merge branch 'master' into update_README.md_for_snaps More... over 8 years ago
Updated README.md to include snap, flatpak, and appimage information More... over 8 years ago
Some fixes for the README More... over 8 years ago