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

learn more… | top users | synonyms

1
vote
1answer
444 views

Settings required to set to emulate the FFMPEG '-sameq' flag when using libavcodec

Currently attempting to use libavcodec to transcode MP4 (MPEG4 and H264) and MPG (MPEG2) video files into .MP4, .MPG and .AVI files. Have done this previously using FFMpeg.exe with use of the '-sameq' ...
4
votes
1answer
414 views

How to compare the “quality” of two image scaling algorithms?

Suppose I want to include an image upscaling/downscaling algorithm in my program. Execution time is not important, the result "quality" is. How do you define "quality" in this case and how do you then ...
0
votes
1answer
322 views

Quality center 10 with crystal reporting

We are planning to create crystal reports on QC 10. I was wondering if there is any built-in support in QC 10 for crystal report. I will like to you know the best way to use crystal reporting in QC ...
4
votes
3answers
1k views

tcpdf: poor image quality

I am using TCPDF to create PDF files converted from HTML input using it's writeHTML() function. However, images within the PDF have poor quality, while the original images have a high quality (as ...
2
votes
1answer
379 views

How to store high quality image in iphone Library?

I have taken 1 high quality image and stored it to some place UIImage *image = [[UIImage alloc] initWithData:imageData]; NSArray *docDirs = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, ...
1
vote
2answers
698 views

how to improve quality with ffmpeg flv [closed]

i'm haveing problem when converting movies to FLV, i get a lot of small squares in the picture. maybe someone know why? and how i can remove those squares and make picture better? my code is: ...
1
vote
3answers
2k views

Prevent mobile website image compression over 3G

I'm working on a mobile website and on some devices (in my particular test, an iPhone 4) when visiting the site over 3G the images are compressed and look unacceptably fuzzy. When visiting the site ...
2
votes
0answers
167 views

Is the binding quality of “The C++ Programming Language - Special Edition” low? [closed]

since I guess some people here on StackOverflow own "The C++ Programming Language - Special Edition": Did you have issues with its binding quality? When I first opened it, the first few pages got ...
1
vote
2answers
83 views

Show one image in different qualities using PHP

Is there a way to show one image in different qualities on fly? ie: <img src=show_img.php?img_src=http://www.simpsoncrazy.com/content/pictures/homer/HomerSimpson3.gif&img_quality=25> ...
0
votes
2answers
272 views

iOS Problem when viewing PDF from Code

I need to show a PDF in my view and zoom and scroll it. I tried using the example from Apple. It works, but when I zoom in/out the image appears to be very pixelated and the result is very bad... can ...
2
votes
3answers
1k views

Quality metrics and continuous integration for ruby on rails

In my day work, I work on your classic Java aplication. We use as "software factory" : Maven, Hudson and Sonar. In my night work, I work on personnal ruby on rails stuff. I have a certain number of ...
0
votes
2answers
282 views

Why does pausing stop flashvideos from lagging?

This is a more theoretical question: When I'm watching larger videos (> 15 min) on the internet via flashplayer or divx, after some minutes, the video quality begins to decrease (like the video ...
0
votes
2answers
805 views

PHP quality preview photos

With the help of what can be achieved with the same quality pictures as a preview vkontakte.ru (not adv)? I use the library GD. Image quality vkontakte: Quality pictures to my script: Big ...
1
vote
1answer
86 views

Mono quality products

there are some companies that use Mono for their products like Novell. Are there any references that confirm how good (solid, stable, bugfree...) mono is, for the use of commercial applications? And ...
2
votes
2answers
4k views

iOS 4: video quality with AVAsset based application

I'm trying to create a simple video application(loading existing video file from ios 4 device, edit it using direct pixel access and save under a different name). I managed to load, edit and save my ...
3
votes
3answers
3k views

very poor quality of audio recorded on my droidx using MediaRecorder, why?

my project requires me to be able to record audio on an android device. i implemented solution using the MediaRecorder() but the recorded audio is in a terrible quality. what am i doing wrong? i must ...
2
votes
2answers
180 views

Taxonomy/Ontology of software bugs?

Is there a taxonomy of ontology of software bugs?
-3
votes
1answer
802 views

convert to mkv like scorp movies! [closed]

how i can convert any format to mkv like scorp movies!!scorp is like axxo but they relase movie in 720p with a small size an
7
votes
5answers
4k views

PHP Source Code Analyzers

I was wodering whether any of you had any experience with PHP source code analyzers (like FindBugs for Java). What I'm looking for is a tool that scans my codebase for what appears to be bad code. ...
6
votes
1answer
2k views

Rails 3, Paperclip and uploading image from remote url

I wrote simple code which takes url of an image, and uploads resized version of it to Amazon S3 storage. Code looks like this: attr_accessor :profile_image_url has_attached_file :avatar, ...
3
votes
1answer
1k views

PHP Image quality issue on rotating and merging

When i merge two images as one background and the other as target image. I m using pngs. When I rotate the target image and then merge, yes everything is fine except that the edges of rotated image ...
4
votes
4answers
120 views

php:: apply backticks to first word in sentence

basically what I am trying to do is, I have an array that looks something like this: array( array( 'select' =>'first string', 'escape' => true ), array( 'select' ...
0
votes
1answer
1k views

Flash library image get blur(quality reduce?)

I get quite an annoying problem when import image into flash (.png &.jpeg). My image is a 72 dpi png file with sharpen effect , when i use [Import to stage], the image imported in the library get ...
0
votes
1answer
2k views

Android MediaRecorder - SetAudioEncodingBitRate - HowTo

I tried to record audio in Android. The quality of the sound using the MediaRecorder really sucks. Is there a way to improve quality? The documentation says, there should be something like ...
5
votes
1answer
398 views

Why do the pictures lose their quality when adding to the ImageList?

I'm trying to create an ImageList for my TrayIcon but the images are not showing as high quality. They are originally very clear but as soon as I put them on the ImageList at Design-Time they are ...
1
vote
1answer
996 views

FFMPEG: from jpg to avi it's ok, but with bad size and quality

I have six .jpg images with a size 350x400 (WxH). I want to turn them into an avi file of a good quality (but not too heavy) and with same dimensions I'm doing: /var/www/html/folder/ffmpeg/ffmpeg -y ...
3
votes
5answers
240 views

Ruby on Rails adoption to improve product quality?

We are a web development company using php as development language, but we are trying to improve the quality of our code, minimizing errors. We find that PHP makes it somewhat "easy" to produce sloppy ...
0
votes
1answer
776 views

camera quality in Flash

I have this simple code to access the webcam: var camera = Camera.getCamera(); camera.setLoopback(true); camera.setQuality( 0, 100 ); if (camera != null){ myVid.attachCamera(camera); } The ...
5
votes
3answers
3k views

In Python's PIL, how do I change the quality of an image?

I want to degrade the quality of the image to a few kilobytes. What's the best way to do this? Thanks!
2
votes
1answer
208 views

JSF XHTML automatic static code review and quality measurement

Does anyone of you know any code reviewing tool designed for JSF like PMD/Checkstyle and other for Java? I am searching for a way to check some good practices on facelet pages.
11
votes
4answers
839 views

How to check if an image contains a face and it is reasonably visible

I am not sure if this is solveable, but I though I will ask anyway. In my company we deal with massive enrollment camps where small teams of 5 to 10 people go to a village and enroll people. The ...
2
votes
2answers
625 views

Firefox downscaled image quality problem

I have an image 640 x 800. It is downscaled by html attributes width and height to 90 x 113. It renders well in most of the browser apart from Firefox. Here is an example: ...
0
votes
0answers
210 views

UIImage in a fine quality whatever the device

I'm programming a RSS feed application, and i have a problem with pictures that i display for each article in a list. I'm using a custom UITableViewCell for each article, with an UIImageView place on ...
12
votes
6answers
10k views

Quality problems when resizing an image at runtime

I have a image file on the disk and I am resizing the file and saving it back to disk as a new image file. For the sake of this question, I am not bringing them into memory in order to display them ...
0
votes
1answer
84 views

Tool to measure quality of javadoc with no source at hand

I'm looking for a tool that can rank javadoc for which I only have the bytecode. A tool that would give an interface without javadoc comments a rank of 0, whereas a well doc:ed interface would rank ...
0
votes
2answers
209 views

What do you think about the quality of this php code?

What do you think about this code? I know this has html mixed with php. How can we separate html from php? What else needs to be done to improve the quality of this code? Hopefully some php ...
2
votes
1answer
1k views

How to retrieve GSM signal quality parameters on Android?

I am trying to find out any methods to retrieve quality parameters like BER and CIR. The only thing I was able to find in Google and in Android Developer website was getGsmBitErrorRate(), but it seems ...
0
votes
0answers
630 views

There are any ways to improve android media player audio quality?

In my app I am playing some mp4 audio files. But sound quality is to bad. There are any ways to improve it programmaticaly? Maybe with help some native libraries or anything else. Now I am using ...
0
votes
2answers
173 views

How can I improve the quality of this python remote service code?

I wrote several small Python scripts to start clusters inside cloud infrastructures with distributed filesystems. Now, I integrated the code into a single command-line application but the code quality ...
2
votes
1answer
730 views

PHP JPEG Crop : Loss of quality?

I'm developing a web-to-print, poster printing application. I'm considering using PHP to crop user-uploaded images, and we will ultimately print the PHP-cropped image. My concern is there will be a ...
1
vote
3answers
280 views

Integrating Team Foundation Server with external quality/configuration mamanegement systems

I'm evaluating Team Foundation Server and am interested to know as much as possible about integrating it to external systems in particular the (custom) ones we use for source control and issue ...
2
votes
2answers
2k views

Change Flash Player stage quality in AIR apps

How do I change the stage quality to improve rendering performance in Flash Player AIR? StageQuality doesn't seem to have any effect at all. Is this a known bug or am I doing something wrong? I'm ...
3
votes
2answers
593 views

How can I visualize changes in a large code base quality?

One of the things I’ve been thinking about a lot off and on is how we can use metrics of some kind to measure change, are we going backwards or not? This is in the context of a large, legacy code base ...
8
votes
9answers
253 views

How do you encourage fellow programmers to care about code readability? [closed]

I've noticed some programmers do not seem to have much desire to write clean, organized, and readable code. What are some good ways to encourage consistent indentation, good naming of variables and ...
0
votes
2answers
387 views

Flash PNG Quality on Tween

In Flash I have some PNG images, and I wish these images to become 50% larger on hover. However the tween I have used to make them larger distorts the quality of the images considerably. For the ...
4
votes
4answers
2k views

When should assert() be used?

In developing a large C++ programming project with many developers, we have run into issues with inappropriate use of assert() in the code which results in poor quality where the assertion does indeed ...
11
votes
4answers
996 views

Reasons for refactoring tools for C/C++ to be so limited [closed]

What is the problem that no industrial level refactoring tool for C/C++ have been created, I only need a tool that "just works"? What I mean by "industrial level" is a quality provided by JetBrains ...
1
vote
1answer
174 views

Measuring code complexity of functional language and imperative language

What is the best way of comparing code complexity of functional language and imperative language? In my case I have to compare complexity of certain programs written in F# and C++. As for now as a ...
2
votes
4answers
338 views

Code Warranty - clarification [closed]

I am working as a consultant doing programming work for a company. I get a flat rate for components in the project (or milestones as we call them). The client recently introduced the idea of 'code ...
2
votes
3answers
275 views

What was your most efficient technique to improve productivity and quality?

I am aware that this could be seen as subjective but this is definitely not my intention. I am always on the hunt for techniques that I may have never heard of that help improve both productivity and ...

1 2 3 4 5 7