All Stories

Image scaling options in Java

In this article I will give you more information about Image scaling options and some sample code. When scaling up a bitmap image, more...
Bethan Palmer
1 min read

Using super-resolution imaging to improve scaling

The basic idea of super-resolution imaging is the ability to scale up images and maintain visual quality either for people to view or for...
Daniel Warren
1 min read

Downsampling by averaging

All the techniques for downsampling involve tradeoffs in terms of speed, quality, and memory usage. They also tend to do better on some types...
Mark Stephens
1 min read

Why I use Apache NetBeans to write Java code

NetBeans has been on a very interesting journey over the last two years, moving from the stewardship of Oracle to part of the Apache...
Mark Stephens
1 min read

Is the new Java release cycle an improvement?

In the past, Java had a release cycle where a new version would come out about once every 2 or 3 years. This did...
Bethan Palmer
2 min read