This is a script plugin for Photoshop that simulates film-like halation.
-
Download and unzip the software, if the latter isn’t done automatically. The resulting folder contains the main script Halation.jsx and two action sets, Halation.atn and Halation-mono.atn.
-
Quit Photoshop.
-
Copy the script Halation.jsx to Photoshop’s scripts folder. On Mac it’s in /Applications/Photoshop 202x/Presets/Scripts and on Windows 10 it’s in C:\Program Files\Adobe\Adobe Photoshop 202x\Presets\Scripts. You may have to change the permissions of this folder to copy the script there.
-
Start Photoshop and make sure Halation shows up in the menu File/Automate.
-
Install the Photoshop actions by double-clicking on the files Halation.atn and Halation-mono.atn, or by loading it in the Actions palette.
You run the script by running on of the supplied actions, or by making your own actions. If you expand an action and double-click on the settings you can edit the script recipe.
The script takes a number of settings, written as a semicolon-separated text string (recipe):
-
The highlight threshold, from
1
to255
, orauto
. -
The minimum highlight threshold, from
1
to255
. -
The bloom (halo radius), from
1
to100
. -
How much the effect should be boosted, from
0
to170
. -
The red value of the inner halation, from
0
to255
. -
The green value of the inner halation, from
0
to255
. -
The blue value of the inner halation, from
0
to255
. -
The red value of the outer halation, from
0
to255
. -
The green value of the outer halation, from
0
to255
. -
The blue value of the outer halation, from
0
to255
.
-
If you want to change the color values in actions, darker colors results in a weaker effekt and brighter colors in a stronger effect. If you set the red, green and blue color to the same value you get a grayscale color, useful for monochrome halation.
-
Setting #1
auto
means the script will determine the brightest level in your image and calculate where to place the halation range from there. #2 then puts a lower cap on that value.