JDeli is a Java image library for reading, writing, converting, manipulating and processing a number of image file formats. Find out more here.
JDeli
Image scaling options Recently at IDR Solutions, I have been looking for ways to provide higher image quality when down-sampling images in Java with... As you may already know, PNG is a lossless image format which has comparatively larger file sizes when compared to JPEG. But often PNG is... At IDRsolutions, we are now using our own Java Image Library (JDeli) as a replacement for ImageIO and JAI. We had previously been using ImageIO... What are Indexed Colorspaces? Indexed Colorspaces store a list of the colors used and reference that list to get the color of each pixel,... What is PNGQuant? PNGQuant is a free to use, open source (available under a BSD-like license) command line utility and library for converting PNG... In the early days of Java, Sun produced a really handy set of classes to handle JPEG images. These included some really nifty little...