How to remove the shine on faces with Lightroom

I had to develop a bunch of photos I took at an event recently and some of the faces in the photos had distracting highlights. The shine wasn’t too bad, but it mocked me and my initial attempts to fix it!

Lightroom is limited in it’s editing tools but it does have a powerful brush tool. The instructions I found here worked a treat. You can use the brush tool, healing tool or a combination of both.

  • Select the brush tool and change the colour to a shade close to the skin colour. Do this by clicking on the colour tool and when the colour picker popups up drag the cursor to where you want to grab the colour in the picture.
  • Set the brush to a low opacity and colour in the shine. Go slowly, it’ll take a number of passes.

You can also use the heal tool, but again make sure the opacity is set low.

Unhide passwords on your Android Device

One of my pet peeves about logging into sites on my phone is the password field. On a large screen it makes sense that the field is obscured by * characters but what about on a small device only you can see?

I can’t be the only one bothered by this because the wifi login form on Android devices has a handy “Show password” setting. Maybe it’s because people use the default wifi password set by their ISPs so much it’s their only “strong” password. Anyway, I wished there was a similar setting for other login forms.

Well, now there is, sort of. A handy Xposed Framework module called HideNoPasswords that reveals the letters behind the dots. I found I could even swype my password which makes logging in with phrases so much easier.

logging into twitter

There are downsides. Security is the most obvious one. An application could take screenshots in the background when it detects the keyboard is in use and send that data somewhere. Someone could look over your shoulder and see the password.
Also, your phone has to be rooted, and you need the Xposed Framework installed but if you’ve conquered those hurdles installing this module is simple.

Here’s the XDA Thread on the module, and the XDA blog post where I found out about this handy extension.