Converting cr2 to png turn them redish

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Post Reply
gr0s
Posts: 1
Joined: Sun Jun 27, 2021 9:47 pm

Converting cr2 to png turn them redish

Post by gr0s »

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 :

Code: Select all

nconvert -o %.png -out png -clevel 0 "C:\path\to\images\*.cr2"
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.
User avatar
XnTriq
Moderator & Librarian
Posts: 6336
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Converting cr2 to png turn them redish

Post by XnTriq »

Welcome to the forum, gr0s.

Please add…

Code: Select all

-raw_autobalance -raw_camerabalance -raw_autobright
… to the mix.
Post Reply