TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dreamy Blur

153 pointsby spirit23over 2 years ago

19 comments

timmgover 2 years ago
This is pretty much equivalent to a technique I used to see people use in Photoshop. I think it&#x27;s gone out of style recently, but used to be common (IIRC):<p>* Import a photo as a layer<p>* Duplicate that layer<p>* Increase saturation in that layer and then blur it<p>* Mix that layer by some percent (20-50?) over the base photo<p>Gives a nice ethereal feel.<p>You used to see this all the time in photos. But, maybe it&#x27;s out of fashion now that everyone knows how to do it :&#x2F;
评论 #32733918 未加载
评论 #32736386 未加载
评论 #32733405 未加载
评论 #32734971 未加载
评论 #32733302 未加载
rikrootsover 2 years ago
When I recoded my canvas library&#x27;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 &#x27;opacity&#x27; 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&#x27;s test demo: <a href="https:&#x2F;&#x2F;scrawl-v8.rikweb.org.uk&#x2F;demo&#x2F;filters-001.html" rel="nofollow">https:&#x2F;&#x2F;scrawl-v8.rikweb.org.uk&#x2F;demo&#x2F;filters-001.html</a>
xyzalover 2 years ago
I dislike seeing this effect, it reminds me too much of what I see when my glasses are dirty.
评论 #32735573 未加载
heisenzombieover 2 years ago
The old-school method to do this on purpose was a smear of Vaseline on a glass filter in front of the lens!
评论 #32733970 未加载
评论 #32732379 未加载
评论 #32739436 未加载
flobosgover 2 years ago
See also: Orton effect – <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Orton_(photography)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Orton_(photography)</a>
singsover 2 years ago
&gt; and then merged them with mix-blend-mode.<p>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.
mgdlbpover 2 years ago
Usually known as [soft focus](<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Soft_focus" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Soft_focus</a>). In lenses, caused by spherical aberration.
Daubover 2 years ago
An old school way of creating this effect is to stretch a nylon stocking across the lens.<p>In Photoshop, I would…<p>1. Duplicate the layer, and in Curves or Levels, ensure that it’s average value is mid grey.<p>2. Set its blende mode to Overlay or Soft Light.<p>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.<p>Similar process to this….<p><a href="https:&#x2F;&#x2F;rmit.instructure.com&#x2F;courses&#x2F;87565&#x2F;pages&#x2F;photoshop-using-the-overlay-blend-mode?module_item_id=4081525" rel="nofollow">https:&#x2F;&#x2F;rmit.instructure.com&#x2F;courses&#x2F;87565&#x2F;pages&#x2F;photoshop-u...</a>
DarthNeboover 2 years ago
For some reason all I can think of is Lady Galadriel
Enneaover 2 years ago
Another easy way to replicate this:<p>* duplicate your photo layer<p>* apply a Gaussian blur to the duplicate (5-10px, depending on total resolution)<p>* set the blend mode of the duplicate layer to &quot;overlay&quot;<p>* fiddle with the opacity to reduce the strength of the effect
评论 #32734327 未加载
danweeover 2 years ago
The first image is how I see in real life (without glasses). The glow is not there of course, but the blur, yeah.
iamcrazyyounusover 2 years ago
A smear of Vaseline on a glass filter in front of the lens was the old-school way to do this on purpose!
pentagramaover 2 years ago
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 &quot;the movie ruined with that effect&quot; for me.
Bakaryover 2 years ago
Ironically, the first image makes me think of a dreamy blur when it&#x27;s in fact a dirty lens, but the author&#x27;s image makes me think of a dirty lens when it&#x27;s a calculated attempt at a blur.
keepquestioningover 2 years ago
Very similar to this effect<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=SlUhr6ssc1U" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=SlUhr6ssc1U</a>
quickthrower2over 2 years ago
Can the real smear be undone using a filter?
评论 #32734354 未加载
评论 #32734669 未加载
anyfactorover 2 years ago
You can achieve quite the same effect by rubbing Vaseline on your lens. You can but don&#x27;t.
评论 #32734951 未加载
dankonsover 2 years ago
Reminds me of how the early bloom effects looked like in video games
coolandsmartrrover 2 years ago
How is this different on halation, seen especially on vintage lenses?
评论 #32733182 未加载
评论 #32733124 未加载