2000-10-18   Gisle Aas <gisle@ActiveState.com>

    Release 1.00

    IO::String is now a PREREQ module.

    Added PPM/PGM/PBM support

    Improved documentation.

    Standardized on how "resolution" is expressed.  The field in
    now mandatory.

    All comments are now found as "Comment" tag.

    Pick up data about thumbnails embedded in JPEG Exif files.



2000-08-24   Gisle Aas <gisle@ActiveState.com>

    Release 0.05

    Passing a reference to a scalar as argument to img_info()
    indicates that this scalar contains raw image data.  If you
    want to use this feature, you need to install the IO::String
    module first.



2000-01-04   Gisle Aas <gisle@aas.no>

    Release 0.04

    Renaming of keys for things that are common across file
    formats.  Common things now use lowercase keys.

    Better support for JPEG JFXX chunks

    Better determination of color_type for JPEG

    Partial support for App14-Adobe chunks in JPEG

    Support sBIT chunks for PNG



1999-12-25   Gisle Aas <gisle@aas.no>

    Release 0.03

    Eliminated Image::TIFF::Exif.  The TIFF module now knows about
    the Exif tags by itself.

    Errors are returned as a hash too.

    Start on Image::Info POD

    Various tweaks to the reported info keys for JPEG/PNG/GIF.

    Support Netscape's Loop extention to GIF.

    Support ColorTable dump for GIF and PNG.

    Support FileMediaType/FileExt for all image formats.

    Report number of repeated chunks in PNG_Chunks values.



1999-12-22   Gisle Aas <gisle@aas.no>

    Release 0.02

    Removed external OO interface.  The main interface is now
    an plain function called image_info() that returns one or
    more hashes.  One hash per image found in the file.

    Exif/TIFF integer that are codes representing something else
    are now expaned.

    TIFF Rational values are reduced to plain integers when
    possible.

    Added GIF support

    Added some test scripts
   

1999-12-19   Gisle Aas <gisle@aas.no>

    Release 0.01 (now Image-Info)

    New common framwork that can support many image formats.

    Added JPEG support

    Added PNG support



1999-12-14   Gisle Aas <gisle@aas.no>

    First try, released as Image-Exif-0.01