camellia

Image processing and computer vision library with C API

brewmacoslinux
Try with needOr install directly
Source

About

Image Processing & Computer Vision library written in C

Commands

camellia

Examples

Load and process an image file$ camellia input.jpg -o output.jpg
Apply image filtering operations$ camellia input.jpg --filter gaussian -o filtered.jpg
Resize image to specific dimensions$ camellia input.jpg --resize 800x600 -o resized.jpg