11-11-2019, 12:42 PM
Another version of the luminosity mask can be found here:
https://gimplearn.net/viewtopic.php/Incr...?f=10&t=81
I haven't installed 2.10.14 yet so can't test it in that.
Note the comment about black masks from the .scm file:
; following steps in tutorial by Pat David
; found at link: http://www.gimp.org/tutorials/Luminosity_Masks/
; This script will generate 9 extra layers named "L","LL","LLL","D","DD","DDD","M","MM","MMM"
; where L stands for Light-tones, D stands for Dark-tones, M stands for Mid-tones
; these layers will be masked as instructed in the tutorial
; so that the user can manipulate these layers at free will.
; Note: not mentioned in tutorial is how to create MM and MMM layers without them having black masks
; according to saul goode's script found at http://chiselapp.com/user/saulgoode/repo...99c37cda66
; MM is created by inverting LL then SUBTRACT DD
; MMM is created by inverting LLL then subtract DDD
; author: Tin Tran
; date: 2014
https://gimplearn.net/viewtopic.php/Incr...?f=10&t=81
I haven't installed 2.10.14 yet so can't test it in that.
Note the comment about black masks from the .scm file:
; following steps in tutorial by Pat David
; found at link: http://www.gimp.org/tutorials/Luminosity_Masks/
; This script will generate 9 extra layers named "L","LL","LLL","D","DD","DDD","M","MM","MMM"
; where L stands for Light-tones, D stands for Dark-tones, M stands for Mid-tones
; these layers will be masked as instructed in the tutorial
; so that the user can manipulate these layers at free will.
; Note: not mentioned in tutorial is how to create MM and MMM layers without them having black masks
; according to saul goode's script found at http://chiselapp.com/user/saulgoode/repo...99c37cda66
; MM is created by inverting LL then SUBTRACT DD
; MMM is created by inverting LLL then subtract DDD
; author: Tin Tran
; date: 2014