Converting RAW CR2 to 32bit EXR, 16bit TIFF, and 8bit JPEG
Posted: 2019-09-18T14:17:35-07:00
Hi all!
I've used ImageMagick a bit in the past but I'm hitting a wall with this one. Having to dive into colorspace science a little over my head, so any help (or guidance in the proper direction) would be appreciated! Ultimately I've been tasked with converting a raw CR2 to:
The files are quite large so here's a Google Drive link to download them.
https://drive.google.com/open?id=1LrrtU ... rAylgiCM_E
Thanks!
I've used ImageMagick a bit in the past but I'm hitting a wall with this one. Having to dive into colorspace science a little over my head, so any help (or guidance in the proper direction) would be appreciated! Ultimately I've been tasked with converting a raw CR2 to:
- Linear 32bit EXR and preserving the profile from the original CR2
- LOG 16bit TIFF with the same profile
- Normal 8bit JPEG with the same profile
Code: Select all
magick.exe convert inFile.cr2 -depth 32 -set colorspace linear outFile.exr
The files are quite large so here's a Google Drive link to download them.
https://drive.google.com/open?id=1LrrtU ... rAylgiCM_E
Thanks!