Question
Change Document Mode to RGB 32 bit Without Merge
I'm trying to convert the document mode from RGB 16 bit to a 32 bit by using:
doc.bitsPerChannel = BitsPerChannelType.THIRTYTWO;
I want to make this conversion WITHOUT merging the layers. Is there a way I can accomplish this.
Thanks!
