Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added UltraHDR export plugin to generate UltraHDR JPEG images. #502

Merged
merged 42 commits into from
Jan 7, 2025
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9bfda93
official/apply_camera_style - make the translatable strings
wpferguson Nov 14, 2024
b5c93e5
lib/dtutils - added a gen_uuid() function to generate a UUID string
wpferguson Nov 14, 2024
ed9f2bb
official/apply_camera_sytle - ensure style is only applied to raw
wpferguson Dec 1, 2024
9bceb79
Fixed $(FILE.NAME) variable substitution
koto Dec 2, 2024
d27df0c
Fixed $ROLL.NAME substitution
koto Dec 2, 2024
87ca8bd
Fixed $(VERSION.IF_MULTI)
koto Dec 2, 2024
3b520d6
Added UltraHDR export plugin to generate UltraHDR JPEG images.
koto Aug 23, 2024
b963eaa
Added encoding variant as an explicit UI setting (though only API-4 i…
koto Aug 26, 2024
1986f4e
Major overhaul of the plugin. Added SDR + HDR (JPEG-XL) support.
koto Sep 19, 2024
865d29f
Changed the UltraHDR JPEG quality to 95.
koto Sep 19, 2024
28f8756
Added better messaging.
koto Sep 19, 2024
496f8e7
Fixed doc.
koto Sep 19, 2024
1a3a7f1
Added SDR + auto gainmap generation encoding variant.
koto Sep 19, 2024
794b123
Fixed tooltip language.
koto Sep 19, 2024
fe6d262
Display all error messages when checking configuration.
koto Sep 20, 2024
2e95c48
Added option to generate metadata file.
koto Sep 20, 2024
7e8340c
Don't overwrite existing stack slots (that way the first matching ima…
koto Sep 20, 2024
99c3548
Copy only EXIF tags to UltraHDR.
koto Sep 21, 2024
39f63cc
Fallback to reading image's width/height, as sometimes final_width/he…
koto Sep 21, 2024
0872642
Don't re-export JPEG files if their images are not altered.
koto Sep 21, 2024
44e442e
Support grouping images into stacks by different criteria (or forcing…
koto Sep 21, 2024
118bbad
Exposed sliders for crucial settings in a metadata file, removed file…
koto Sep 22, 2024
f6a1d1c
Made the UltraHDR generation more robust.
koto Sep 24, 2024
3791b47
Use lowercase labels to adjust to DT style.
koto Sep 24, 2024
84a1c1d
Use single channel gainmaps in SDR+HDR.
koto Sep 25, 2024
749db97
Speed up export in HDR+SDR.
koto Sep 25, 2024
2a4452c
Workaround https://github.com/darktable-org/darktable/pull/17529 for …
koto Sep 25, 2024
ea7ac8e
Abort and cleanup early when any of the binaries fail.
koto Sep 25, 2024
268aa7d
Removed darktable capitalization.
koto Sep 26, 2024
13ae486
Verify raw file size in pixels.
koto Sep 26, 2024
a3404b6
Renamed gainmap to "gain map" in UI.
koto Sep 26, 2024
e4da226
Added gainmap downsampling.
koto Sep 26, 2024
72ce0b0
Small fixes
koto Oct 24, 2024
95e2e49
Added HDR only encoding variant.
koto Nov 25, 2024
a09140c
Variable substitution in output directory. Force exporting files, but…
koto Dec 2, 2024
ecc3fb2
Merge branch 'darktable-org:master' into ultrahdr
koto Dec 3, 2024
77c4058
Added logging code and a workaround for https://github.com/darktable-…
koto Dec 3, 2024
3bdbfd1
Apply write_image workaround only in 9.3.0
koto Dec 4, 2024
3c67c0c
Create output directory if it doesn't exist.
koto Dec 21, 2024
6d16a87
Removed .DS_Store
koto Dec 22, 2024
0ab4b0c
Added 50ms sleep to the colorspace change.
koto Jan 2, 2025
9f3fb16
Addressed review comments.
koto Jan 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading