|
virtual void | setStrategy (const ScColorMgmtStrategy &strategy) |
|
virtual QList< ScColorProfileInfo > | getAvailableProfileInfo (const QString &directory, bool recursive) |
|
virtual ScColorProfile | openProfileFromFile (ScColorMgmtEngine &engine, const QString &filePath) |
|
virtual ScColorProfile | openProfileFromMem (ScColorMgmtEngine &engine, const QByteArray &array) |
|
virtual ScColorProfile | createProfile_sRGB (ScColorMgmtEngine &engine) |
|
virtual ScColorProfile | createProfile_Lab (ScColorMgmtEngine &engine) |
|
virtual ScColorTransform | createTransform (ScColorMgmtEngine &colorManagementEngine, const ScColorProfile &inputProfile, eColorFormat inputFormat, const ScColorProfile &outputProfile, eColorFormat outputFormat, eRenderIntent renderIntent, long transformFlags) |
|
virtual ScColorTransform | createProofingTransform (ScColorMgmtEngine &colorManagementEngine, const ScColorProfile &inputProfile, eColorFormat inputFormat, const ScColorProfile &outputProfile, eColorFormat outputFormat, const ScColorProfile &proofing, eRenderIntent renderIntent, eRenderIntent proofingIntent, long transformFlags) |
|
| ScColorMgmtEngineData (const QString &desc, int uniqueID) |
|
int | engineID () const |
|
const QString & | description () const |
|
const ScColorMgmtStrategy & | strategy () const |
|
virtual ScColorSpace | createColorSpace (ScColorProfile &profile, eColorFormat colorFormat) |
|
|
static cmsUInt32Number | translateFlagsToLcmsFlags (long flags) |
|
static cmsUInt32Number | translateFormatToLcmsFormat (eColorFormat format) |
|
static int | translateIntentToLcmsIntent (eRenderIntent intent, eRenderIntent defaut=Intent_Relative_Colorimetric) |
|
static eColorSpaceType | translateLcmsColorSpaceType (cmsColorSpaceSignature) |
|
static eProfileClass | translateLcmsProfileClass (cmsProfileClassSignature) |
|
static void | cmsErrorHandler (cmsContext contextID, cmsUInt32Number ErrorCode, const char *ErrorText) |
| Simple error handler for use in conjunction with littlecms. More...
|
|
|
class | ScLcms2ColorProfileImpl |
|
class | ScLcms2ColorTransformImpl |
|
void ScLcms2ColorMgmtEngineImpl::cmsErrorHandler |
( |
cmsContext |
contextID, |
|
|
cmsUInt32Number |
ErrorCode, |
|
|
const char * |
ErrorText |
|
) |
| |
|
staticprotected |
Simple error handler for use in conjunction with littlecms.
- Parameters
-
ErrorCode | error code issued by little cms |
ErrorText | error message corresponding to the error code |
The documentation for this class was generated from the following files:
- /Users/ale/src/Scribus/scribus/colormgmt/sclcms2colormgmtengineimpl.h
- /Users/ale/src/Scribus/scribus/colormgmt/sclcms2colormgmtengineimpl.cpp