Accepting request 229429 from home:Zaitor:branches:GNOME:Factory
- Update to version 1.2.0: + New Features: - Generate the CMFs from source data. - Install several standard illuminants. - Install the CRI Test Color Samples. - Make colormgr script friendly by allowing filtering. - Colord: . Add a RGB32 pixel format for GdkPixbuf. . Add a utility function to calculate an XYZ value from a CMF. . Add a whitepoint value to cd_color_xyz_to_uvw(). . Add CdColorUVW and some useful functionality. . Add cd_color_xyz_to_cct(). . Add cd_icc_get_context() to get the internal cmsContext used lcms2. . Add cd_it8_utils_calculate_cri_from_cmf() to generate a CRI. . Add cd_spectrum_multiply() to multiply two spectra. . Add cd_spectrum_planckian_new(). . Add functionality to read and write raw tag data. . Support CCSS data files. . Support SPECTRAL_NORM in it8 files. - colorhug: Support setting and getting the DAC value. + Bugs fixed: - Correctly convert all of the image when using CdTransform. - EDID strings can be up to 13 bytes. - Fix the blue primary check so ProPhotoRGB is not marked as invalid. - Fix the tag 'size' when viewing a profile in cd-iccdump with newer lcms versions. OBS-URL: https://build.opensuse.org/request/show/229429 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=96
This commit is contained in:
@@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 7 17:50:42 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.2.0:
|
||||
+ New Features:
|
||||
- Generate the CMFs from source data.
|
||||
- Install several standard illuminants.
|
||||
- Install the CRI Test Color Samples.
|
||||
- Make colormgr script friendly by allowing filtering.
|
||||
- Colord:
|
||||
. Add a RGB32 pixel format for GdkPixbuf.
|
||||
. Add a utility function to calculate an XYZ value from a
|
||||
CMF.
|
||||
. Add a whitepoint value to cd_color_xyz_to_uvw().
|
||||
. Add CdColorUVW and some useful functionality.
|
||||
. Add cd_color_xyz_to_cct().
|
||||
. Add cd_icc_get_context() to get the internal cmsContext
|
||||
used lcms2.
|
||||
. Add cd_it8_utils_calculate_cri_from_cmf() to generate a
|
||||
CRI.
|
||||
. Add cd_spectrum_multiply() to multiply two spectra.
|
||||
. Add cd_spectrum_planckian_new().
|
||||
. Add functionality to read and write raw tag data.
|
||||
. Support CCSS data files.
|
||||
. Support SPECTRAL_NORM in it8 files.
|
||||
- colorhug: Support setting and getting the DAC value.
|
||||
+ Bugs fixed:
|
||||
- Correctly convert all of the image when using CdTransform.
|
||||
- EDID strings can be up to 13 bytes.
|
||||
- Fix the blue primary check so ProPhotoRGB is not marked as
|
||||
invalid.
|
||||
- Fix the tag 'size' when viewing a profile in cd-iccdump with
|
||||
newer lcms versions.
|
||||
- Colord:
|
||||
. Do not invalidate the CdTransform if the CdIcc object does
|
||||
not change.
|
||||
. Do not use G_GNUC_WARN_UNUSED_RESULT when uninhibiting.
|
||||
. Fix a potential crash when destroying a CdIt8 object.
|
||||
. Fix the GObject introspection for cd_device_get_profiles().
|
||||
. Improve the error handling in CdIt8.
|
||||
. Load the profile defaults when using
|
||||
cd_icc_create_default().
|
||||
- colorhug:
|
||||
. Handle failure to initialise GUsb in self-tests.
|
||||
. Rename 'ColorHug Spectro' to 'ColorHug+' for trademark
|
||||
reasons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 8 12:47:22 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
Reference in New Issue
Block a user