gegl

Graph-based image processing framework for compositing and filtering

brewmacoslinux
Try with needOr install directly
Source

About

Graph based image processing framework

Commands

gegl

Examples

Apply a blur effect to an image$ gegl input.jpg -o output.jpg -- blur radius=5
Chain multiple operations on an image$ gegl input.jpg -o output.jpg -- brightness-contrast brightness=0.2 -- color-to-alpha color=white
List available operations$ gegl --help-all | grep -i operation