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

Add custom RAW format conversion tool support #928

Open
fierceX opened this issue Apr 2, 2024 · 0 comments · May be fixed by #929
Open

Add custom RAW format conversion tool support #928

fierceX opened this issue Apr 2, 2024 · 0 comments · May be fixed by #929
Labels
dependencies Pull requests that update a dependency file feature A new idea or feature scanner Related to the scanner component
Projects

Comments

@fierceX
Copy link

fierceX commented Apr 2, 2024

Previously, I tried to use Darktable for RAW format conversion, but it was a pity that I could not install Darktable on my machine. Later, I found another alternative tool, ImageMagick, but I found that it did not solve my problem. Since most of the RAW formats I shot were dark (I only have one camera, I am not sure if the other RAW formats are the same), I need to increase the exposure during the conversion so that it looks normal. But when I use ImageMagick to adjust the exposure (actually brightness), some of the highlights will overflow, making it difficult for me to adjust automatically. Then I found a library for decoding RAW format: libraw, which has the option of analog exposure adjustment, and can retain highlights to avoid highlight overflow when adjusting exposure. Unfortunately, the library does not have an executable tool, so I packaged a raw2jgp tool myself, which now solves my problem and enables my RAW photos to adjust their exposure during conversion. And there will be no highlight overflow. From this, I wonder if it is possible to add a custom environment variable of the RAW conversion tool, and the conversion script can be specified by the user, so that various conversion needs can be met.

Here is my PR:
#929

@fierceX fierceX linked a pull request Apr 2, 2024 that will close this issue
@kkovaletp kkovaletp linked a pull request Apr 29, 2024 that will close this issue
@kkovaletp kkovaletp added feature A new idea or feature scanner Related to the scanner component dependencies Pull requests that update a dependency file labels Apr 29, 2024
@kkovaletp kkovaletp added this to To do in Roadmap via automation Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file feature A new idea or feature scanner Related to the scanner component
Projects
Roadmap
To do
Development

Successfully merging a pull request may close this issue.

2 participants