Image RGB Channel Splitter
Image
Pulls each colour channel out of the source pixels independently. Isolate mode keeps each channel coloured (red channel shows only the red values, green channel only the green, etc.); Grayscale mode renders each channel as a 0–255 brightness map, which is what photo editors mean by "split channels". PNG download per channel, all client-side.
Useful for inspecting JPEG colour-channel artefacts, identifying chromatic aberration, or pulling matte-style masks from a photo.
How to use
- Drop or pick an image.
- Choose Isolate (coloured) or Grayscale (intensity).
- Download whichever channels you need.
Frequently asked questions
- Why does the blue channel often look noisy?
- Bayer-pattern camera sensors capture twice as many green photosites as red or blue, and JPEG compression treats chroma harshly. The blue channel is usually the noisiest as a result.
- What about alpha?
- The alpha channel is dropped — output PNGs are fully opaque. If you need the alpha as its own grayscale image, run the input through a separate tool that exposes it.
Related tools
Image Crop (Aspect Ratio)
Crop any image to a standard aspect ratio (1:1, 16:9, 4:3, etc.) — centered automatically.
Image Rotate & Flip
Rotate an image 90° at a time or flip it horizontally / vertically, then download the result.
Image Resize
Resize an image to any dimensions and export as PNG, JPEG, or WebP — all in your browser.
Image to Base64
Convert an image to a Base64 data URL you can paste anywhere.
QR Code Generator
Create custom QR codes from any text or URL and download them.
Image Compressor
Compress and resize JPEG, PNG, and WebP images in your browser.