lightroom

Tutorial 26, Chapter 2 - Bethany

In this chapter we start by using Nik Color Efex Pro for skin softening and then back to Lightroom briefly for cropping and rotation. Finally we get into Nik Silver Efex Pro to start the black and white high key portrait conversion. We begin with presets that get us quite a long way towards where we want to go.

Tutorial 26, Chapter 2 - Bethany

Tutorial 26, Chapter 1 - Bethany

In this tutorial we'll take a nicely lit studio portrait and turn it into a dreamy high key image fit for a magazine cover. We'll start off using Lightroom 4 in this first chapter to fix some levels and colour issues and produce a rather nice colour version of the picture. Then in chapters 2 and 3 we'll use Nik Silver Efex to turn that into a bright, clean high key black and white image.

This tutorial was recorded in 2012 but not released until 2013. When it was recorded Lightroom 4 was still pretty new and Google hadn't bought Nik Software yet.

Tutorial 26, Chapter 1 - Bethany

Tutorial 24, Chapter 2 - Smoke pictures

Part 2 of our tutorial on shooting smoke pictures shows you how to edit the pictures once you've taken them. I'm using Lightroom 4 for this tutorial but the same techniques could be applied in just about any photo editing package. I'll show you how to improve contrast and tonality, how to get a clean background and then invert the image and add vibrant colours. After that it's all down to your own creativity to see the possibilities within the picture and bring them out.

Tutorial 24, Chapter 2 - Smoke pictures

Exporting multiple different sizes from Lightroom

[Update 17/2/2012: Modified the script slightly to fix a path capitalisation bug]

[Update 22/3/2013: Re-recorded the video to explain the process better]

I've been shooting a lot of model sessions lately and one of the things I always need to do after these sessions is put the processed pictures into my dropbox where the model can see them. These pictures are for a variety of different uses including Facebook, 500px, Google+, various modelling sites and, of course, print publication. 

These sites often have different size limits and requirements so I usually need to export versions with and without watermarks and at various different pixel dimensions. So it's always been a pain in Lightroom that I can only export images at one size. Here's what I export by default: 

  • full-size clean
  • full-size watermarked
  • 2000px watermarked
  • 1000px watermarked

That's 4 separate exports and of course I have a preset for each. It's not a *lot* of work but all those clicks bug me so I set about finding a way to export multiple different sized versions in one step. I tried a number of different approaches but the one I settled on was to write an application. Steady-on, it's not as scary as it sounds. My plan was to set up an export preset to save a full sized watermarked version then my application, called automatically from Lightroom, would take that full sized version as input and create 2 more smaller versions and save them in the same folder. The problem now, was writing the application. 

I'm on a Mac so I started looking at Automator and when that proved too limited I looked at Applescript and when that proved too hard to debug I did what any reasonable, right thinking person would do and started whining on Twitter. I have a background in programming so surely I could accomplish this apparently simple task but no, I'd wasted a whole day on this so finally I asked for help. And to my great joy a couple of people did try. I posted my broken Applescript on pastebin in a huff and the next morning John Day (@johneday on twitter) had completely rewritten and simplified it for me. Thank you so much John - you're a superstar. Here's the script he wrote for me:

on open of myFiles
	set newSizes to {1000, 2000}
	
	repeat with aFile in myFiles
		set filePath to aFile's POSIX path
		set bPath to (do shell script "dirname " & quoted form of filePath)
		tell application "System Events" to set fileName to aFile's name
		repeat with newSize in newSizes
			do shell script "sips " & quoted form of aFile's POSIX path & " -Z " & newSize & " --out " & quoted form of (bPath & "/" & rename(fileName, newSize) as text)
		end repeat
	end repeat
end open

on rename(fName, fSize)
	do shell script "sed 's/fullsize/" & fSize & "/' <<< " & quoted form of fName
end rename

If you'd like to use this yourself run "Applescript editor" on your mac, create a new script and paste the above code into the code window. Then from the file menu choose save and be sure to save this as an Application, not a script. There's a drop-down box in the save window that lets you choose to save as Application. Save it in a folder somewhere and that's it, you're done. You just wrote an application. Congratulations - you're a programmer now. :)

Finally create your Lightroom export preset to save a full sized version, watermarked or not as you prefer. Then look at the bottom of the export dialog. You can choose post-processing actions. One of those is "Open in other application..". Pick that and then just below you can choose which application to use. Simple. Set your new application as the post-processing action and you're done. If you want other sizes instead of my 1000px and 2000px versions you can just modify the numbers in the line near the top of the script where it says, "set newSizes to {1000, 2000}". Add as many sizes in there as you like, comma separated.

So this solution is not mine at all. This is all down to John Day. If you find this useful please follow John on twitter (@johneday) and check out his website at https://www.johneday.com/

This is obviously a mac only solution but writing something similar should be quite easy on Windows. SIP, the Scilab Image Processing toolkit, is pre-installed on the Mac but it's free and available for windows too. So is ImageMagick, which does similar stuff. All that's needed is a little code to wrap that up written in C#, Python or even a DOS batch file. Let me know if you do something like that and I'll be delighted to add links to it from here.

PW187 - Exporting multiple different sizes from Lightroom

PW172 - Tutorial 23 Chapter 1 - Nik Color Efex Pro 4

Today we've got another free video tutorial featuring Color Efex Pro 4 from Nik Software. This multi-part tutorial will cover a variety of filters, old and new show and ways to use them creatively to take an image from the original camera RAW to a finished version ready to print.

View all 6 chapters of this free tutorial here

In this first chapter we look at Color Efex Pro 4's integration with Lightroom and examine the user interface before using the Skin Softener filter. This is the first chapter of a multi-part tutorial. Find all the chapters and loads more free video tutorials on Photoshop and Lightroom at www.photowalkthrough.com

PW172 - Tutorial 23 Chapter 1 - Nik Color Efex Pro 4

PW136 - Importing your photos from laptop to desktop using Lightroom

In today's Lightroom video tutorial I show you the best way to take photos from your laptop to your desktop when you've been shooting and editing your pictures on the road. You can keep all your RAW files and the lightroom edits intact and still merge those pictures back into your master Lightroom catalog. Learn how..
Read More

PW133 - Tutorial 20, Chapter 2 - Adding Fashion Labels to your Slideshow

In today's free Photoshop CS5 tutorial we continue making our fashion label by using the quick selection and refine edge tools then add our text using the type tool and give it some shape and texture with layer effects and texture inside a clipping path.
Read More

PW132 - Tutorial 20, Chapter 1 - Adding Fashion Labels to your Slideshow

Today's show does double duty as both part of our Lightroom 3 review and also the first chapter in a new tutorial. We'll be adding fashion labels to our photographs as a fun way to brand a Lightroom 3 slideshow and I'll show you how the label is made by using new features from Lightroom 3 and Photoshop CS5. If you want to see what we're aiming for I've uploaded the Lightroom 3 Slideshow to my Flickr.
Read More

PW131 - Lightroom Video Review - Flickr Upload and Import Dialog

On today's Lightroom 3 Video Review show we look at a new feature that is already saving me a lot of time and helping me share more of my photos - the new Flickr upload that is part of the publishing service. Lightroom 3 can now integrate directly with Flickr and keep collections up to date for you - even downloading the comments. We'll also take a look at the new import dialog which boasts an improved and simplfied layout plus a very useful new import presets feature.
Read More

PW130 - Lightroom 3 Video Review - Lens and Perspective Correction, Grain

Today we continue our video review of Adobe Lightroom 3 by taking a good hard look at the new lens correction feature and see how it can be used to perform perspective correction just like a tilt and shift lens. We also see what the new Grain tool can do to help you decide whether Lightroom 3 is a worthwhile upgrade for you.
Read More

PW129 - Lightroom 3 Video Review - Noise Reduction

Today we start our video review of Lightroom 3, the brand new version of Lightroom, by taking a real in-depth look at one of the headline new features, improved noise reduction. We put it to the test with a real high ISO image and try to help you decide for yourself whether Lightroom 3 is a worthwhile upgrade for you.
Read More

PW128 - Tutorial 19 - High Key, High Colour Portraits

Today's Photoshop CS5 and Lightroom 3 video tutorial shows how to create the attractive high key, high contrast, bright colour portrait style that's so fashionable at the moment with companies like Venture. In this one chapter tutorial I used Photoshop CS5 to produce the effect and then show how to do the same thing using Lightroom 3. These steps work equally well in earlier versions of Photoshop as far back as CS and Lightroom 2. Download the source image and try this yourself.
Read More

Lightroom 3 Beta 2 is out now

If you've not already tried out Lightroom 3 beta then now is a great time to jump on board. Beta 2 has just been released and it's available from labs.adobe.com to try for free. It's a limited time beta and I don't recommend using it as your main photo repository since the database files likely will not be forward compatible with the final version. But it's a great way to get to grips with Lightroom, see what it can do for you, see what's new and give Adobe feedback on how you'd like to see it improved.

Read More

Photo Day 2009 Part 4 on TFTTF445

The final, fourth chapter of my Lightroom post processing segment on Photo Day 2009 has been released and is available to watch as part of Chris Marduardt's show, Tips From The Top Floor Ep.445. Chris took over the TWiT cottage for a day while Leo was on vacation and filled the day with Photography tips, discussion and interviews.
Read More

Photo Day 2009 Part 3 on TFTTF442

Part 3 of my Lightroom tutorial given on Photo Day 2009 was just published on Chris Marquardt's Tips From The Top Floor feed. Photo Day was a full day of Photography based tips, interviews, discussions and tutorials broadcast on Leo Laporte's TWiT network - Leo handed Chris the keys to the cottage for a day while he was on vacation. I was lucky enough to take part in the day and this video is from one of my Lightroom tutorials.
Read More

Photo Day 2009 Part 2 on TFTTF436

Chris Marquardt has just posted episode 436 of Tips From The Top Floor which contains part 2 of my contributions to Photo Day 2009. Photo Day was a full day of photography based podcasting run on Leo Laporte's TWiT network and hosted by Chris. I was lucky enough to be involved a couple of times in the day and this video is from the session I did showing how to post process a rather nice black and white landscape shot from Portmeirion in Wales.
Read More

PW101 - Tutorial 17, Chapter 2 - Removing coloured light with Lightroom

This is the second and final part of Tutorial 17 where we do some further colour cast removal and then work on light and tone, guiding the eye and some dodging and burning. This show is in the new shorter PhotoWalkthrough style which should enable to me to get more episodes out.
Read More

Adobe Lightroom 3 Beta available

Adobe has announced the beta for the latest version of Lightroom. As before it's an open beta and anyone can try it out. Headlining the new features right now are enhancements to speed, noise reduction and image quality - all of which are significant and important but I've a hunch there will be more new toys for us too. Check it out at labs.adobe.com and remember - this is an unfinished BETA version of the product that doesn't yet have all the intended features of the final version. Download it, try it out, but DON'T rely on it and don't start using it for your main photography workflow. It will run along side Lightroom 2 without interfering.
Read More

PW84 - Lightroom 2 Quicktip - Keywording

It's the end of our second week of Lightroom 2 tips and today we look at all the myriad ways Adobe have given us to add keywords to our images. I know it's something most of us shy away from doing. Who needs another post processing step when all we're really interested in is how the picture looks? But keywording is one of those tasks that given just a little of prior thought can be fast, consistant and incredibly useful. So let's delve into the tools we have available.
Read More