LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Convert Colors to Properly Display an Image With an Embedded Profile
While some posts in this topic are more current, this topic was posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Friday, November 13, 2009 12:17:13 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
LEADTOOLS has support for ICC color management but it is not automated. Therefore if you want to display an image according to a specific ICC profile you must use our color conversion libraries to do so. Attached is a simple C# 2005 project that uses the LEADTOOLS 16.5 .NET interface to convert and display an image according to its embedded ICC profile.
More specifically, this project uses the ConversionMethodFlags.UseCustomIcc conversion method with the RasterColorConverter.ConvertToImage function.
#2
Posted
:
Sunday, January 2, 2011 4:54:33 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The attached project uses our version 17 CDLL function to display the image according to the Custom ICC profile embedded in it. <br>
#3
Posted
:
Thursday, September 10, 2015 7:26:08 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
Was thanked: 9 time(s) in 9 post(s)
I've updated this project to demonstrate how this is done using v19 of LEADTOOLS in .NET.
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.
#4
Posted
:
Tuesday, May 30, 2023 11:04:21 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 163
Was thanked: 9 time(s) in 9 post(s)
I've updated this for v22. Unzip to: C:\LEADTOOLS22\Examples\
Nick Crook
Developer Support Engineer
LEAD Technologies, Inc.
LEADTOOLS Support
Imaging
Imaging SDK Examples
HOW TO: Convert Colors to Properly Display an Image With an Embedded Profile
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.