libpicinfo 0.0.2 review
Downloadlibpicinfo is a library to read image information. libpicinfo is a C++ library for reading auxiliary information from images
|
|
libpicinfo is a library to read image information.
libpicinfo is a C++ library for reading auxiliary information from images. it currently supports TIFF, JPEG and Canon RAW files (CR2).
Here are some key features of "libpicinfo":
intuitive C++ usage
supports EXIF 2.2 specification
supports TIFF files
supports JPEG files (with/without JFIF header)
supports RAW formats of digital cameras (currently Canon CR2 only)
no library dependency other than C++ standard library
fast startup time
fast lookup of tags
Installation:
Under *nix(-like) environments, the standard autotools method works:
./configure
make
make install
The name of library will be libpicinfo. It can be link with -lpicinfo in the gcc command line.
If you are a autotools wizard and thinks my usage of autotools sucks, you are more than welcomed to submit a patch.
What's New in This Release:
Fixed compilation in MSVC 7.1
Fixed Rational constructor dominator=1 bug.
libpicinfo 0.0.2 keywords