Questions tagged [blurry]
305 questions
6
votes
2 answers
OpenCV, Variation of the Laplacian (Java)
I am attempting to locate the Variation for the Laplacian based on an image with the goal of getting a numerical value based on the blurriness of an image.
This is a useful…

Scott
- 61
- 1
- 3
6
votes
1 answer
Blurry Adorner WPF Xaml
I cannot for the life of me figure this out, using the same control template I get a blurry Adorner on one Element in my panel:
Control Template:

Tim Earl
- 133
- 1
- 9
6
votes
1 answer
layered window with blur effect
I really like the effect that can be seen for example in iOS, which basicaly looks like a layer drawn on top of current view , bluring the visual content and using that as a background. Is there a way to achieve something like that in WPF?
I've…

pikausp
- 1,142
- 11
- 31
6
votes
2 answers
Imageview gets blurry
This app is supposed to display images in which the students can count up what the money is worth in total, and then input the value in a editText text box, which is then compared against a stored value. Unfortunately, when I try to switch…

javathunderman
- 1,074
- 2
- 13
- 31
6
votes
1 answer
Google Maps API v3.9: Blurry custom markers when zooming
So it appears that Google have fixed the blurry map issue with the 3.9 / 3.10 API, which is great.
But there's a new one with custom markers. As soon as you zoom in one level, the custom markers become corrupted / blurry. They rectify themselves if…

Mike
- 141
- 2
- 5
5
votes
4 answers
Blur the Image Gradually using jQuery
I have an image and I want to set some initial blur to it.
Upon some action from user I want image to decrease it's blurriness by some amount. Is there any jQuery plugin exist which lets you handle the blur radius or something like that?
I have…

Chaitanya Chandurkar
- 2,142
- 3
- 24
- 43
5
votes
1 answer
lottie-animated svg very pixelated/blurry in Safari but not Chrome/FF
macOS Mojave
After Effects 17.0.2 (CC 2020)
newest Versions of Chrome/FF/Safari and Lottie/Bodymovin
When scaling a svg-animation in Safari (transform: scale(>1)), it will be rendered extremely pixelated/blurred. In Chrome and Firefox it renders…

Mr-Kobra
- 51
- 1
- 2
5
votes
1 answer
Contents of UIPopoverController are blurry
I am presenting a UIPopoverController in my application but the content view is appearing slightly blurred.
To demonstrate, I placed a second instance of the content view controller directly onto self.view and it is easy to see by comparison that…

rdavisau
- 895
- 6
- 12
5
votes
1 answer
React Native - How to do Blur View like iOS or instagram?
Background Transparency with BLUR
Is it possible to blur view without using background Image? I want to show the parent content on top of the background blur view in modal.
Similar kind of this:
Tried with react-native-blur :
Its actually blurring…

Balasubramanian
- 5,274
- 6
- 33
- 62
5
votes
3 answers
Blurry Launcher Icons
I am trying to add a launcher icon to my Android application, but something seems wrong with resolution whan app is installed. The device I'm working with has an XHDPI screen, so I am testing with a 96x96 (px) image. I used the Image Asset in…

sysseon
- 177
- 3
- 14
5
votes
1 answer
Blurred panel over a video player
I have a special design requiring for the app I'm developing right now.
Right now, I have a third-party private video library which plays a video stream. The design of this screen includes a translucent panel overlaid on top of the video, blurring…

khose
- 743
- 1
- 6
- 19
5
votes
2 answers
jspdf and addHTML / blurry font
I generate pdf file from a HTML-page via jspdf plugin addHTML.
It works but the rendered text / font is really blurry, the original HTML page is not. Rendered images are fine, only text is the problem (see attached images).
original_image:…
user3972828
5
votes
1 answer
SVG with drop-shadow blurry on mobile browser
i am struggling to make work SVG icons with drop-shadow on as much as possible platforms.
I am using following simple CSS for that:
.test{
width: 14px;
height: 14px;
background-image: url("../images/test.svg");
background-repeat:…

user1786096
- 67
- 1
- 7
5
votes
2 answers
custom keyboard keys looks blurry
I customized the soft keyboard. But keyboard keys(1,2,3,4,5,6,7,8,9,0,. and OK) is looking blurry.Delete key is fine but other key is looking blurry.
Here is my keyboard.
Here is my custom keyboard xml file

Mubarak
- 1,419
- 15
- 22
5
votes
0 answers
Prevent half pixels position when apply a percentage based 2D transform in Webkit
When applying in webkit a 2D transform using a percentage, in this case translateY(-50%) it seems that if the object size isn't even, the result will be blurry edges.
Does anybody know how to prevent this effect?
Check this example, the red…

Fran Pérez
- 53
- 4