The next generation of Gimel Studio is the v0.6.x series. Join us in planning and development!
Gimel Studio is a cross-platform, node-based, non-destructive image editor.
The aim of this project is to provide a non-destructive (and fun!) python-based image editor with a workflow for compositing, masking, manipulating, generating and editing images via both CPU and GPU processing. As a core principle, Gimel Studio has a simple, yet powerful API allowing users to script their own custom nodes (and thus effects, manipulations, etc) in Python.
The version in this repository provides only basic image editing features such as flip, color balance, brightness, contrast and blur effects, as well as more advanced editing capabilities such as generating PBR maps for use in 3D from image textures.
See the new repository to see more features and keep track of new development.
Highlights
And More...
Please see the building from source documentation here. Please open a Github Issue if you have problems building from source.
The Gimel Studio docs use the Sphinx package.
pip install -r docs/requirements.txt
cd docs
make html
to build the docs.You will find the HTML docs in the build
folder.
Gimel Studio is licensed under the Apache License, Version 2.0. See the LICENSE and NOTICE files for full copyright and license information.