JDeli

How to read SGI images in Java (Tutorial)

In this post, I will show you how to read SGI images in Java. ImageIO does not support SGI images by default so you...
Zain
52 sec read

What is JBIG2?

JBIG2 is a lossless and lossy compression standard for bi-level images like scanned documents, offering high compression ratios by identifying and encoding similar shapes...
Amy Pearson
55 sec read

How to read DICOM Image files in Java (Tutorial)

In this post, we will be showing you how to read DICOM image files using a Java Dicom Library. Dicom is the standard for...
Bethan Palmer
1 min read

CCITT Compression Guide

What is CCITT Compression? CCITT compression is a set of lossless compression algorithms developed by the International Telegraph and Telephone Consultative Committee (Comité Consultatif...
Promil
1 min read

What is LZW compression?

What is LZW compression? LZW is a lossless data compression. LZW algorithm, developed by Abraham Lempel, Jacob Ziv and Terry Welch, uses a dynamically...
Promil
2 min read

What is a Dicom File?

What is DICOM? DICOM stands for Digital Imaging and Communications in Medicine. DICOM is the international standard for medical images. It sets out how...
Promil
2 min read