Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
libopenraw - Decode camera RAW files
- Description:
libopenraw is an ongoing project to provide a free software
implementation for camera RAW files decoding. One of the main reason is
that dcraw is not suited for easy integration into applications, and
there is a need for an easy to use API to build free software digital
image processing application.
Packages
libopenraw-0.0.8-1.fc13.i686
[139 KiB] |
Changelog
by Debarshi Ray (2009-12-05):
- Version bump to 0.0.8.
* Fixed a huge memory leak. (FreeDesktop Bugzilla #21435)
* cfa output should write the data in PGM as big endian.
* Better handling of Canon CR2 "slices" to fix crasher with Canon
450D/Digital Rebel XSi files (and possibly others).
* Added new API or_rawfile_new_from_memory() to load a Raw file from a
memory buffer.
* Added new API or_rawfile_get_typeid() and the associated consts.
* Added new API or_rawdata_get_minmax().
* Added new API or_get_file_extensions().
* Added new API or_rawfile_get_rendered_image() to get a rendered image.
* Added new API or_bitmapdata_*().
* New GdkPixbuf loader.
* Decompress NEF files.
- License changed to LGPLv3 or later.
- Missing includes fixed by upstream.
- Replaced 'BuildRequires: chrpath glib2-devel' with 'BuildRequires:
exempi-devel libcurl-devel'.
- Added 'Requires: gtk2' to pixbuf-loader for directory ownership.
- Added a %check stanza.
|