This is pretty much equivalent to a technique I used to see people use in Photoshop. I think it's gone out of style recently, but used to be common (IIRC):
* Import a photo as a layer
* Duplicate that layer
* Increase saturation in that layer and then blur it
* Mix that layer by some percent (20-50?) over the base photo
Gives a nice ethereal feel.
You used to see this all the time in photos. But, maybe it's out of fashion now that everyone knows how to do it :/
That’s because it was developed in the age of analog darkrooms (dodge, burn, etc.).
Even the name of the app was meant to help photographers transition.
It’s really amazing how completely digital photography has replaced film (not really surprising, though).
Film photography demanded a great deal of flexibility and adaptability from its practitioners; which, I suspect, is why they adapted to digital so well.
A similar effect was used in analogue photography by putting some stockings on top of the lens. IIRC it is called "flu effect", which seems to be, unfortunately, ungoogleable.
In the demo, `mix-blend-mode: normal` is used. This is the default, so this line of CSS isn’t required. You can get some interesting effects if you do use one of the other blend modes with the blurred layer.
Halation is what I call this silvery add-mix blur look. Might not be the accurate term but it's the one I've used since the early 1990s. In those days, when people wanted to make video look like film, the expression, "Add some halation to it," was sometimes used by the old school film/cinema guys.
A bit off topic, but this remember me the effect used on the Coen brothers movie Inside Llewyn Davis, I love that movie, but the effect throw me off all the time and now is "the movie ruined with that effect" for me.
This might not work so well if the layer was too dark or light. Best to average the layer lightness to mid grey using curves.
The reason: Everything in the Oberlay family is a contrast effect. The darks act to darken, the lights act to lighten. Hence an average of mid grey will be least intrusive.
This is different to the multiply family, which can only darken, or the screen family which can only lighten.
When I recoded my canvas library's filters functionality last year (because: make it more like SVG filters, which allow you to branch the data multiple times, apply various effects, then merge them back into the final output - which is awesome!) I made a decision to include an 'opacity' attribute to each effect so at the end of the effect calculation it can be recombined with the input before outputting to the next effect. This was whimsy on my part, but it does make creating effects like this one quite easy - as can be seen in the Gaussian blur's test demo: https://scrawl-v8.rikweb.org.uk/demo/filters-001.html
I really do not like the effect, but alternatively buy a cheap IR filter and rub the Vaseline onto it instead. Far easier to clean and for more disposable.
Ironically, the first image makes me think of a dreamy blur when it's in fact a dirty lens, but the author's image makes me think of a dirty lens when it's a calculated attempt at a blur.
40 comments
[ 2.8 ms ] story [ 84.5 ms ] thread* Import a photo as a layer
* Duplicate that layer
* Increase saturation in that layer and then blur it
* Mix that layer by some percent (20-50?) over the base photo
Gives a nice ethereal feel.
You used to see this all the time in photos. But, maybe it's out of fashion now that everyone knows how to do it :/
Even the name of the app was meant to help photographers transition.
It’s really amazing how completely digital photography has replaced film (not really surprising, though).
Film photography demanded a great deal of flexibility and adaptability from its practitioners; which, I suspect, is why they adapted to digital so well.
Also
* touch the layer mask to select which/how much select areas are affected
which can produce cool effects such as tilt-shift, fake DoF, speed...
This is quickly hinted at at the article's end.
https://www.digitalcameraworld.com/tutorials/home-photograph...
https://www.cnet.com/tech/computing/diy-photo-filters-with-e...
In the demo, `mix-blend-mode: normal` is used. This is the default, so this line of CSS isn’t required. You can get some interesting effects if you do use one of the other blend modes with the blurred layer.
https://www.youtube.com/watch?v=SlUhr6ssc1U
Reminds me of this disturbing case…
https://www.minnpost.com/politics-policy/2007/11/you-can-swi...
https://www.mathworks.com/help/images/deblurring-images-usin...
* duplicate your photo layer
* apply a Gaussian blur to the duplicate (5-10px, depending on total resolution)
* set the blend mode of the duplicate layer to "overlay"
* fiddle with the opacity to reduce the strength of the effect
The reason: Everything in the Oberlay family is a contrast effect. The darks act to darken, the lights act to lighten. Hence an average of mid grey will be least intrusive.
This is different to the multiply family, which can only darken, or the screen family which can only lighten.
More on overlay voodoo here..
https://rmit.instructure.com/courses/87565/pages/photoshop-u...
In Photoshop, I would…
1. Duplicate the layer, and in Curves or Levels, ensure that it’s average value is mid grey.
2. Set its blende mode to Overlay or Soft Light.
3. If result too strong, pull the left curve handle up and the right handle down. This will kill the contrast and softer the effect.
Similar process to this….
https://rmit.instructure.com/courses/87565/pages/photoshop-u...