[ANN] Imagero Reader 1.61

From: Andrei Kouznetsov (spam0_at_imagero.com.invalid)
Date: 11/29/04


Date: Mon, 29 Nov 2004 16:31:50 +0100

Imagero Reader is in Java written library for reading of image files.
Supported file types are:
*** BMP, GIF, TIFF, PNG, JNG, MNG, JPEG, PSD, PBM, PGM ,PPM
Supported RAW files:
*** MRW, CRW*#, NEF*, DCR*

* Full resolution image can't be yet read, but thumbnail, preview and some
metadata can be read.
# Preview image(s) in JPEG format can be extracted.

Imagero Reader can read thumbnails and metadata (IPTC, EXIF and XMP) from
those formats and THM files.

Imagero Reader defines simple Interface ImageReader to read image files.
ImageReader interface allows to get image width and height, image count
contained in file, define area to read, add ProgressListener and choose
image channel to read.
** new ** Imagero Reader can read scaled version of image (see tutorial).
Imagero Reader is free for non-commercial use.

What's new in Version 1.61:
*** Support for MRW (Minolta RAW) files was added.
    Currently Bilinear interpolation was implemented
    (Laplacian interpolation planned).
    Who want to use his own demosaicing method can get image with
unprocessed data.

-- 
Andrei Kouznetsov
http://uio.dev.java.net Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities


Relevant Pages

  • [ANN] Imagero Reader 1.73 released
    ... Imagero Reader is in Java written library for reading of image files. ... Supported file types are: ... Following RAW file types are also supported: ...
    (comp.lang.java.programmer)
  • Re: Resizing Speed
    ... > new BufferedImage(pNewWidth, pNewHeight, theOrigImage.getType()); ... If you speak about downscaling then try Imagero Reader. ... However, you should know, that if you resize image with java it is possible ...
    (comp.lang.java.gui)
  • [ANN] Imagero Reader 1.71 released
    ... Imagero Reader is in Java written library for reading of image files. ... Supported file types are: ... Following RAW file types are also supported: ...
    (comp.lang.java.programmer)
  • Re: High Quality Resizing
    ... > Are there any ways to resize through Java that I'm missing? ... high quality, ... this code sample shows how to scale images with Imagero Reader ...
    (comp.lang.java.gui)