| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2026-05-03 | 3.9 kB | |
| color_grading_cw_v191.tar.xz | 2026-05-01 | 45.4 kB | |
| color_grading_cw_v191.zip | 2026-05-01 | 96.8 kB | |
| Totals: 3 Items | 146.0 kB | 15 | |
Color Grading plug-in, creates a cine image look based on user input. For a contemporary image look, use complimentary colors in shadows and highlights. It is also preferable to be used on a somewhat neutral image (ie pre white balanced) for best control of the final result. If it's not a raw image balance it before with Color Balance 2. Version 1.9.1 of Color Grading plug-in depends on a custom GEGL plugin written in C. In Windows the .dll binary is provided, in Linux .so file must be built by the user. The need for this new dependecy came up due to GIMP changing how pdb levels work, used to work on non linear light now work on linear light. Causing the same input to deliver completely different output. WINDOWS USERS: Python installation: - Python usually gets installed with gimp - GIMP 3.2: Copy the following files in [Windows 10 and later]: C:\Users\[USER]\AppData\Roaming\GIMP\3.2\plug-ins\color_grading_cw_v191 color_grading_cw_v191.py colorwheel_150.png - GEGL 0.4: Copy .dll file in: C:\Users\[USER]\AppData\Local\gegl-0.4\plug-ins [Windows 10 and later] johnlakkas-levels-and-saturation.dll WINDOWS PORTABLE APPS USERS: Python installation: - GIMP 3.2: Copy the following files in [Windows 10 and later]: GIMPPortable\Data\GimpAppData\plug-ins\color_grading_cw_v191 color_grading_cw_v191.py colorwheel_150.png - GEGL 0.4: Copy .dll file in: GIMPPortable\App\gimp\lib\gegl-0.4 johnlakkas-levels-and-saturation.dll LINUX USERS: Python installation: - Python usually ships with the OS so no manual installation is needed. - GIMP 3.2: Copy the following files in: /home/[USER]/.config/GIMP/3.2/plug-ins/color_grading_cw_v191 color_grading_cw_v191.py colorwheel_150.png Note: Make sure .py file is marked as executable. - GEGL 0.4: Copy .so file in [.so file is built from source code]: /home/[USER]/.local/share/gegl-0.4/plug-ins/johnlakkas-levels-and-saturation/ johnlakkas-levels-and-saturation.so In GIMP you will find it under Colors/Color Grading menu. New in Version: 1.9.1 > Fixed color wheel fickering New in Version: 1.9.0 > Transition backend operation from pdb levels/saturation to Gimp Filter/GEGL Operation, for corrct non-linear operation of levels New in Version: 1.8.0 beta > Transition from GIMP 2/GTK 2/Python 2 to GIMP 3.0/GTK 3/Python 3 New in Version: 1.7.4 > GIMP 2.10 compatibility fixes New in Version: 1.7.3 > Fixes a bug making possible the use of Color Grading plug-in inside portable gimp (from portableapps.com) New in Version: 1.7.2 > Fixes an unusual bug in colorwheel redraw New in Version: 1.7.1 > Fixes bug in headless mode, where the output layer was downsized New in Version: 1.7 > Optionally use small preview for near instant redraw (idea by jontait2, gimpchat.com) > Autosave last filter used as a profile named "latest" New in Version: 1.6.2 > UI bug fixes (by jontait2, gimpchat.com) New in Version: 1.6.1 > Minor UI fixes (by jontait2, gimpchat.com) New in Version: 1.6 > Instant Preview (by jontait2, gimpchat.com) New in Version: 1.5.5 > Repositioning in Gimp Menu (Now under Colors menu) > Profiles Tab scroll bar fix New in Version: 1.5.4 > Fixes in headless mode > Small speed enhancement New in Version: 1.5.3 > Information pane now shows both 0-255 and percentage values New in Version: 1.5.2 > GIMP 2.8 compatibility fixes > Code cleaning New in Version: 1.5: > Channel Levels Information for applying the corrections in another program > Profiles New in Version: 1.4: > Major engine refactoring > Speed improvement New in Version: 1.3: > Now Double version slider/colorwheel availability, new interface like professional tools > Midtones bugfix New in Version 1.2: > Saturation added. New in Version 1.1: > Levels added. EXTRAS: The Color Grading plug-in is also available in GMIC. In GMIC you will find it under: Colors, Color Grading. You may have to update your filters using the refresh button.