Skip to main content

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Process images - embedded icc profile?

Comments

1 comment

  • BeO
    Top Commenter
    ICC profile is embedded. Here is an example for sRGB in a out-processed JPG:

    [ICC_Profile] ProfileCMMType: Lino
    [ICC_Profile] ProfileVersion: 2.1.0
    [ICC_Profile] ProfileClass: Display Device Profile
    [ICC_Profile] ColorSpaceData: RGB
    [ICC_Profile] ProfileConnectionSpace: XYZ
    [ICC_Profile] ProfileDateTime: 1998:02:09 06:49:00
    [ICC_Profile] ProfileFileSignature: acsp
    [ICC_Profile] PrimaryPlatform: Microsoft Corporation
    [ICC_Profile] CMMFlags: Not Embedded, Independent
    [ICC_Profile] DeviceManufacturer: IEC
    [ICC_Profile] DeviceModel: sRGB
    [ICC_Profile] DeviceAttributes: Reflective, Glossy, Positive, Color
    [ICC_Profile] RenderingIntent: Perceptual
    [ICC_Profile] ConnectionSpaceIlluminant: 0.9642 1 0.82491
    [ICC_Profile] ProfileCreator: HP
    [ICC_Profile] ProfileID: 0
    [ICC_Profile] ProfileCopyright: Copyright (c) 1998 Hewlett-Packard Company
    [ICC_Profile] ProfileDescription: sRGB IEC61966-2.1
    [ICC_Profile] MediaWhitePoint: 0.95045 1 1.08905
    [ICC_Profile] MediaBlackPoint: 0 0 0
    [ICC_Profile] RedMatrixColumn: 0.43607 0.22249 0.01392
    [ICC_Profile] GreenMatrixColumn: 0.38515 0.71687 0.09708
    [ICC_Profile] BlueMatrixColumn: 0.14307 0.06061 0.7141
    [ICC_Profile] DeviceMfgDesc: IEC http://www.iec.ch
    [ICC_Profile] DeviceModelDesc: IEC 61966-2.1 Default RGB colour space - sRGB
    [ICC_Profile] ViewingCondDesc: Reference Viewing Condition in IEC61966-2.1
    [ICC_Profile] ViewingCondIlluminant: 19.6445 20.3718 16.8089
    [ICC_Profile] ViewingCondSurround: 3.92889 4.07439 3.36179
    [ICC_Profile] ViewingCondIlluminantType: D50
    [ICC_Profile] Luminance: 76.03647 80 87.12462
    [ICC_Profile] MeasurementObserver: CIE 1931
    [ICC_Profile] MeasurementBacking: 0 0 0
    [ICC_Profile] MeasurementGeometry: Unknown
    [ICC_Profile] MeasurementFlare: 0.999%
    [ICC_Profile] MeasurementIlluminant: D65
    [ICC_Profile] Technology: Cathode Ray Tube Display
    [ICC_Profile] RedTRC: (Binary data 2060 bytes, use -b option to extract)
    [ICC_Profile] GreenTRC: (Binary data 2060 bytes, use -b option to extract)
    [ICC_Profile] BlueTRC: (Binary data 2060 bytes, use -b option to extract)

    Here is a link explaining how to verify the embedded information:


    Cheers
    BeO
    0

Post is closed for comments.