Search results for: jdeli

Setting up VisualVM in under 5 minutes

It’s hard to put a label on VisualVM – it has a profiler, but it’s more than that. It also has tools for tracking...
Sam Howard
1 min read

Replacing the deprecated Java JPEG classes for Java 7

In the early days of Java, Sun produced a really handy set of classes to handle JPEG images. These included some really nifty little...
Mark Stephens
1 min read

How to Convert CCITT data to TIFF image

What is CCITT data? CCITT is used to compress black and white image data. Using Huffman encoding, the data is squeezed into a much...
Mark Stephens
1 min read

How does CCITT compress image data?

How does CCITT compression work? CCITT encodes black and white data. It does this by encoding runs of black or white pixels. We can...
Mark Stephens
3 min read

Java JAI image-io jpeg2000 Memory Leak fix

One of our customers sent in a support request regarding a memory leak which was assigned to me to investigate.  It actually turned out...
Daniel
1 min read