New Features:
^^^^^^^^^^^
- Improved EPS parsing speed.
- Read/edit XMP metadata in EPS files.
- Extract JPEG / TIFF files from EPS.
- New option 'editable' added for creating ImageReaders.
- all known bugs were fixed.
About Imagero
^^^^^^^^^^^
Imagero is java library to read image files.
It sup****ts many popular image formats:
- BMP 1, 4, 8, 16, 24 and 32 bit uncompressed; 4 and 8 bit compressed
- GIF
- TIFF 1, 4, 8, 16, 32, 48 and 64 bit per pixel;
bilevel, grayscale, palette, RGB, CMYC, Cie Lab, YCrCb;
CCIT1D, G3, G4, ZIP, JPEG, LZW and PackBits compression
- PNG , JNG , MNG
- JPEG inclusive CMYK and 12-bit grey
- PSD 1, 8, 16 bits per channel;
bilevel, grayscale, duotone, palette, RGB, CMYC and Cie Lab;
uncompressed and PackBits compressed
- PBM , PGM , PPM
- TGA
- read/extract embedded images from EPS , EPSI , EPSF
Sup****ted RAW files:
- * MRW, *CRW , CR2, THM, * NEF, * DCR, * DNG
* Full resolution image can't be yet read, but thumbnail, preview and
metadata can be read and extracted.
Features:
^^^^^^^
- read thumbnails and metadata
- edit metadata
[any metadata contained in ImageResourceBlock ( PSD , JPEG , TIFF ) and
ImageFileDirectrory entry ( TIFF , NEF , DNG , DCR ) can be edited]
- get image width and height
- get number of images, contained in file
- define an area to read
- add a ProgressListener
- estimate JPEG compression/quality
- read an image channel
- set a scale factor
- set subsampling ( JPEG only)
- read an image (or channel) directly into an array
- read as BufferedImage
- easy IPTC / EXIF handling with MetadataEditor
- MetadataUtils simplifies many common tasks
- High-speed TIFF manipulating: merge, split, insertIFD, addIFD, getIFD,
getIFDCount.
[All high-Speed TIFF operations was implemented without using TiffReader
and tested with huge TIFF images with up to 8000 IFDs]
- professional quality CMYK reading using ICC Profiles - (Java 2 needed)
- read Wang Annotations
- ex****t IPTC/EXIF/TIFF metadata to XMP
- (new) read/edit XMP metadata in EPS files
Imagero works with java1.1 and later.
--
http://uio.imagero.com
Unified I/O for Java
http://reader.imagero.com
Java image reader
http://jgui.imagero.com
Java GUI components and utilities


|