Skip to main content
Known Participant
June 19, 2020
Question

CEP Panel: Open Raw file and assign specific camera profile

  • June 19, 2020
  • 0 replies
  • 184 views

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;

 

 

This topic has been closed for replies.