Pular para o conteúdo principal

Quick and Dirty Vintage Photo Effect in Photoshop

Quick and Dirty Vintage Photo Effect in Photoshop: "
sshot-188

Looking for a quick way to transform your photos into handsome, convincing vintage art? Lots of programs offer vintage photograph filters, but these are often rough, and give unexciting, unconvincing results. With a few moments in practically any version of Photoshop, you can make realistic-looking vintage photos from nearly any picture you might have on your hard drive. Here’s how to do it.

sshot-8

I came across this pic of the King of Bhutan and thought it had some nice possibilities. You will, of course, be using whatever photo you want. I recommend one with high resolution, and good contrast between lights and darks. You can, of course, use any photo, but some will give you stronger results that others.

sshot-15

Press ctrl shift U to do a quick desaturate and turn the image to grayscale.

sshot-17

Then, press ctrl U to bring up the Hue/Saturation palette and set it to “Colorize” with these Hue/Saturation/Lightness values.

sshot-20

Go to FIlters > Blur > Gaussian Blur and set the “Radius” to 1.0, or more if you want.

sshot-30

Our image is looking nicely sepia toned already, with softened edges from the Gaussian blur.

sshot-22

Press ctrl shift N to create a new layer.

sshot-23

Fill your new layer with black by going to Edit > Fill and tell the Fill window to “Use” Black. From there, you’ll want to open Filters > Render > Clouds to fill that layer with the texture below.

sshot-190

The layer of clouds should look about like this. If you used Filters > Render > Difference Clouds, it won’t look very different.

sshot-31

Set your Layer Effect to “Screen” in your Layers Palette. And bump the “Opacity” down to 50%.

sshot-33

Make of copy of the layer by right clicking and pressing “Duplicate.”

sshot-34

While on your new duplicated layer, Go to Filters > Noise > Add Noise and use settings similar to this. It’s important to use the “Monochromatic” setting.

sshot-36

This layer of noise will add a reticulation effect to your photo. It’s a little harsh, so let’s look into softening it.

sshot-40

Use Filters > Blur > Gaussian Blur again. The same settings as last time will be fine.

sshot-191

At this point, you should have a pretty good look going on in your image. I decide I want some harsher values, so I want to play with my levels a bit.

sshot-42

Click the adjustment layer at the bottom of your layers palette to bring up “Adjustment Layers.” Choose “Levels.”

sshot-41

Set your levels as shown. The black arrow moves to the right, making your darks darker. Your white arrow moves left, increasing the whites in your image. You can also just copy my values if you don’t want to play with the tool (those values are 31, 1.00, 239).

sshot-45

Press ctrl shift alt E to make a complete copy of your image and put it on top of all your layers.

sshot-46

On this new layer, go to Filters > Sharpen > Unsharp Mask and use values similar to these. This will harshen a lot of your darks and lights even further.

sshot-47

Set this layer effect to “Darken.” From there, adjust your “Opacity” to 25%. This will add some harsh, dark values to your image.

sshot-51

Duplicate your layer by right clicking and picking duplicate.

sshot-49

Set this duplicated layer’s effect to “Lighten” with the same opacity.

sshot-54

Our image looks pretty good, but the color is off when you compare it to a real vintage photograph.

sshot-56

Go to your Layers Palette and press the adjustment layer to bring up your adjustment layers again. Create a “Hue/Saturation” layer effect on top. Use values similar to these.

sshot-193

You may need to change around some of the values in the filters to suit your own photo. But the basic steps can remain the same and will give you a similar look.

Image of King Jigme Khesar Namgyel Wangchuck by Royal Family of Bhutan via Wikipedia. My derivative image free under CC license.
"

Comentários

Postagens mais visitadas deste blog

Improve Windows Security By Closing Open Ports

Improve Windows Security By Closing Open Ports : " A standard Windows operating system has a number of ports open after installation. Some of these ports are needed for the system to function properly while others might not. These ports can pose a security risk as every open port on a system might be an entry point for a malicious user. A port basically allows communication to or from the device. Characteristics are a port number, an IP address and a protocol type. This article will give you the tools at hand to identify and evaluate the open ports on your Windows system to make a decision in the end whether they can or should be closed or left open. Software programs and tools that we will use: CurrPorts : Available for 32-bit and 64-bit editions of Windows. It is a port monitor that displays all open ports on a computer system. We will use it to identify the ports and the programs that are using them. Windows Task Manager: Also used to identify the programs and link some p

Diagnosing a Blue Screen of Death Error in Windows

Diagnosing a Blue Screen of Death Error in Windows : For many years now the famous Blue Screen of Death (BSoD) has been the ultimate indication that something disastrous has happened to make your computer die, but how useful is the information in the BSoD and the respective crash dump file that Windows produces? The best article I ever found explaining the BSoD in depth is here on the Microsoft website, however it’s quite technical and doesn’t discuss how to actually troubleshoot a problem. The crash dump file is just technical details of what was being held in the computer’s memory at the time of the crash, and this will include details on every driver and service that was loaded, and every piece of software that was running. The most useful pieces of information are to be found on the BSoD itself and are highlighted on the screenshot below. These are the BSoD error name, the stop error code and the name of the driver or service that has failed (this last one might not always appea

Use BGInfo to Build a Database of System Information of Your Network Computers

Use BGInfo to Build a Database of System Information of Your Network Computers : " One of the more popular tools of the Sysinternals suite among system administrators is BGInfo which tacks real-time system information to your desktop wallpaper when you first login. For obvious reasons, having information such as system memory, available hard drive space and system up time (among others) right in front of you is very convenient when you are managing several systems. A little known feature about this handy utility is the ability to have system information automatically saved to a SQL database or some other data file. With a few minutes of setup work you can easily configure BGInfo to record system information of all your network computers in a centralized storage location. You can then use this data to monitor or report on these systems however you see fit. BGInfo Setup If you are familiar with BGInfo, you can skip this section. However, if you have never used this tool, it takes ju