EDIT : There is an update to the Scripts with much more features and a UI now. Check out this article – Scripts to Make your Star Trails Awesome – for more details. I am still leaving this old article in place (along with the script) as it provides some insight into how the codes is designed / works. Thanks !!!
This is the second installment of the Star Photography Article. If you are just getting started do check out – Sleeping with the Stars. The below article predominantly focuses on Post Processing i.e. once you capture your shots. If you ended up here thru Google looking to set up for Star Trail shoots check out this comprehensive article @ Star Circle.
5 Different Creative Post Processing with the same set of 86 shots (each 30 sec exposure)
If you had read my earlier article – ‘Sleeping with the Stars’ you would have noticed that I mostly shoot milky way shots. For some reason I preferred capturing the Milky Way at its full clarity like this, rather than the star trail style. It all changed until I came across some amazing Comet style processing of star trails like this.
The more I was looking at these, the more I was intrigued. As to getting the normal star trail effect – there are two ways of achieving it. One is a really long exposure – getting everything in a single shot, exposed probably for even hours together. The other is get shorter exposure of around 30 seconds or less and have them merged later in post processing. I prefer the latter, as it gets really interesting with the post processing options. For a regular star trail you could just fire up StarTrail.de to get the final trail effect like this. But with shots like this, it involves – a combination of steps from shooting multiple exposures, and manually editing each layer to achieve desired effect.
The reminder of the article presumes you have a handful of exposures (of shorter duration) of the star lit night scene. You can also download a sample set completely free to try hands on …
As I was searching online there was lot of information on how to set up and shoot for star trails. There was information on processing too, but there was no step by step approach on getting custom effects. As I was working on this, came across David Kingham’s article, which was quiet comprehensive. It was not too over whelming, just simple steps on how to go about achieving this effect. This article also talks about Photoshop Droplets. Though simple, I was never able to get my head around Photoshop droplets. For me – personally – the concepts of droplets was little contrived. Even if you find it simple and manage to load multiple shots as layers, Photoshop does not give an easy way of setting up the Mode for multiple Layers. Additionally setting opacity across larger number of layers is even more cumbersome.
Short cut keys “Alt + [“ – Select below layer ; “Alt + Shift + G” – Set LIGHTEN Layer Mode are quiet handy (but still time-consuming)
The simple but tedious solution is go thru each layer and set the opacity manually. Manual & mundane tasks always come in the way of creativity and does not let you focus on the end results. I was exploring ways to refine the process with more flexibility and reduced manual effort. That is when I learnt about Photoshop Scripting, inspiring for this Photoshop Script and eventually this article. Surprisingly it is not complex at all.
How to Achieve Creative Effects in 5 Steps
1. Set Up
Things Needed before you start –
- Photoshop CS 5 (not sure if the inbuilt script – ‘ load multiple images as layers’ – worked on versions earlier than CS4)
- Multiple Set of exposures of star trails. If you are yet to shoot your first set and still want to try hands on, do not worry, you can download sample files here
- Download the Creative Star Trail script here. Save to a local folder. This can be any folder, just need to know where you saved it
EDIT : Alternate download links
Sample Files : http://bit.ly/1cAOiDJ
Script : http://bit.ly/137haR0
2. Load
Load the files into Photoshop as layers
- If u have CS5 u can easily load multiple photos into layers using the inbuilt script :
File –> Automate –> Load Files into Stack…
- If u have Adobe LR or Adobe Bridge :
Select all photos (Right Click) –> Edit In –> Open in Photoshop as Layers
3. Customize the Script
Edit the Script to set the basic style. For tweaking the script beyond the below control variables refer to this session on Code break up and overview.
// Uncomment the next line to show the debugger //$.level = 1; debugger; //BLEND MODE Variable , Defaults to Lighten Mode // LIGHTEN is the best option for star processing. Results might not be pleasing if changed // Variable added for future needs //0 -> Do not change //1 -> LIGHTEN //2 -> SCREEN //3 -> NORMAL BLEND_MODE = 1; //Design Style Variable // 0 -> merges all shots with set BLEND MODE, no other creative processing // 1 -> Comet Style left to right (light to dark) // 2 -> Comet Style right to left // 3 -> Saucer Style // 4 -> Space ship Style CREATIVE_STYLE = 1; // Constants MAX_OPACITY = 100 ;
BLEND_MODE : As the name suggests this variable controls the Blend Mode between the multiple layers. The default value is LIGHTEN. Based on my trials, I suggest to use LIGHTEN (1) for best results. For some types of images SCREEN might also come in handy. When trying out the script multiple times for different effects, you can also use a value of ‘0’ to leave the Blend mode between layers untouched. This is handy and saves time especially when you have large number of layers.
CREATIVE_STYLE : This variable drives the pre-defined style.
- Comet Style [1,2] : This is the preferred effect of comet streak – from light to dark. With an option of 1 or 2 the effect can be from either of the directions. Try both and decide which suits better for your composition.
- Saucer Style [3] : I kind of liked this. It gives a strange metallic, yet smooth feel to the shot. The effect is similar to that of a flying saucer.
- Space Ship Style [4] : This is UFO or the space ship style. You can tweak the code further to enhance or reduce the effect, by controlling how much of gap is there between the wings
- The option of 0 does not apply any CREATIVE STYLE Effect. This is conjunction with BLEND_MODE can be used to just set the appropriate blend mode for you initial set of images. The larger you set, the more handy you would find this option as you play around with different effects
4. Run
Once you load up the files and the configuration parameters are set – running the script is pretty simple. From within Photoshop, initiate the script using
File –> Scripts –> Browse… then select the script file that you saved from Step 1
Depending on the power of your system give it a minute or two for the script to complete its action.
5. Final Touches
Repeat steps 3 and 4 until you are satisfied with the results. If you are using a large number of RAW files as layers, the overall file size might be too huge to save (depending on the File System you are on, for eg. FAT32 does not allow to save files any greater than 2GB). Once you have the expected results from the script, you can merge all layers to reduce file size before saving the file. Do remember to save the file as *.PSD at this point.
We are not done yet, as always with post processing, the final polishing helps make the shot pop ! [Make subsequent adjustment as layers so you can revert back if needed]. Below are some suggested adjustments …
- Adding back the foreground : At this point look at the foreground on your shot. You might want to get an appropriately exposed shot from the set or even the one you might have created (with a much lower iso and longer exposure) for the foreground. Mask the foreground into the final shot
- Local Contrast and Colors : Leverage on Photoshop Levels / Curves to get the local contrast up. This can also be achieved with the Clarity and Vibrance options in Lightroom. Controlling the Temperature of the shot helps to add a cool feel.
- Merging Multiple Files : Process one of the shots to enhance the milkyway. Have this overlayed with the current set of shots. This results in some pretty interesting effects like this one.
- Star Spikes Pro : This is a plugin for Adobe Photoshop and other compatible editors. Provides a rich set of adjustments to create perfect optical spikes especially for the star shots. Aids in taking the creative options to a different level !!!
This slideshow could not be started. Try refreshing the page or viewing it in another browser. I could swear that I see movement in the Creative Style Option 1 [Comet Style] + Star Spikes Pro :) This is proper awesome, thank you very much. LikeLike @Sathya, the update contains only HI RES photos download and not the script, could you please upload a new link? LikeLike I am using CS 6 and It says I have to many layers to run script. With only one image it does not work. Please give me an idea as to correct this LikeLike I’ve been trying to get the creative trails script to work but fails for me, says too many layers. I have 51 images in photoshop as layers. 51 does not seem much, thats like 45min worth. I have timelapse that go into more than 3 hours, which is over 300 images easily. whats the trick to get past this error? I have iMac, mac osx 10.10.1, photoshop 2015 CC. Note: the other creative ui script runs but not the trails. LikeLike I only Have PS Elements 12 and work with Corel Paint Shop Pro; PSE doe not have script running capabilities that I am aware of. Can these scripts be used with PSE12 or COrel? LikeLike
33 Responses to “Stacking Up the Stars – Getting Creative”
Also, I have a web server with virtually unlimited resources, I’d love to host you a mirror of the script for free. Contact me by email should you be interested.
Trackbacks
Leave a Reply to Sathya Cancel reply