Name Modified Size InfoDownloads / Week
Parent folder
README 2015-03-25 2.8 kB
color_grading_v171.zip 2015-03-17 66.7 kB
color_grading_v171.tar.gz 2015-03-17 68.9 kB
Totals: 3 Items   138.4 kB 0
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.



FILES TO COPY:

For normal installation copy:
color_grading_cw_v171.py
colorwheel_150.png

If above is not working, copy:
color_grading_cw_v171_safemode.py
colorwheel_150.png


If you are a developer or studying the code you can use:
(The developer version generates the colorwheel if .png file
is not found, requires numpy installed, numpy is not automatically installed in Windows)
color_grading_cw_v171_developer.py
If color_grading_cw_v171_developer.py is not working then try:
color_grading_cw_v171_developer_safemode.py


HOW AND WHERE TO INSTALL:

WINDOWS USERS:
Python installation:
Python usually gets installed with gimp (option during gimp installation).
Copy appropriate files in:
Vista/7 	C:\Users\[USER]\.gimp-2.8\plug-ins
XP and older 	c:\Documents and Settings\[USER]\.gimp-2.8\plug-ins

LINUX USERS:
Python installation:
Python usually ships with the OS so no manual installation is needed.
Copy appropriate files in:
/home/[USER]/.gimp-2.8/plug-ins
Check if the file is marked as executable.





In GIMP you will find it under Colors/Color Grading menu.

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.

For more details and Sample images:
http://registry.gimp.org/node/26187

Source: README, updated 2015-03-25