Tagged Questions
The blurry tag has no wiki summary.
12
votes
2answers
1k views
How to draw a blurry circle on HTML5 canvas?
I'm able to draw a simple circle on HTML5 canvas, but I'd like to add some blur around it.
What I found was this website which explains the shadowBlur property which can come in handy here.
However, ...
6
votes
1answer
111 views
Prevent anti-aliasing for imshow in matplotlib
When I use matplotlib's imshow() method to represent a small numpy matrix, it ends up doing some smoothing between pixels. Is there any way to disables this? It makes my figure's misleading in ...
6
votes
1answer
181 views
jQuery Animated Gaussian Blur
On the home page of a website I'm designing, I'd like the initial hero image to animate from blurred (gaussian) to sharp. I've looked around, and have been surprised that there's not a readily obvious ...
5
votes
2answers
432 views
Webkit-based blurry/distorted text post-animation via translate3d
This issue appears to affect all WebKit-based browsers, including the iPhone.
First some background. The site I'm working on uses a JavaScript-based 'slider' animation that is basically identical to ...
4
votes
1answer
271 views
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 ...
3
votes
2answers
379 views
how to make opengl mipmaps sharper?
NOTE: long rambling introduction, then specific questions at the end
I am rewriting an opengl-based gis/mapping program. Among other things, the program allows you to load raster images of nautical ...
3
votes
5answers
281 views
Button Template does not render Image clearly
Here is my button template,
<Microsoft_Windows_Themes:ButtonChrome
x:Name="Chrome"
Background="{TemplateBinding Background}"
BorderBrush="{TemplateBinding BorderBrush}"
...
3
votes
4answers
4k views
Listview icons show up blurry (C#)
I'm attempting to display a "LargeIcon" view in a listview control, however the images I specify are blurry. This is what I have so far:
The .png files are 48x48 and that's what I have it set to ...
2
votes
2answers
257 views
WebKit: Blurry text with css scale + translate3d
I'm seeing an issue where Chrome and other WebKit browsers massively blur any css-scaled content that also has translate3d applied.
Here's a JS Fiddle: http://jsfiddle.net/5f6Wg/. (View in Chrome.)
...
2
votes
1answer
398 views
fuzzy pixel straddling when drawing in a CATiledLayer on iPhone 4
I'm drawing a line in a CATiledLayer using the following code:
- (void)drawLayer:(CALayer *)layer inContext:(CGContextRef)ctx {
CGContextMoveToPoint(ctx, 130, 100.5);
...
2
votes
4answers
676 views
Looking for a jQuery plugin that can blur/hide text
I'm trying to find out if there is a jQuery plugin that can has the effect of literally blurring elements on a page, so a user can't read them. It's for a flashcard application I'm building, and I ...
2
votes
2answers
427 views
Blurred colors using epsfig or graphicx in LaTeX
My code is simple enough, and importing eps images is something I've done before with other matlab-generated content, but for one reason or another I end up with blurred colors in my heatmap when I ...
1
vote
0answers
35 views
PyGTK Icon Blurry in Ubuntu
When using an SVG file as the icon of a PyGTK window set by the function:
set_icon_from_file("icon.svg"),
the icon appears blurry when viewed from the Alt-Tab view and Unity Launcher Bar in Ubuntu ...
1
vote
1answer
128 views
Blurry UILabel when added programatically
I am adding a UILabel to a view meant for loading purposes. However, it gets blurry after I added it.
The weird thing is that I just about the same code for an loading view which is loaded ontop of an ...
1
vote
1answer
115 views
My iOS Views are off half a pixel?
My graphics are looking blurry unless I add or subtract a half pixel to the Y coordinate.
I know this is a symptom that usually happens when the coordinates are set to sub-pixel values. Which leads ...
1
vote
1answer
181 views
text blurry when using label component on AS3
I have a problem when dealing with label component on AS3. The text was blurry on one application but not on the other. I have used the same code when dealing with the label component except the one ...
1
vote
1answer
344 views
Custom UITextField blurred text
When a UITextField with custom frame (200 × 54 px) loses focus, the text looks a little bit blurry.
example screenshot
Is this a common problem? Any workaround / solution or am I doing ...
0
votes
1answer
44 views
Blurry UIImages
I have a problem when trying to display small (16x16) UIImages, they appear a bit blurry.
These UIImages are favicons I download from different websites and I have compared them with some images from ...
0
votes
2answers
59 views
Blurry NSImageView
I have an NSImageView in a view that utilizes Core Animation. Prior to using Core Animation the image looks fine but now its blurry and low quality. If I let NSImageView have a bezel border the issue ...
0
votes
0answers
31 views
SnapsToDevicePixels seems to not work in StackPanel
I have more expanders in StackPanel (Orientation=Vertical). When I expand one, the others below the expanded one seem to be blured. Like it would SnapsToDevicePixels=False.
I think the problem could ...
0
votes
1answer
114 views
Core Text paragraph inside a UIScrollView is blurry
I tried drawing a long paragraph as an NSAttributedString in a view inside a UIScrollView. Weird thing is, the top of the paragraph is not blurry, but the more I scroll to the bottom the blurrier it ...
0
votes
0answers
166 views
Firefox blurry font when using @font-face
I have used @font-face css technique to load the fixedsys font on a webpage.
it works perfect with all browsers except for firefox 6.
with this FF6 I have a blurry effect on the font
look at this ...
0
votes
2answers
141 views
Pong Game Sample
I make a very basic Pong game (at work) and my problem is, the ball moves “Blurry” .. I increase frame rate but it seems not ok yet .. any idea ?
package src {
import flash.display.*;
import ...
0
votes
0answers
171 views
wpf multiple rotatetransforms causes blurry images
I'm pretty aware of all the DPI and positioning and rendering issues that can catch you in WPF and cause bitmaps to blur. I've addressed all these and have good results at this point.
I have a ...
0
votes
2answers
266 views
jquery - blurry text in IE
Please take a look at http://jumardirectsites.com/_dev/kabnick/ using Internet Explorer. When the slides fade, the text gets a horrible blurry outline for a moment before disappearing. Its happening ...
0
votes
1answer
262 views
Jquery addclass on hover blurred text ie8
I have a pretty simple add class in jquery that changes the opacity of elements in a div and text color. It works perfectly in Firefox and Chrome but (of course) in IE the text is really blurred and ...
0
votes
1answer
387 views
Wpf - Resizing icon, blurry image quantity
I'm attempting to first pull a icon from an executable file, save it to a particular file and display that in a WPF window.
The quality is perfectly fine at 32x32 but when I try to resize it to being ...
0
votes
2answers
121 views
UITextfield blurred text
Hy,...
So u can see that my test is blurred at the UITextfield in my cell. But I search in the internet about it, and the only solution is to use int-coordinates and I do that!
But when I push to my ...
0
votes
1answer
173 views
blurry wpf applications [closed]
I'm using win XP and recently since the last windows updates (at least that's the time that I noticed this happened) - 11.2.2010 - all WPF applications that I run are blurry.
I first noticed on my ...
0
votes
1answer
1k views
Issues with XPSDocumentWriter and PrintDialog.PrintDocument
Our company is developing an application (WPF, targeted to .NET 3.5) with the WPF Diagramming Components from MindFusion.Apparently, printing and saving XPS Documents results in various errors on ...