GIMP LightZone Plug-in for Windows, macOS, and Linux.
Derived from original plugin for Windows: http://steaz.altervista.org/lightzone-plugin-for-gimp/
Download Lightzone.py
and place it in C:\Users\USER_NAME\.gimp-2.8\plug-ins\
folder.
curl -o ~/Library/Application\ Support/GIMP/2.8/plug-ins/Lightzone.py https://raw.githubusercontent.com/ktgw0316/lightzone-plugin-for-gimp/master/Lightzone.py && chmod 755 ~/Library/Application\ Support/GIMP/2.8/plug-ins/Lightzone.py
curl -o ~/.gimp-2.8/plug-ins/Lightzone.py https://raw.githubusercontent.com/ktgw0316/lightzone-plugin-for-gimp/master/Lightzone.py && chmod 755 ~/.gimp-2.8/plug-ins/Lightzone.py
- In Gimp menu, select Filter > Photography > LightZone
- Select a Layer setting, then click OK to open LightZone
- (If you haven't done yet) go to LightZone Preferences > Save, then
- Select Save LightZone files as: JPEG
- Select Resize To: Don't limit
- Edit and Save your image
- Exit LightZone. Note that you may need to completely quit LightZone using
Ctrl-q
orCmd-q
shortcut, especially on macOS. - Edited image from LightZone will appeer on the Gimp window.
- On macOS, it opens another unnecessary LightZone window.
- On macOS, LightZone windows are sometimes in very small size.
- On Gimp 2.9 and later,
pdb.gimp_edit_named_paste_as_new
must be changed topdb.gimp_edit_named_paste_as_new_image
to avoid error dialog.