Tagged Questions
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 ...
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 ...
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 ...
1
vote
3answers
269 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
168 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 ...
4
votes
1answer
568 views
PDFBox blurry image when inserted on pdf in Java
I'm trying to insert images inside a PDF but the quality makes the images unreadable. How can improve the quality of final PDF document ?
I have tried other free non GPL license libraries and I think ...
1
vote
1answer
782 views
printing bufferedimage to a printer
i have an application from which i want to print an image. The image is loaded as a BufferedImage object. The problem is, when i print the image (to the postscript or to the pdf file), the quality is ...
3
votes
2answers
4k views
Resize image in java lose quality
I made this code to resize images with two factors. It works, but the quality of image is very bad after it is resized! Can you help me?
This is the code
public class ImageTest {
private static ...
3
votes
2answers
96 views
guidelines/ideas to make supporting application easier (java) -
Writing a good quality software should be the first step. For now that is kind of moving goal.( We have some thing along the lines of automatic code quality and architecture quality ...
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 ...
6
votes
1answer
1k views
Algorithm Analysis tool for java
I am looking for an algorithm analysis tool for java that can calculate Big 0 of a function. Ideal I would like to make it part of my build process, along side of my other code metrics tool. Even ...
8
votes
5answers
2k views
How to measure robustness?
I am working on a thesis about meassuring quality of a product. The product in this case is a website. I have identified several quality attributes and meassurement techniques.
One quality attribute ...
2
votes
1answer
173 views
fitnesse test framework, arbitrary properties for test and queries/test runs based on them?
our testers have the requirement to store multiple properties for a test that are not present in the "properties".
e.g. they want to store priority, a description(not in the wiki page itself) and so ...
3
votes
3answers
295 views
Keep correctness of Eclipse workspace with continuous integration
IDE misconfiguration is a big source of inefficient time use in our team.
I wanted to know if other teams have tried to check the health of the eclipse workspace with continuous integration.
Eclipse ...
28
votes
10answers
1k views
Do java's Inner classes pose a security risk?
Recently the security team on my project released a secure code guidelines document, designed to be used as part of our code reviews. The first thing that struck me was an item that said "Do not use ...
0
votes
4answers
1k views
Java: make an low quality image
In the software 'Teamviewer', the quality of the images can be changed. It looks like the image comes from 32bit to 16bit (Or other values, like in the screen device settings in Windows). The image is ...
4
votes
2answers
4k views
Sonar project integration
We've quite big project with own build framework, based mostly on Java (however other languages exist).
We'd like to use Sonar Hudson plugin to graphically present various code metrics.
How do we ...
12
votes
9answers
8k views
JUnit's @Ignore
I wonder if it is a good practice to use JUnit's @Ignore. And how people are using it?
I came up with the following use case: Let's say I am developing a class and writing a JUnit test for it, which ...
