|
Krita Source Code Documentation
|
#include "LcmsEnginePlugin.h"#include <QApplication>#include <QDebug>#include <QDir>#include <QStringList>#include <klocalizedstring.h>#include <kpluginfactory.h>#include <KoBasicHistogramProducers.h>#include <KoColorSpace.h>#include <KoColorSpaceEngine.h>#include <KoColorSpaceRegistry.h>#include <KoResourcePaths.h>#include <kis_assert.h>#include <kis_debug.h>#include "IccColorSpaceEngine.h"#include "colorprofiles/LcmsColorProfileContainer.h"#include "colorspaces/cmyk_u8/CmykU8ColorSpace.h"#include "colorspaces/cmyk_u16/CmykU16ColorSpace.h"#include "colorspaces/cmyk_f32/CmykF32ColorSpace.h"#include "colorspaces/gray_u8/GrayU8ColorSpace.h"#include "colorspaces/gray_u16/GrayU16ColorSpace.h"#include "colorspaces/gray_f32/GrayF32ColorSpace.h"#include "colorspaces/lab_u8/LabU8ColorSpace.h"#include "colorspaces/lab_u16/LabColorSpace.h"#include "colorspaces/lab_f32/LabF32ColorSpace.h"#include "colorspaces/xyz_u8/XyzU8ColorSpace.h"#include "colorspaces/xyz_u16/XyzU16ColorSpace.h"#include "colorspaces/xyz_f32/XyzF32ColorSpace.h"#include "colorspaces/rgb_u8/RgbU8ColorSpace.h"#include "colorspaces/rgb_u16/RgbU16ColorSpace.h"#include "colorspaces/rgb_f32/RgbF32ColorSpace.h"#include "colorspaces/ycbcr_u8/YCbCrU8ColorSpace.h"#include "colorspaces/ycbcr_u16/YCbCrU16ColorSpace.h"#include "colorspaces/ycbcr_f32/YCbCrF32ColorSpace.h"#include "LcmsRGBP2020PQColorSpace.h"#include <KoConfig.h>#include <LcmsEnginePlugin.moc>Go to the source code of this file.
Functions | |
| void | lcms2LogErrorHandlerFunction (cmsContext, cmsUInt32Number ErrorCode, const char *Text) |
| void lcms2LogErrorHandlerFunction | ( | cmsContext | , |
| cmsUInt32Number | ErrorCode, | ||
| const char * | Text ) |