IccMAX 2.1.27
Color Profile Tools
|
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include <codecvt>
#include <locale>
#include "IccTagDict.h"
#include "IccUtil.h"
#include "IccIO.h"
Go to the source code of this file.
Data Structures | |
struct | icDictRecordPos |
Typedefs | |
using | convert_type = std::codecvt_utf8< wchar_t > |
File: IccTagDictTag.cpp
Contains: Implementation of prototype dictType Tag
Version: V1
Copyright: � see ICC Software License
Definition in file IccTagDict.cpp.
struct icDictRecordPos |
Data Fields | ||
---|---|---|
icPositionNumber | posName | |
icPositionNumber | posNameLocalized | |
icPositionNumber | posValue | |
icPositionNumber | posValueLocalized |
using convert_type = std::codecvt_utf8<wchar_t> |