Hello I was wondering if anyone knew how to apply filters on an image using sharpjs(preferably) or any image processing lib with a nodejs SDK using only a colorMatrix. The two inputs I have are the input image and the 4 x 5 color matrix and I want to transform the input image using the color matrix. For context, I can do transformations in the web browser canvas API using feColorMatrix tag but I want to actually manipulate the image on the backend now. Has anyone got any experience with this?