summaryrefslogtreecommitdiff
path: root/lib/colord/cd-icc.h
Commit message (Expand)AuthorAgeFilesLines
* libcolord: Add missing copyright noticesAaron Plattner2020-11-231-0/+1
* libcolord: Add cd_icc_create_default_fullAaron Plattner2020-03-231-0/+4
* libcolord: Add cd_icc_set_createdChristopher James Halse Rogers2017-12-281-0/+2
* Use G_DECLARE_DERIVABLE_TYPE in libcolordRichard Hughes2015-10-131-16/+4
* libcolord: Add cd_icc_get_context() to get the internal cmsContext used by lcms2Richard Hughes2014-02-131-0/+1
* libcolord: Add functionality to read and write raw tag dataRichard Hughes2013-12-121-0/+9
* libcolord: Add ability to create a CdIcc object from an EDID blobRichard Hughes2013-08-141-0/+5
* libcolord: Add cd_icc_create_default() to use the default sRGB profileRichard Hughes2013-08-011-0/+3
* libcolord: Set an instance GError when lcms does the error callbackRichard Hughes2013-07-291-2/+4
* libcolord: Add functionality to set and get the profile characterization dataRichard Hughes2013-07-291-0/+5
* trivial: Add some more Since: lines to the header filesRichard Hughes2013-07-051-15/+15
* trivial: Don't parse the _LAST enum types in the gtk-doc scannerRichard Hughes2013-07-051-0/+3
* Add cd_icc_save_default() to save a profile to the default locationRichard Hughes2013-07-031-0/+5
* Add a way to set the CdIcc filename manuallyRichard Hughes2013-07-031-0/+2
* Add cd_icc_save_data() so that we can set _ICC_PROFILE without re-reading the...Richard Hughes2013-07-031-0/+4
* Use G_GNUC_WARN_UNUSED_RESULT in public and private headersRichard Hughes2013-05-091-11/+22
* Add functionality to return the response of the CdIcc profile objectRichard Hughes2013-04-301-0/+5
* Allow getting and setting the VCGT table in CdIccRichard Hughes2013-04-301-0/+6
* Move the warning check code from the daemon to libcolord for code reuseRichard Hughes2013-04-241-0/+1
* libcolord: Load the profile rather than just setting the internal instanceRichard Hughes2013-03-311-2/+4
* libcolord: Add functionality to get the primaries and whitepoint from the pro...Richard Hughes2013-03-271-0/+7
* libcolord: Add the ability to create an ICC profile from EDID dataRichard Hughes2013-03-251-0/+9
* libcolord: Add the ability to get the file embedded profile IDRichard Hughes2013-03-251-0/+4
* Convert cd-create-profile to using CdIccRichard Hughes2013-03-251-0/+2
* libcolord: Add the ability to set multiple localized values in one method callRichard Hughes2013-03-251-0/+8
* libcolord: Add the ability to set the profile version numberRichard Hughes2013-03-241-0/+2
* Remove the dump option from cd-fix-profile now that cd-iccdump existsRichard Hughes2013-03-241-0/+2
* libcolord: Add the ability to remove metadata from profilesRichard Hughes2013-03-241-0/+2
* libcolord: Make loading the metadata optionalRichard Hughes2013-03-241-0/+2
* libcolord: Support changing the profile kind and colorspaceRichard Hughes2013-03-231-0/+4
* libcolord: Optionally load all the translations at parse timeRichard Hughes2013-03-231-0/+2
* libcolord: Load the named color profiles when the profile is parsedRichard Hughes2013-03-231-0/+2
* libcolord: Add cd_icc_set_description() to add translations to the ICC profileRichard Hughes2013-03-231-0/+12
* libcolord: Add some flags to the CdIcc load and save functions for future useRichard Hughes2013-03-231-0/+30
* libcolord: Add a GCancellable to cd_icc_load_file() and cd_icc_save_file()Richard Hughes2013-03-221-0/+2
* libcolord: Add cd_icc_save_file() to be able to save the modified ICC profile...Richard Hughes2013-03-221-0/+5
* libcolord: Add cd_icc_add_metadata() for adding extra keys to the metadata storeRichard Hughes2013-03-221-0/+3
* libcolord: Add methods to get localized text values from the profileRichard Hughes2013-03-221-0/+16
* libcolord: Add cd_icc_get_created() to get the creation time and date of the ...Richard Hughes2013-03-221-0/+1
* libcolord: Add cd_icc_get_can_delete() for applications wishing to remove pro...Richard Hughes2013-03-221-0/+1
* libcolord: Add cd_icc_get_named_colors() to return the profile named colorsRichard Hughes2013-03-221-0/+1
* libcolord: Add cd_icc_get_metadata() to return the profile metadata dictionaryRichard Hughes2013-03-221-0/+3
* libcolord: Add cd_icc_get_colorspace() to return the profile colorspaceRichard Hughes2013-03-221-0/+1
* libcolord: Add cd_icc_get_kind() to return the profile kindRichard Hughes2013-03-221-0/+2
* libcolord: Add cd_icc_get_version() to return the profile versionRichard Hughes2013-03-221-0/+1
* libcolord: Add cd_icc_get_filename() to return the profile filename if knownRichard Hughes2013-03-221-0/+1
* libcolord: Add cd_icc_get_size() to return the profile size in bytes if knownRichard Hughes2013-03-221-0/+1
* libcolord: Add a CdIcc object to factor out the low level profile loadingRichard Hughes2013-03-221-0/+103