Converting cr2 to png turn them redish
Posted: Sun Jun 27, 2021 9:57 pm
Hello,
I've taken photos of the moon with my Canon 1000D so the output files are in CR2. I want to convert them to png but converting them with NConvert turn them redish.
I use this command :
I think it's linked to the fact that my original files are 48bit and the converted ones are 24bit. I've tried with"-org_depth" but it does not change anything.
Here is the two images :
Before converting
https://drive.google.com/file/d/1IJgq5U ... sp=sharing
After convering
https://drive.google.com/file/d/1ZDBQov ... sp=sharing
Sorry for the google drive links, I don't know where I can upload them except there.
Can someone help me ?
Thanks.
I've taken photos of the moon with my Canon 1000D so the output files are in CR2. I want to convert them to png but converting them with NConvert turn them redish.
I use this command :
Code: Select all
nconvert -o %.png -out png -clevel 0 "C:\path\to\images\*.cr2"
Here is the two images :
Before converting
https://drive.google.com/file/d/1IJgq5U ... sp=sharing
After convering
https://drive.google.com/file/d/1ZDBQov ... sp=sharing
Sorry for the google drive links, I don't know where I can upload them except there.
Can someone help me ?
Thanks.