All Projects → GimelStudio → Gimel-Studio

GimelStudio / Gimel-Studio

Licence: Apache-2.0 License
Old repo of the node-based image editor. See https://github.com/GimelStudio/GimelStudio for the next generation of Gimel Studio 🚀

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gimel-Studio

Graphite
Open source 2D node-based raster/vector graphics editor (Photoshop + Illustrator + Houdini = Graphite)
Stars: ✭ 223 (+305.45%)
Mutual labels:  image-manipulation, photo-editing
Jspaint
🎨 Classic MS Paint, REVIVED + ✨Extras
Stars: ✭ 5,972 (+10758.18%)
Mutual labels:  image-editor, image-manipulation
Nimp
Nimp - Node-based image manipulation program.
Stars: ✭ 45 (-18.18%)
Mutual labels:  image-manipulation, photo-editing
Gimp Ml
AI for GNU Image Manipulation Program
Stars: ✭ 749 (+1261.82%)
Mutual labels:  image-manipulation, photo-editing
Personalised-aesthetic-assessment-using-residual-adapters
Jupyter notebooks used as supporting material for an msc thesis about personalised aesthetic assessment using residual adapters.
Stars: ✭ 19 (-65.45%)
Mutual labels:  photography, image-manipulation
Mopaint
🎨💪 Modern, modular paint and more! (pre-alpha, not much done yet)
Stars: ✭ 50 (-9.09%)
Mutual labels:  image-editor, image-manipulation
Pesdk Android Demo
A fully customizable photo editor for your app.
Stars: ✭ 464 (+743.64%)
Mutual labels:  image-editor, image-manipulation
Cascade
Node-based image editor with GPU-acceleration.
Stars: ✭ 122 (+121.82%)
Mutual labels:  image-editor, node-based
Resizer
An image resizing library for Android
Stars: ✭ 406 (+638.18%)
Mutual labels:  photography, photo-editing
Photoflare
Quick, simple but powerful Cross Platform image editor.
Stars: ✭ 260 (+372.73%)
Mutual labels:  photography, photo-editing
Rawkit
ctypes based libraw bindings
Stars: ✭ 60 (+9.09%)
Mutual labels:  photography, photo-editing
Fixture
A no-bullshit, free and open source raster graphics editor.
Stars: ✭ 33 (-40%)
Mutual labels:  image-editor, photo-editing
django bgRemoverML
A Machine Learning Project integrated with Django to Remove Background from Image .
Stars: ✭ 136 (+147.27%)
Mutual labels:  image-manipulation
casia1groundtruth
Groundtruth images of tampering dataset CASIA 1.0
Stars: ✭ 27 (-50.91%)
Mutual labels:  image-manipulation
coursera-ai-for-medicine-specialization
Programming assignments, labs and quizzes from all courses in the Coursera AI for Medicine Specialization offered by deeplearning.ai
Stars: ✭ 80 (+45.45%)
Mutual labels:  image-manipulation
Binarify
Convert Images to Binary Art!
Stars: ✭ 15 (-72.73%)
Mutual labels:  image-manipulation
node-imaginary
Minimalist node.js command-line & programmatic API client for imaginary
Stars: ✭ 94 (+70.91%)
Mutual labels:  image-manipulation
automatic-manga-colorization
Use keras.js and cyclegan-keras to colorize manga automatically. All computation in browser. Demo is online:
Stars: ✭ 20 (-63.64%)
Mutual labels:  image-manipulation
hexo-theme-griddy
Hexo theme for artist & photographer showing their work that created with Bulma CSS Framework
Stars: ✭ 22 (-60%)
Mutual labels:  photography
picsort
Organize your photos by date in one click 👏
Stars: ✭ 22 (-60%)
Mutual labels:  photography

"Gimel Studio"

Gimel Studio

🚀 New development is now focused on the 0.6.x series in the new repository.

The next generation of Gimel Studio is the v0.6.x series. Join us in planning and development!

⚠️ This repository is the previous version which will no longer be maintained.

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.

Features

Highlights

  • Thumbnail preview on each node showing the steps of the rendered image
  • Fast node-based, non-destructive workflow (similar to Blender 3D)
  • 20+ nodes with a wide range of functionality
  • Node Graph featuring node deletion, duplication, selection, etc.
  • JPEG, JPG, PNG, BMP, WEBP (and more...) file type support
  • API for scripting custom nodes in Python
  • Integration with Blender via the Blender Gimel Studio addon
  • Dark theme w/ wire curving
  • Rearrangable and resizable panels for the main UI
  • Zoomable Image Viewport for viewing rendered image result
  • Auto-renders as the Node Graph is edited (this is a setting that you can change if you so desire)

And More...

Installing from source

Please see the building from source documentation here. Please open a Github Issue if you have problems building from source.

Building the documentation from source

The Gimel Studio docs use the Sphinx package.

  • pip install -r docs/requirements.txt
  • cd docs
  • Now run make html to build the docs.

You will find the HTML docs in the build folder.

License

Gimel Studio is licensed under the Apache License, Version 2.0. See the LICENSE and NOTICE files for full copyright and license information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].