|
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 DWORD | translateFlagsToLcmsFlags (long flags) |
|
static DWORD | translateFormatToLcmsFormat (eColorFormat format) |
|
static int | translateIntentToLcmsIntent (eRenderIntent intent, eRenderIntent defaut=Intent_Relative_Colorimetric) |
|
static eColorSpaceType | translateLcmsColorSpaceType (icColorSpaceSignature) |
|
static eProfileClass | translateLcmsProfileClass (icProfileClassSignature) |
|
static int | cmsErrorHandler (int ErrorCode, const char *ErrorText) |
| Simple error handler for use in conjunction with littlecms. More...
|
|
|
class | ScLcmsColorProfileImpl |
|
class | ScLcmsColorTransformImpl |
|
int ScLcmsColorMgmtEngineImpl::cmsErrorHandler |
( |
int |
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/sclcmscolormgmtengineimpl.h
- /Users/ale/src/Scribus/scribus/colormgmt/sclcmscolormgmtengineimpl.cpp