Code: Select all
convert input.ext -separate channel_%d.jpg
Thanks in advance!

J
Code: Select all
convert input.ext -separate channel_%d.jpg
Code: Select all
convert channel_0.jpg -channel GB -evaluate set 0 channel_0.jpg
convert channel_1.jpg -channel RB -evaluate set 0 channel_1.jpg
convert channel_2.jpg -channel RG -evaluate set 0 channel_2.jpg
Code: Select all
convert in.png -separate -colorspace RGB out.png
Code: Select all
convert input.ext -separate -type truecolor channel_%d.jpg
You will have to read the verbose information for the image using IM to get the colorspace or profile. Then add the correct or desired profile to the output image if no profile was found in the input image. With IM you can either change profiles or add a profile if none exists.blue-j wrote:i'm running the latest macport, which is 6.8.8-3_1.
to be more precise, my desire is to keep the source profile in the channel images, and retain the source colorspace (i.e., no color conversion, or at least one without visual effects). that way an ICC-savvy rendering of the channel images will be faithful to such a rendering of the composite.
nothing i do can change the output from being untagged grayscale at present. i'll keep working! thanks my friends!
J
Photoshop has the habit of overwriting your profile or assigning one with theirs. Open the color control panel and set it to show when importing images so that you can tell it what profile to use, etc.blue-j wrote:thanks so much fred, i have already tried this without success, which i am measuring right now by visual reconciliation with Photoshop 14.2. i'll continue my work; perhaps Photoshop's rendering is suboptimal.
J
With these commands ...blue-j wrote:to be more precise, my desire is to keep the source profile in the channel images, and retain the source colorspace (i.e., no color conversion, or at least one without visual effects). that way an ICC-savvy rendering of the channel images will be faithful to such a rendering of the composite.
Code: Select all
convert redBlue.png -separate rb.png
convert redBlue.png -separate rb.jpg
Code: Select all
convert redBlue.png rb.icc