32 Stories by suda
What is the JDeli Image Library? In order to handle complex image data in PDF files, we needed Java solutions to handle lots of... As some of you maybe aware we launched a image decoding and encoding library called “JDeli” last year with 100% Java code. It arose... Image scaling options At IDR Solutions recently, I have been looking for ways to provide higher quality image quality when down-sampling images in Java... Java’s ImageIO package (built in) does not support Tiff file decoding. So either you need JAI plugin or other third party libraries to convert these... 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...