Question
CEP Panel: Open Raw file and assign specific camera profile
Hey there!
I do not find any documentation on opening raw files and applying a specific camera profile to them.
I am referring to something like the options in this snippet:
rawOpt.bitsPerChannel = BitsPerChannelType.SIXTEEN;
rawOpt.colorSpace = ColorSpaceType.ADOBERGB;
rawOpt.channelNumber=3;
rawOpt.whiteBalance = WhiteBalanceType.AUTO;