Cookbook for G’MIC beginners

This cookbook is intended for newcomers to the G’MIC language. It takes you by the hand step by step, starting from your Python (optionnally Numpy, Scipy..) language skills and making you learn the G’MIC image processing language the easy way a smooth methodology. gmic-py allows to you evaluate G’MIC expressions and scripts easily, but breaking the walls of the G’MIC syntax is key for newcomers to leverage the power of the G’MIC engine.

The progression of this cookbook follows more or less closely five gmic.eu website’s articles (Basics, Images, Selections and Command Decorations, Images have edges - Now What?, Conjuring Images out of the Aether and Other Generators). It was thought of originally in this pixls.us community discussion.

Basics

TODO

Images

TODO

Selections and Command Decorations

TODO

Images have Edges - Now What?

TODO

Conjuring Images out of the Aether and Other Generators

TODO