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

Getting started #24

Open
culmat opened this issue May 19, 2021 · 3 comments
Open

Getting started #24

culmat opened this issue May 19, 2021 · 3 comments

Comments

@culmat
Copy link

culmat commented May 19, 2021

A little documentation on how to get started and what to expect ( man page / screen shots / feature list ) would be great.

@L1ghtmann
Copy link

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.

@befocken
Copy link

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

@trasferetti
Copy link

Batch converting:
just cd to your raw files (.CR2 in this example) folder and then:
ls *.CR2 | xargs -I{} raw2dng {} -o {}.dng

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants