L_FreeICCTagType

Summary

Frees a tag type of the ICC profile.

Syntax

#include "ltkrn.h"
#include "ltclr.h"

L_LTCLR_API L_VOID L_FreeICCTagType(pTagType, uTagTypeSig)

Parameters

L_UCHAR * pTagType

A pointer to a buffer that contains the ICC tag type to free.

L_UINT32 uTagTypeSig

A value that indicates the signature of the tag type to free.

Returns

None.

Comments

This function frees a tag that was originally created by the function L_CreateICCTagData.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

This example frees an ICC tag type.

L_INT FreeICCTagTypeExample(L_UCHAR* pIccTagType, L_UINT32 uTagTypeSig) 
{ 
   // Freeing the tag type 
   L_FreeICCTagType(pIccTagType, uTagTypeSig); 
   return SUCCESS; 
} 

Help Version 22.0.2023.2.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Color Conversion C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.