Mobile app version of vmapp.org
Login or Join
Shanna688

: Grayscale, washed out effect for web page footer I am trying to duplicate this portrait mosaic -- inspiration courtesy of Mozilla's homepage -- for a company intranet footer. I'm a Photoshop

@Shanna688

Posted in: #AdobePhotoshop #Grayscale

I am trying to duplicate this portrait mosaic -- inspiration courtesy of Mozilla's homepage -- for a company intranet footer. I'm a Photoshop neophyte (more adept with Illustrator) and don't know how to control for different source images and give them this same brightness? The process is more than simply changing the image mode and adjusting brightness/opacity. Is there some kind of adjustment layer? I can fiddle with precision but what would the general workflow be for something like this?

Thanks much,
Grant

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Shanna688

2 Comments

Sorted by latest first Latest Oldest Best

 

@Murphy569

wouldn't it be easier to set that opacity up with basic css code?
img {
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}
?
this way you don't have to fiddle with the image. However if you want a simple jpeg that won't have any interactive elements then there are few ways to achieve it with photoshop:
solution 1. once all the images are sized up you can drop them into a folder layer together and lower the opacity of the folder layer...this will distribute equal opacity to all images.
solution 2. create your very top layer above all the portraits to be a single color ( white/light grey ) and lower its opacity as you see fit.

10% popularity Vote Up Vote Down


 

@Shelley591

Easiest way to do that effect is to create two layers:

top layer = your photo
bottom layer = white

Then just adjust the opacity of the top photo to your liking.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme