Alien-FreeImage
view release on metacpan or search on metacpan
src/Source/LibRawLite/Changelog.txt view on Meta::CPAN
* New processing stages in enum LibRaw_progress:
LIBRAW_PROGRESS_BAD_PIXELS LIBRAW_PROGRESS_DARK_FRAME
(reserved stages LIBRAW_PROGRESS_RESERVED_PRE1-PRE2 has removed)
* libraw_strprogress() - convert progress code into string
* Added progress/cancellation user callbacks
+ new fatal error code: CANCELLED_BY_CALLBACK
+ sample usage in samples/dcraw_emu.cpp (try run it with -v -v -v opts)
* LibRaw 0.6.0-alpha4
* All client code should be recompiled
2008-09-08 Alex Tutubalin <lexa@lexa.ru>
* ICC-profiles support (same as in dcraw)
+ input/output profiles (specified as path to 'icc' file or 'embed' for
embedded input profile)
+ additional warnings
+ LCMS library used
* support of bad pixel map (caller should specify path to bad pixel file
in dcraw-compatible format)
* dark frame subtraction support (caller should supply path to 16-bit PGM
map). samples/simple_dcraw.cpp - -4 option added for dark frame file
generation
* support of bad pixeld map (dcraw-compatible format)
* the dcraw_emu sample supports all new features (ICC, dark frame, bad
pixels)
* libraw/libraw_version.h, defines, calls and macros for version checks:
+ LibRaw::version(), LibRaw::versionNumber(), LIBRAW_CHECK_VERSION()
* List of supported cameras:
+ LibRaw::cameraCount()
+ LibRaw::cameraList()
* fixed error in adjust_sizes_info_only
* documentation changes
* LibRaw 0.6.0-alpha3
2008-09-07 Alex Tutubalin <lexa@lexa.ru>
* samples/mem_image.c - bitwise equal output with dcraw -4
(PPMs outputted with network byte order)
* LibRaw 0.6.0-alpha2
2008-09-06 Alex Tutubalin <lexa@lexa.ru>
* Added calls dcraw_make_mem_image and dcraw_make_mem_image:
+ functions (and supporting code)
+ documentation changed
+ new sample code samples/mem_image.cpp
* Added processing parameter LibRaw::imgdata.params.gamma_16bit
(set to 1 to make gamma correction for 16-bit output)
* LibRaw 0.6.0-alpha1
2008-08-28 Alex Tutubalin <lexa@lexa.ru>
* dcraw 1.404 (8.87) imported:
- 6 new cameras supported (Canon 1000D, A720, SD300;
Nikon D700, Oly E-520,Kodak C603)
* Licensing changed to GPL v2
2008-05-02 Alex Tutubalin <lexa@lexa.ru>
* mmap/malloc+read IO-layer removed due to no performance gain.
FILE I/O returned
2008-05-02 Alex Tutubalin <lexa@lexa.ru>
* dcraw 1.403 imported
- changes in ljpeg decompression (index values cut to 12 bit)
- changes in parse_foveon() jpeg thumbnail extraction
* LibRaw 0.5.3 released
2008-04-24 Alex Tutubalin <lexa@lexa.ru>
* Linux build of samples/identify fixed
* documentation editorial
* LibRaw 0.5.2 released
2008-04-21 Alex Tutubalin <lexa@lexa.ru>
* All documentation translated to English
* English changelog started :)
* minor bug (include path) fixed in samples/half_mt
* LibRaw 0.5.1 released
( run in 1.070 second using v1.01-cache-2.11-cpan-39bf76dae61 )