◆ CIccDefaultEncProfileCacheHandler()
CIccDefaultEncProfileCacheHandler::CIccDefaultEncProfileCacheHandler |
( |
| ) |
|
|
inline |
◆ GetEncodingProfile()
virtual CIccProfile * CIccDefaultEncProfileCacheHandler::GetEncodingProfile |
( |
const icUChar * |
szColorSpaceName | ) |
|
|
inlinevirtual |
Implements IIccEncProfileCacheHandler.
88 {
89 std::string file = "ISO22028-Encoded-";
90 file += (char*)szColorSpaceName;
91 file += ".icc";
92
94 }
CIccProfile * OpenIccProfile(const icChar *szFilename, bool bUseSubProfile)
Definition IccProfile.cpp:3387
References OpenIccProfile().
◆ GetHandler()
◆ SetEncCacheHandler()
The documentation for this class was generated from the following file: