Search found 2 matches

by kvothe
2016-11-09T04:46:25-07:00
Forum: Users
Topic: DNG to PNG conversion
Replies: 3
Views: 3072

Re: DNG to PNG clarification

The output from the conversion will be a three channels per pixel, encoded as non-linear sRGB. But your input DNG may be "raw": Bayer filter (hence one channel/pixel), linear RGB, requiring white balance, and so on. So the answer to your question is: it depends on the DNG file you give it. A quick ...
by kvothe
2016-11-09T02:06:09-07:00
Forum: Users
Topic: DNG to PNG conversion
Replies: 3
Views: 3072

DNG to PNG conversion

I have captured a burst of 5 dng images from a Nexus6P for scientific imaging. The pixel intensities from the image will be mapped to my measurement value. For further processing the 5 dng images are averaged to reduce the noise and converted to png. I am using convert dng:*.dng -average out.png to ...