Questions tagged [blurry]

305 questions
0
votes
0 answers

Graphics.DrawImage blurry when printing

I'm trying to print the content on a panel, but the result is very blurry / dithered. The bitmap that is generated using DrawToBitmap is perfectly sharp when saving it to the disk, but when I use Graphics.DrawImage or Graphics.DrawImageUnscaled…
0
votes
1 answer

CSS background with inline svg

I've been searching for a solution to give a blur effect to a background for IE10+. I have found StackBlur and make it worked but it is slow in my case because i have a big background and want to have it rendered as fast as possible. You know there…
user3213174
  • 63
  • 2
  • 9
0
votes
2 answers

Toggle SVG animation on click

I'm trying to create an SVG animation that smoothly blurs an element when it's clicked, then smoothly unblurs it when clicked again (and keeps alternating like that with each click). So I have the following SVG:
daGUY
  • 27,055
  • 29
  • 75
  • 119
0
votes
3 answers

cairo : blurred shapes and text

I am drawing some random rectangles via cairo in its image surface, scaling and translating it and displaying the result using unsigned char* data = cairo_image_surface_get_data(surface); but the rectangles seem blurred: (I could not post the…
user3648895
  • 395
  • 10
  • 20
0
votes
0 answers

SVG images being blurry on android browser when input tag before

I saw a lot of probleme here about blurry svg on chrome, but my probleme is the opposite. My svg are fine on desktop browser : safari, ffx, chrome. and on iphone too. but it's getting really blurry when I run my svg on the android browser of my…
errold
  • 333
  • 1
  • 2
  • 8
0
votes
1 answer

iOS Web View with Blurry Text

I have a web-view with blurry text in iOS 7. There are many posts with solutions, however none of them seem to work in my case. The best solution that I've found thus far is to apply -webkit-transform: translateZ(0); to the blurry elements, as…
cranberry
  • 294
  • 5
  • 17
0
votes
1 answer

Blurry text when css transition and rotation is used

I have a swinging div in my page, and it has a text on it. I do the swinging animation with css rotate and jquery. You can see it here http://jsfiddle.net/novellino/Em7ej/ My problem is that the text becomes blurry when the div starts moving. I…
novellino
  • 1,069
  • 4
  • 22
  • 51
0
votes
2 answers

UIImagePickerController with Blur effect

I would to apply the blur effect to a CameraOverlayController. I have found FXBlurView project. So, I have create a my UIImagePickerViewController and in the viewDidLoad I tried this code: self.sourceType = …
Safari
  • 11,437
  • 24
  • 91
  • 191
0
votes
0 answers

Blurry images when running my application on Retina iPhone

When creating my application for iOS I don't know why but all of my images are blurry and poor quality. They look perfect in photoshop and in preview within Xcode, however when in simulator and testing on my actual device (iPhone 5) they look poor…
Kevin Tarr
  • 387
  • 3
  • 9
0
votes
2 answers

Creating a scalable Image button in iOS. Without a blurry image.

What am I trying to do: I want to make a button that scales up or down depending on it's current state which is determined by it either being big or small. When button is big and I press it, it becomes small. When the button is small and I press…
Sean Dev
  • 1,239
  • 1
  • 17
  • 31
0
votes
1 answer

Shadow effect and blurry text

I would like to add shadows outside tiles in my WPF application, but when I do, the text inside tiles is blurry. I tried this solution: WPF DropShadowEffect Causing Blurriness , but unfortunately shadow effect seems not to work at all. Are there any…
eklxw
  • 189
  • 1
  • 14
0
votes
1 answer

Setting width and height properties to auto in WPF causes button to blur

When I was testing a new interface for a button I noticed a blur appearing during run-time that was not present during design-time. I tracked it down to the auto property. The image below displays to button during run-time the left has its height…
Ivel97
  • 68
  • 8
0
votes
1 answer

KineticJS image resize is blurry

If I have a high res image and use kinetic.image width and height attributes to scale it down I find that when I zoom in by using stage.setScale() the image is blurry compared to the original. What are my options for zooming into an image on the…
0
votes
1 answer

Blurry UITextView in UIScrollView

I am having problems with a blurry UITextView in a UIScrollView so I created a simple little app that just have a ScrollView that holds on to a view that in turn has a UITextView on it. Below code is all the code I have for setting it up. If you…
mobbe
  • 101
  • 1
  • 7
0
votes
1 answer

RGraphs showing blurry on browser

I downloaded the rgraphs zip, put it in my apache htdocs folder. This zip has a demo folder, so I went through several of the demos but the graphs are a little blurry. On rgraphs website they have the exact same graphs hosted in a demo section, on…
John Henry
  • 165
  • 1
  • 4
  • 14