blur Questions
5
Solved
I'm looking for a similar effect as this one below:
I have done something similar with Gatsby, but I'm wondering if this is possible to do with NextJS?
Tomtit asked 21/8, 2020 at 8:30
7
Solved
How to smooth the edges of this binary image of blood vessels obtained after thresholding.
I tried a method somewhat similar to this method but did not quite get the result I expected.
Here...
Outdoors asked 24/5, 2016 at 9:40
7
Solved
Bootstrap use blackout when it shows modal dialog. How I make blur effect on entire background?
Jerol asked 24/10, 2013 at 16:52
4
Solved
Question
Is it possible to make a BrowserWindow, in electron, transparent with blur? In that it blurs all background content, including apps and the wallpaper.
And if possible, how would I accom...
Bearish asked 21/4, 2019 at 18:29
3
I'm trying to create a simple little frontend project, and I need to make some text discernible from a background image.
How can I make the background behind the text blur? It's just blurring the c...
6
My goal is to create a blur view like the view on the top right corner of the below image.
I've tried the top 3 answers of this post, but they all have the same problem—the blur view only has 1 co...
7
I am trying to make the bottom part of an Image blur for the view on top it like in the image.
I tried blurring it using Rendenscript but I am not able to blur only the part behind the view. :(
I...
Steersman asked 4/8, 2015 at 12:8
13
Solved
I am having trouble applying a blur effect on a semi-transparent overlay div. I'd like everything behind the div the be blurred, like this:
Here is a jsfiddle which doesn't work: http://jsfiddle...
Swordtail asked 20/12, 2014 at 20:14
2
Solved
Im trying to create a background effect like this for my pause menu. My current idea is to take a screenshot on pause, save it, open it, Gaussian blur it, then render it to the screen and render th...
4
Solved
I love the blurry frost effect using a BackdropFilter (see this).
However, because the BackdropFilter has Opacity and because the widget I'm blurring also has Opacity, the performance is horrendou...
Towhee asked 20/11, 2018 at 22:52
7
Solved
I need to blur a widget, for example, a simple Container.
How do I blur it?
new Container(
child: new Text('hello I am here'),
height: 100.0,
width: 100.0,
color: Colors.red,
)
Consider the ab...
5
Solved
As we know from API 14 the Below Blur has been deprecated
dialog.getWindow().addFlags(WindowManager.LayoutParams.FLAG_BLUR_BEHIND);
Is there any alternative for this to make the Screen Blur be...
Svend asked 11/10, 2013 at 5:56
6
I have the following code to apply a blur backdrop-filter on a background image:
<div className="container">
<div className="blur" />
<div className="box&q...
6
Solved
FFmpeg: How to convert vertical video with black sides, to video 16:9, with blurred background sides
How to make this by using FFmpeg?
Example without FFmpeg:
Adobe After Effects
Sony Vegas Pro
Rigadoon asked 11/6, 2015 at 19:6
3
Solved
I'm applying a blur effect to an image in WPF like so:
<Image ClipToBounds="True">
<Image.Effect>
<BlurEffect Radius="100" KernelType="Gaussian" RenderingBias="Performance" />
...
4
Solved
I use backdrop-filter: blur(30px); but firefox unsupported this property;
-moz-backdrop-filter: blur(60px); also doesn't work
2
I have a very simple View with NavigationBar and a List in a VStack. If I scroll up on the list, the list contents will appear behind the NavigationBar with a nice blur effect by default. This beha...
Suggs asked 4/12, 2022 at 22:9
5
Solved
I would like to blur the background of my screen when the default modal opens.
I found this library for blur https://github.com/react-native-community/react-native-blur
Has anyone achieved that?...
Doorframe asked 3/3, 2019 at 10:35
7
Is it possible to add a gaussian blur on div element? If yes, how I can do this?
5
Solved
How can I add a blur view to a label? The label is in front of a UIImage and I wanted the background of the label to be blurred, so that the user can read the text better. I get the Blur effect ins...
5
Solved
I'm using border-radius: 50%; to make an image round. By default the image is blurred and zoomed (with a hidden overflow) and on hover it will remove the blur and zoom. However, when I use a CSS tr...
5
Solved
I have a standard text input that has a blur event. The blur event should fire when anything in the document is clicked (other than the input AND <div id='show-anyways'></div>).
My pr...
5
Solved
I need to add blurred drop shadow to my button:
I tried to create background with layer-list xml drawable, but it not looks like blur.
<?xml version="1.0" encoding="utf-8"?>
<layer-lis...
Gigigigli asked 6/12, 2017 at 12:55
3
In my application i want to apply blur effect on uiview.So how can i achive blur effect.
I tried by below code:
UIGraphicsBeginImageContext(scrollview.bounds.size);
[scrollview.layer renderInCont...
Rear asked 3/9, 2015 at 2:52
10
Solved
How to remove the white blur border from the background image?
<div class="background-image"></div>
I tried adding margin:-10px in the CSS but it doesn't work.
.background-im...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.