icc (c2c014f24c10f90d85126ac5fbd4d8524de32b1c) icc (d38c30c092828f4882ce13b08d0bd3fd6dc7afb5)
1
2#------------------------------------------------------------------------------
1
2#------------------------------------------------------------------------------
3# $File: icc,v 1.5 2017/08/13 00:21:47 christos Exp $
3# $File: icc,v 1.6 2019/11/15 21:03:14 christos Exp $
4# icc: file(1) magic for International Color Consortium file formats
5
6#
7# Color profiles as per the ICC's "Image technology colour management -
8# Architecture, profile format, and data structure" specification.
9# See
10#
11# http://www.color.org/specification/ICC1v43_2010-12.pdf

--- 37 unchanged lines hidden (view full) ---

49>>>40 string TGNT Taligent
50
51# remaining "l" "e" of "color profile" printed later to avoid error
52>>>40 string x color profi
53#>>>40 string x (%.4s)
54!:mime application/vnd.iccprofile
55# for "ICM" extension only versions 2.x and for Kodak "CC" 2.0 is found
56>>>8 ubyte =2
4# icc: file(1) magic for International Color Consortium file formats
5
6#
7# Color profiles as per the ICC's "Image technology colour management -
8# Architecture, profile format, and data structure" specification.
9# See
10#
11# http://www.color.org/specification/ICC1v43_2010-12.pdf

--- 37 unchanged lines hidden (view full) ---

49>>>40 string TGNT Taligent
50
51# remaining "l" "e" of "color profile" printed later to avoid error
52>>>40 string x color profi
53#>>>40 string x (%.4s)
54!:mime application/vnd.iccprofile
55# for "ICM" extension only versions 2.x and for Kodak "CC" 2.0 is found
56>>>8 ubyte =2
57# do not use empty message text to a avoid error like
57# do not use empty message text to avoid error like
58# icc, 82: Warning: Current entry does not yet have a description for adding a EXTENSION type
59# file.exe: could not find any valid magic files!
60>>>>9 ubyte !0 \ble
61!:ext icc/icm
62# minor version
63>>>>9 ubyte =0 \bl
64# Kodak colour management system
65>>>>>4 string =KCMS \be

--- 149 unchanged lines hidden ---
58# icc, 82: Warning: Current entry does not yet have a description for adding a EXTENSION type
59# file.exe: could not find any valid magic files!
60>>>>9 ubyte !0 \ble
61!:ext icc/icm
62# minor version
63>>>>9 ubyte =0 \bl
64# Kodak colour management system
65>>>>>4 string =KCMS \be

--- 149 unchanged lines hidden ---