Imagero is a Java imaging library. Supported file types include BMP, GIF, TIFF, PNG, JNG, MNG, JPEG (including CMYK and 12-bit grey), PSD, PBM, PGM, PPM, TGA, EPS, EPSI, EPSF, AI, PDF, MRW, CRW, NEF, DCR, and DNG. Imagero can read thumbnails and can read and write metadata (IPTC, EXIF, XMP, Wang Annotations, Image Resource Blocks, Image File Directrories, JPEG Markers). Accurate color conversion is done with ICC profiles. TIFF tools allow you to split and merge TIFF images, add and remove IFDs. Lossless JPEG to TIFF and TIFF to JPEG conversion can be done. Lossless JPEG operations are supported.
| Tags | multimedia Graphics Software Development Libraries Java Libraries |
|---|---|
| Implementation | Java |
Recent releases


Release Notes: This release adds support for writing 16 bit (per channel) TIFF files and improves speed and memory usage for TIFF merging.


Release Notes: This release implements ShadowsControlOp and HighlightsControlOP (which allow adjusting the color and brightness in both directions), implements linear, quadratic, and cubic damping functions (which allow the same for any pixel range), adds support for complex functions, implements MeshWarpOp, and updates the Developer Guide and Javadoc.


Release Notes: This release implements these BufferedImageOps: FunctionOp (apply given function to pixel values), LabFunctionOp (same as FunctionOp, but in the Lab colorspace), LogImageOp, ExpImageOp, FaceUpOp (sharp details and smooth skin), SharpnessOp, ThresholdSmoothOp, GaussianFilterOp, ShadowsEnhanceOp (see details in shadows), HighlightsEnhanceOp (see details in highlights), HistogramEqOp, WarpTransformOp, and WarpMorphOp,


Release Notes: This release implements surface transformations (for perspective correction or water-like effects), adds the ability to save RenderedImage in TIFF format, supports PDF Shader 6 (Coons Patch Mesh), and makes the PDF Function implementation usable independent of PDF.


Release Notes: This release improves speed and memory usage of the EPS and PDF parser, fixes a lot of bugs in PDF rendering, and updates the online Javadoc.