Search found 4 matches
- 2018-05-02T14:08:41-07:00
- Forum: Users
- Topic: Windows cr2 conversion color issues
- Replies: 16
- Views: 12382
Re: Windows cr2 conversion color issues
Try it with %o instead of %u.ppm. Ah perfect, that did the trick. It should be in the directory where ImageMagick installed it, not the one in the download folder. Perhaps that is what you meant, but just wanted to make sure. Yeah I meant the folder where ImageMagick is installed, so the root ...
- 2018-05-02T12:07:58-07:00
- Forum: Users
- Topic: Windows cr2 conversion color issues
- Replies: 16
- Views: 12382
Re: Windows cr2 conversion color issues
Nope thats missing, I tried yesterday already to add that, but it seems I am a bit too dump to do so :D I added it to the "dng:decode" delegate as thats the only entry in my delegates file, which is actually using dcraw. But that had no effect, so I tried adding a new delegate for cr2 files with the ...
- 2018-05-02T11:32:54-07:00
- Forum: Users
- Topic: Windows cr2 conversion color issues
- Replies: 16
- Views: 12382
Re: Windows cr2 conversion color issues
I just checked with the -verbose option.
Windows uses the dcraw.exe while the odroid uses ufraw-batch, but the later one isnt included in the default windows builds or?
Greetings,
Windows uses the dcraw.exe while the odroid uses ufraw-batch, but the later one isnt included in the default windows builds or?
Greetings,
- 2018-05-02T11:03:34-07:00
- Forum: Users
- Topic: Windows cr2 conversion color issues
- Replies: 16
- Views: 12382
Windows cr2 conversion color issues
Hello, I am stuck on converting raw images from my Canon camera on my Windows machine and would appreciate any ideas how to resolve the issue. I am trying to convert the raw files with the following command into a jpg image: convert [Image.cr2] -profile [Cameraprofile.icc] [Image.jpg] That creates a ...