We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A little documentation on how to get started and what to expect ( man page / screen shots / feature list ) would be great.
The text was updated successfully, but these errors were encountered:
For anyone curious, if you run the executable w/o any args it'll print the 'help' page.
That being said, I do agree that this info would be useful to have in the README and/or associated with an 'h' flag.
Sorry, something went wrong.
I agree that this would be helpful. E.g. some concrete installation/building instructions. I found this to work for Ubuntu 20.04:
# install dependencies sudo apt-get install -y cmake gcc g++ libexiv2-dev libraw-dev libexpat-dev libjpeg-dev zlib1g-dev # build mkdir build && cd build && cmake ../ && make # install binary sudo make install
Batch converting: just cd to your raw files (.CR2 in this example) folder and then: ls *.CR2 | xargs -I{} raw2dng {} -o {}.dng
cd
ls *.CR2 | xargs -I{} raw2dng {} -o {}.dng
No branches or pull requests
A little documentation on how to get started and what to expect ( man page / screen shots / feature list ) would be great.
The text was updated successfully, but these errors were encountered: