Get embedded profile

Color Management Color Profile Bitmap

Gets and displays information about the embedded profile.

Сode Snippet

using (var bitmap = new Bitmap("Copenhagen_CMYK.jpg"))
{
    // Display the description of the embedded profile
    Console.WriteLine("ICC Profile description:" + bitmap.ColorProfile.Description);
}

Input

Copenhagen_CMYK.jpg

Output

GetEmbeddedProfile.txt

ICC Profile description:ISO Coated v2 (ECI)

For AI-assisted development: Download Graphics Mill Code Samples XML Catalog