Questions tagged [blurry]
305 questions
0
votes
0 answers
Find width of edge in opencv which i am getting from sobel function
I want to find width of edge which i m getting from sobel. But i don't know how to find width of this edges. Anyone can help me to figure out this?

Sagar Patel
- 864
- 1
- 11
- 22
0
votes
1 answer
How to make html5 canvas display crisp image based off chrome screencap
I am making a chrome extension that uses the chrome.tabs.captureVisibleTab method to grab a screencap of the current tab and then displays that in a popup from the chrome extension. If I use the img tag and use the data coming from the chrome…

Benjamin Winks
- 23
- 4
0
votes
1 answer
Label/Text in Xcode Appears Blurry
I am trying to make a preferences view with lots of text. I cannot figure out why the text is blurry when i run the project, even though the interface builder is very sharp and clear. Here is a picture. [1]: https://i.stack.imgur.com/EQl6D.png
here…

Bolt Sandwich
- 65
- 1
- 6
0
votes
4 answers
Resize to 3 different size at a time to different path using intervention in laravel 5.0
I am trying to resize images in Laravel 4.2 using intervention, but i want to move images to 2 different folders at a time.
If i run the below code
if(Input::hasFile('product_images')) {
$images = Input::file('product_images');
…

Supritha
- 1
- 4
0
votes
3 answers
Swiffy converted Flash texts appear blurry
I am converting SWF file into HMTL files using Swiffy converter. These SWF files contain texts, tables and interactions (like click events and showing popups). The converted HTML content looks fuzzy and blurry. Crispness gone from the texts and…

akgupta
- 101
- 1
- 6
0
votes
1 answer
Why Chrome renders all stuff slightly upscaled and blurry?
some time ago (probably after recent update) I've noticed picture in my chrome changed a bit: everything rendered slightly upscaled and looks blurry. This issue affects everything: tabs, searchbar, bookmarks panel and of course all content in opened…

dajnz
- 1,178
- 1
- 8
- 20
0
votes
1 answer
Jssor slider 100% width (blurred images)
I'm using the slider 100% width, and it's great! but I realized the images I uploaded for background of the slides seems to be blurred, although the real size of them is superior as the one displayed in the slider. I do not know which property may…

Aleja B
- 1
0
votes
1 answer
images are randomly blurry
I can't figure out why some images get blurry at different browser sizes. Take a look at this sample site:
The menu buttons at the top and the other buttons all shrink a bit when hovered over. Change the browser size a few times and see that some of…

Jonathan Grant
- 143
- 2
- 15
0
votes
1 answer
image rendered on canvas converted from svg using canvg is blurry
I'm using canvg to render svg elements onto a canvas and download it using jspdf.
below is my code:
svgElement = jQuery('#svg');
canvas = jQuery('').attr({
width: svgElement.width(),
height: svgElement.height()
}).get(0);
ctx =…

Aaron Shen
- 8,124
- 10
- 44
- 86
0
votes
1 answer
Sprites blurry when enlarged
In XNA I am trying to create a game using old style Super Mario sprites, but if I try to make them bigger, they get very blurry. I have tried saving the PNG sprites as nearest neighbor, bicubic, and bilinear in photoshop, but they all appear equally…

iPodwithnomusic
- 53
- 6
0
votes
2 answers
Magento Blurry Pictures in the Recently viewed products
I have an issue with Magento. My pictures work well in every sections but in the **recently viewed products I get a blurry result. I don't understand why because in the catalog I have the same pictures using the "small_image" that display fine…
0
votes
0 answers
Blurry text on canvas despite AA fix having been applied
Despite having translated by half a pixel for antialiasing - so lines look crisp - my text in Chrome (which looked OK formerly) looks fuzzy. Here's two images - one from Chrome and the other from Opera:
Is there a setting that I can adjust to…

Richard
- 4,809
- 3
- 27
- 46
0
votes
0 answers
Blurry text in a NSTextField
I have a problem with NSFullSizeContentViewWindowMask, the text gets blurry after I added it.
With NSFullSizeContentViewWindowMask: http://cl.ly/image/2t0M1R201d1F
Without http://cl.ly/image/1o0K3d3s3t3j
Code:
self.window.titlebarAppearsTransparent…

Emnl
- 1
- 2
0
votes
1 answer
Blurry font icons when parent container has margin auto
This "just another blurry icons issue" is starting to give me serious headaches, that's why I decided to ask for some help here. And believe me, I have already read all the 'blurry icons' articles on the web.
The image below shows what's happening…

Adrian Puescu
- 162
- 12
0
votes
1 answer
textfield looks blurry when moves
The textfield is used to show the player name and added to the player sprite. When the player moves, the name textfield looks blurry and the font is the default font.
I tried drawing the textfield to bitmapdata, but it looks same.
are there any ways…

Pan
- 2,101
- 3
- 13
- 17