I have a 48bit RGB TIF file, and I would like to save just one channel from that file as a 16bit Grayscale.
Having done a bit of digging, I have found numerous ways to convert the whole image to Grayscale, with varying degrees of artistic control, but nothing about ripping out a single channel.
Can it be done? How? Have I just overlooked the obvious somewhere?
I would like to do this with as little user intervention as possible as I'm likely to want to do it, in batch mode, to a lot of images.
PS: I have no objection to a solution that actually saves all three channels in one operation, each to a separate file. I can always throw away the spares.
Regards, Andrew.
Split Channels certainly gets the data the way I want it.
Now I just have to work out the best way of automating the save(s).
Many Thanks,
Glad I could help.
I would agree that this is a quicker way to extract a single layer (my original goal) but the result seems to think it is an "Alpha Channel" and refuses to be saved as a TIF. [I'm sure I ought to know what to do with an "Alpha Channel", but my education hasn't got that far yet].