Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
Loading...
Searching...
No Matches
IccProfileXml.cpp File Reference

File: IccProfileXml.cpp. More...

#include "stdio.h"
#include "IccProfileXml.h"
#include "IccTagXml.h"
#include "IccUtilXml.h"
#include "IccArrayBasic.h"
#include <set>
#include <cstring>
#include <map>
+ Include dependency graph for IccProfileXml.cpp:

Go to the source code of this file.

Typedefs

typedef std::map< icUInt32Number, icTagSignatureIccOffsetTagSigMap
 

Functions

static unsigned char parseVersion (const char *szVer)
 

Detailed Description

File: IccProfileXml.cpp.

Contains: Implementation Icc Profile XML format conversions

Version: V1

Copyright: (c) see ICC Software License

Definition in file IccProfileXml.cpp.

Typedef Documentation

◆ IccOffsetTagSigMap

Definition at line 72 of file IccProfileXml.cpp.

Function Documentation

◆ parseVersion()

static unsigned char parseVersion ( const char * szVer)
static

Definition at line 311 of file IccProfileXml.cpp.

312{
313 unsigned char rv;
314 int val = atoi(szVer);
315 rv = ((val / 10) % 10) * 16 + (val % 10);
316
317 return rv;
318}

Referenced by CIccProfileXml::ParseBasic().

+ Here is the caller graph for this function: