Quality is a generic term mostly used for image and video clarity and quality.

learn more… | top users | synonyms

0
votes
0answers
23 views

What is product quality and process quality in software engineering [closed]

What is the main difference between product quality and process quality in software engineering? Can someone please answer my question. Thanks
-3
votes
0answers
30 views

Quality Android and iOS devs [closed]

What's the best place online to find quality Android and iOS developer talent? I don't want to go the elance.com route or the like as they did not prove to yield quality final product results. Would ...
0
votes
0answers
36 views

Universal Image Loader, images are of better quality from cache than from original source

I'm loading images from the web then caching them on the disc in my Android app. Though what is strange is that when I access images from the cache (when I redisplay the image), the quality of that ...
0
votes
1answer
49 views

c#: reduced image quality when saving JPEG at 100% quality

I'm just loading JPEG image and saving it without any manipulation with it. But image quality noticeably reducing. Here is the code: Bitmap imgOutput = new Bitmap(@"D:\image.jpg"); Graphics ...
4
votes
1answer
75 views

Java ImagIO.write() changes quality during save

I am writing an image library for fun and i came across a problem that i can't seem to solve. The class is pretty simple: take a picture, process it, display it through JFrame, and finally save it as ...
2
votes
0answers
59 views

C#: Watermark image has poor quality when saving JPEG

I'm trying to add watermark to image and save it at best quality, but when saving JPEG watermark has poor quality (but quality of main image is good). string wtrSrc = @"D:\watermark.png"; string ...
0
votes
0answers
31 views

Improve WPF 3D Quality

I'm using some basic geometric figures in a viewport. Somehow the quality of the edges is very bad on my laptop (no antialiasing, very pixelated). It is much better on my home computer. My laptop runs ...
0
votes
0answers
23 views

How to prevent FLVPlayback from reducing video quality on slow networks?

Adobe has seemingly built in a transcoding engine in FLVPlayback that severely degrades video quality over slow connections. The same amount of data is downloaded regardless of connection speed, so ...
0
votes
3answers
35 views

what's the QUALITY_HIGH and the QUALITY_LOW mean ?

There is a quality list in the class CamcorderProfile. public static final int QUALITY_HIGH: Quality level corresponding to the highest available resolution. Constant Value: 1 public static final ...
0
votes
1answer
100 views

Css: display a larger image (better quality) on hover from a seperate file

So im toying with the idea of displaying a larger (better quality image) when a user hovers over my thumbnails. Not the fullsize version it links to upon click but still a size that shows a bit more ...
1
vote
1answer
84 views

bad quality after rescaling/resizing bitmap

i'm having Quality issue after rescaling bitmap i load The images from assets so decoding them have to done by Stream here is my method InputStream is = getAssets().open(lol.get(zpositions)); ...
-1
votes
1answer
90 views

Upgrade the quality of a blit (Winrt c#)

I actually try to make one and unique image of a canvas with multiple things on it. I create an image with all I need, but the quality of the image is really poor. Do you know how I can upgrade it ? ...
0
votes
2answers
58 views

image compression reducer

I am trying to have High quality Images on my site like these ones in the slider here http://www.viewbug.com/ but when I have the actual of the picture, it wont load fast enough, due to the big size. ...
0
votes
0answers
163 views

Xuggler - Encoding video and changing the quality

I'm new to Xuggler and I wanted to create a class that can take in input a video and that gives in output a .flv video that have a standard quality. For now, following some tutorial online I made a ...
0
votes
0answers
79 views

losing image quality by getDrawingCache() android

I am new to stackoverflow, so I am sorry for any spelling mistakes or anything. I have a CMS, where I have uploaded the images of greeting cards. In my android app, I download those cards using ...
1
vote
0answers
70 views

Chrominance similarity inof images in matlab

I am currently doing a progect on Image quality assessment and implementing the following paper " Niveditta Thakur and Swapna Devi, A NEW METHOD FOR COLOR IMAGE QUALITY ASSESSMENT, International ...
1
vote
0answers
91 views

Android - Image quality when uploading to server

After hours of investigation and combing through various tutorials and tips, I have run out of options and decided to post my question. What I am seeing is that when the user selects an Image from ...
0
votes
0answers
31 views

Measuring video streaming quality

I am working on an app to measure the video streaming quality from a web site and I am using Java. I searched internet for this a bit but couldn't find any pointers or resources. What do I need to do ...
0
votes
0answers
43 views

kubuntu - xonar dx and sound quality/effects, 2.1 system

I have a xonar dx sound card on my kubuntu 12.04 x64. In windows 7 I use the software from here http://brainbit.wordpress.com/category/uni-xonar/ to edit sound quality and other things like dolby pro ...
5
votes
0answers
184 views

Quality of scaled images worse in IE8/9, than in IE7

Try opening this page in IE7 and IE9. As the page mentions, it uses -ms-interpolation-mode:bicubic. I've read that this setting has been disabled in IE8/9 because it is now the default style (in ...
2
votes
1answer
111 views

How to improve image quality using im4java?

I'm using im4java library for image processing operations with ImageMagick. The code I'm using looks like: ImageCommand imageCommand = new ConvertCmd(); ...
3
votes
2answers
472 views

Eclipse sonar plugin vs findbugs+pmd+checkstyle eclipe plugins

We are trying to install a CI Platform with (Jenkins,sonar,eclipse ...). So that every developer can make analysis on his code before commit, I'm wondering between two alternatives : running local ...
0
votes
1answer
52 views

Does the FLAC audio format have multiple quality settings?

I am writing an encoding software and dealing with uncompressed wav and flac formats. My question is, flac is supposed to be a lossless format, similar to wav but compressed. However, certain ...
0
votes
1answer
123 views

Poor anti aliasing of 3D model using XNA in Silverlight, how to fix?

In Silverlight, I am embedding a 3D model using XNA. The model is rendered in a DrawingSurface control. The issue I am having is that the model render is quite poor in quality. The model has jagged ...
1
vote
1answer
64 views

Java Android low resolution fonts

I am playing around with Java for Android and I've noticed that fonts is in really low quality. Is there anyway to improve that? (Tried to attach a image, http://i.imgur.com/MipnaH1.png here's the ...
0
votes
0answers
33 views

Open source tool for QA Management,which can provide integration with Bugzilla and jira [closed]

Which is the BEST Open source tool for QA Management, which can provide integration with Bugzilla and jira.
1
vote
4answers
73 views

Refactoring buggy code [closed]

I have recently been assigned the task of refactoring a large code-base which has been inherited from an old dev team. My task is to clean up the code and refactor it. However, I have been able to ...
1
vote
2answers
54 views

Tools for mutation testing

On our company, we want to start to evaluate a quality of unit tests by creating mutation on our code. Does anyone know any tool for mutation testing that uses Maven and can be integrated into the ...
1
vote
2answers
413 views

Do FFMPEG H264 compression presets affect the video quality? [closed]

I am definitely not an FFMPEG expert, but according to this document: A preset is a collection of options that will provide a certain encoding speed to compression ratio. A slower preset will ...
0
votes
0answers
141 views

Get a specific field value for a testcase in QC

I am trying to get the Execution date and Time for a test using the QC Java API using OTA Client. following is the code I tried. public HashMap<String,String> ...
1
vote
3answers
270 views

Low quality image android development

I made a photoshop image 480x2500 which I want to put in one of my activities. But, after installing the .apk, the image has low quality. I really tried everything I found on google, without results. ...
2
votes
2answers
168 views

Java, Android fonts seems to be in quite low quality

I am creating this android game with java and have been starting to use fonts quite often but they seem to be in really low quality, especially when you make them big, of course. I am using androids ...
3
votes
2answers
175 views

ImageButton's image is blurry after setLayoutParams

I have looked around here and elsewhere, but I can't seem to find a solution to this problem. I'm no stranger to Java, although this is my first android application. I'm displaying 3 ImageButtons ...
0
votes
1answer
157 views

Efficient data structure for quality threshold clustering algorithm

I'm trying to implement the quality threshold clustering algorithm. The outline of it (taken from here) is listed below: Initialize the threshold distance allowed for clusters and the minimum ...
-2
votes
1answer
100 views

Need to retain original quality of image while rotating in iPhone sdk [closed]

In my app, I can rotate the image by 90 degrees. When I rotate a no of times... it is getting blurred and the image loses quality. Here i the code I am using: (UIImage *)rotateImage:(UIImage *) img ...
0
votes
2answers
173 views

How do I reduce the quality of an image in byte format on Android?

Using resources from StackOverflow and other helpful websites, I was successful in creating an application that can upload an image taken by the camera application on an Android phone. The only ...
0
votes
2answers
93 views

reduce jpeg filesize “on the fly” with php

I would like to lessen the image size (and quality) of a jpeg on the fly when a user is using a certain browser, OS or screen size (used to distinguish mobile from desktop users). How do I do this? I ...
0
votes
0answers
42 views

android huge quality loss by converting audio

I use some music in my app, first I tried to use mp3 but after 5 songs the .apk became 20MB.. So I used FormatFactory to convert the audio files to .AMR (max. possible bitrate: 12.2) which decreased ...
0
votes
0answers
53 views

Keep image quality when app is running in Xcode

I have several UIImageViews in my project. The UIImage views that are smaller than the screen have terrible quality when the program is running, but look fine when in the Interface Builder. What am I ...
2
votes
1answer
107 views

Measure noise level/sound quality by comparision

Ok, so I go this VoIP service and need a simple test of the sound quality transmitted. 2 VMs will "talk", and the tests will be done by a third computer. We have the record of the sound spoken and ...
1
vote
0answers
125 views

background video hd quality html5

i'm having problems to play video on HD quality using html or anyother way.. http://www.baked.ag the problem is that when you compress to .ogg .mp4 the video looses quality.. has anyone found an ...
0
votes
1answer
67 views

Poor images in DataGridView

I've written a little application to do something similar to outlook, looking at .msg files on the hard drive. I am using a dataGridView to show the messages in a folder, and I want to display a ...
0
votes
0answers
38 views

Visual Studio Code Analize and Dispose

When using the Code Analize tool from Visual Studio the following error appear: Warning 2 CA2000 : Microsoft.Reliability : In method 'CreateActions(string, IEnumerable)', object ...
0
votes
0answers
17 views

How can i control which methods in my business layer are transactionals in Sonar?

I'm facing a problem with quality profile to discover methods, that are supposed to be transactionals and they are not. Suppose I have the method below: public void updateProdut(Product product) I ...
1
vote
1answer
801 views

ffmpeg setting for HD and normal quality

Hello i need to have two versions of the same file stored on my server, medium and HD quality, the thing is that don't really know ffmpeg that well so im just trying this is code at random, i'm using ...
0
votes
1answer
91 views

php upload images, how can i add quality to this code?

I want to add qualit=80 to my upload images file... but no success :( That' my code: <?php // Set limit image size $limitFileSize=300000; // Set ...
0
votes
3answers
161 views

Will the quality of my negative samples affect the output of my haar trainer? OpenCV

So first off, I'm trying to detect music symbols off a sheet of music. Let's say, in this case, we're looking for the gclef http://upload.wikimedia.org/wikipedia/commons/f/ff/GClef.svg in this sheet ...
0
votes
3answers
489 views

Reduce the size of .eps figure made using matplotlib

Today I was doing a report for a course and I needed to include a figure of a contour plot of some field. I did this with matplotlib (ignore the chaotic header): import numpy as np import matplotlib ...
-2
votes
1answer
117 views

Enhance quality of GIF images

Noob question coming up. Basically, I realized that the images I'm using for the meny on my website look blurry on smaller monitors so I need to use higher quality pictures. What's the best to do ...
3
votes
4answers
532 views

Losing image quality in c# using Image class (reduces amount of colors)

I have a c# program that opens a .tif image and later offers the option to save it. However, there is always a drop in quality when saving the image. (EDIT:I passed some parameters while saving the ...

1 2 3 4 5 7