Code Libraries: Image processing

CamanJS

CamanJS is a canvas manipulation library offering many tools for pixel-level canvas manipulation. It can crop and resize images, apply blending modes and a host of filters such as: gamma, greyscale, noise, hue, saturation, etc. Unlike with CSS3 filters, the resulting image can be saved. 

clmtrackr

clmtrackr is a JavaScript library for fitting facial models to faces in videos or images. It can track a face and output the coordinate positions of the face model as an array. It can also perform face substitution, face masking, realtime face deformation, emotion detection and more…