# Using SVG feColorMatrix for per-channel image manipulation

DevFeed: [Using SVG feColorMatrix for per-channel image manipulation](<https://devfeed.tech/articles/finessing-fecolormatrix-28795.md>)

Original publisher: [Read original article](<https://una.im/fecolormatrix/>)

Published: 2016-02-11T00:00:00Z

Content type: article

Language: en

Sources: [Una Kravets](<https://devfeed.tech/sources/una-kravets.md>)

Topics: [SVG](<https://devfeed.tech/topics/svg.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [css](<https://devfeed.tech/tags/css.md>), [effect](<https://devfeed.tech/tags/effect.md>), [filter](<https://devfeed.tech/tags/filter.md>), [image](<https://devfeed.tech/tags/image.md>), [svg](<https://devfeed.tech/tags/svg.md>)

## AI overview

This article explains how SVG feColorMatrix can provide detailed pixel-value manipulation and individual color-channel control beyond standard CSS filters.

## Source excerpt

CSS Filters are awesome, but you can't do individual channel manipulation with them. Enter: feColorMatrix, SVG filter effect method that allows for really in-depth pixel value manipulation for even better image filters.