Aller au contenu

03 · 04·Negative

Splitting your image into CMYK negatives

breaking your image into four negatives

Reading 4 min·Verified 2026-05-19

The four CMYK negatives generated from a source image
Four negatives generated simultaneously — Cyan, Magenta, Yellow, Black — each matching one channel of the source image.

Vision Picturale's color Aquaprint is a four-color process — four successive layers of pigmented gum, each in a printing primary color (Cyan, Magenta, Yellow, Black). The final print isn't a color image printed in one go; it's the stacking of four monochrome prints made successively on the same paper.

To produce these four prints, you need four separate negatives — one per channel. Calibration Flow's CMYK mode generates these four files in a single operation from your RGB source image, with the registration marks aligned across the four for physical registration at print time.

#How it works

You load your source image (typically an RGB file from Lightroom or Photoshop, exported as high-quality JPEG or PNG). You click the "CMYK" button in the generation modes. The app breaks the image into four channels:

Cyan is computed by inverting the image's Red channel. Where your image is bright red (R close to 255), the Cyan channel is nearly empty (little Cyan pigment to lay down). Where your image is green or blue (low R), the Cyan channel is dense.

Magenta is computed by inverting the Green channel. Same logic.

Yellow is computed by inverting the Blue channel.

Black is computed by inverting the pixel's luminance — a weighted mix of the three RGB channels that matches the human eye. That's what makes the Black channel more accurate than a plain subtraction of the other three (

min(C, M, Y)
): luminance respects the eye's differing sensitivity to red, green and blue.

The four negatives are saved as four distinct PNG files, named

cmyk_cyan_*.png
,
cmyk_magenta_*.png
,
cmyk_yellow_*.png
,
cmyk_black_*.png
. If you've turned on registration marks, they are identical across the four — that's what will let you physically stack the transparencies at print time with precise registration.

#Why it matters

For separation fidelity. Computing black from luminance avoids color imbalances. In a naive decomposition where K = min(C, M, Y), gray areas (where R = G = B) turn entirely black and lose their chromatic subtlety. The luminance computation preserves the nuances.

For simultaneous production of the four negatives. You get the four print-ready files in one operation. No need to separate manually in Photoshop (with its own separation choices that don't necessarily match Aquaprint chemistry). The four negatives come out consistent with each other.

For aligned registration. The registration marks are computed at the same position and the same size on the four negatives. At print time, physically stacking on a light table becomes mechanical — you align the marks, you expose, you move to the next layer.

#When to avoid it

For monochrome processes. Cyanotype, platinotype, Museum Black carbon, Sanguine Aquaprint, bromoil, gumoil, resinotype — none of them needs CMYK decomposition. Stay on the standard Negative or Positive modes.

For Deep Color carbon. This process is three-color CMY (Cyan, Magenta, Yellow — no separate Black). CMYK mode generates a fourth channel you won't use — you'll only print the first three. It's inefficient but not a problem: simply ignore the Black negative at print time.

For occasional color trials with no intention of an alt-process print. If you just want to see how your image breaks down into CMYK for study or presentation purposes, the Color Venn tool will give you a direct visualization without having to generate four PNG files.

#Worth remembering

ChannelComputation
Cyan255 minus the Red value corrected by the curve
Magenta255 minus the Green value corrected by the curve
Yellow255 minus the Blue value corrected by the curve
Black255 minus luminance (perceptual mix of the three channels)
Generated filesFour distinct PNGs, names prefixed
cmyk_
RegistrationIdentical across the four negatives
Target processVision Picturale's four-color Aquaprint
Different fromColor carbon (three-color CMY, not CMYK)

#The test

Load an image with bright, well-differentiated colors (a flag, flowers, a still life). Turn on CMYK mode and generate the four negatives. Open them one by one in an image viewer. You should recognize your image in each channel, with inverted dominants: on the Cyan negative, your image's reds appear as dark areas; on the Magenta negative, it's the greens that are dark; on the Yellow, the blues; on the Black, the darkest areas of your original image. If you can't recognize the image at all in one of the channels, the decomposition has a problem.