K iddlmZddlZddlZddlmZmZddlmZddl m Z m Z m Z m Z mZddlmZddlmZdd lmZ dd lmZeeeeej2d fZd Z dZ!GddeZ"GddeZ#GddeZ$eejJe$Z&iddddddddddddd d!d"d#d$d%d&d'd(d)d*d+d,d+d-d.d/d0d1d2d3d4d5d6iZ'Gd7d Z(Gd8d9ejRZ*dLdMd:Z+Gd;dZ0 dOd?Z1e"j\e$j^f dPd@Z2e"j\e"jfe$jhf dQdAZ5e2Z6e5Z7 dR dSdBZ8 dT dUdCZ9dVdDZ:dVdEZ;dVdFZdVdIZ?dWdJZ@ dXdKZAy#e$r#Zdd lmZej>eZYdZ[dZ[wwxYw)Y) annotationsN)IntEnumIntFlag)reduce)AnyLiteral SupportsFloat SupportsIntUnion)Image) deprecate) SupportsRead) _imagingcmsImageCmsProfile) DeferredErrora| pyCMS a Python / PIL interface to the littleCMS ICC Color Management System Copyright (C) 2002-2003 Kevin Cazabon kevin@cazabon.com https://www.cazabon.com pyCMS home page: https://www.cazabon.com/pyCMS littleCMS home page: https://www.littlecms.com (littleCMS is Copyright (C) 1998-2001 Marti Maria) Originally released under LGPL. Graciously donated to PIL in March 2009, for distribution under the standard PIL license The pyCMS.py module provides a "clean" interface between Python/PIL and pyCMSdll, taking care of some of the more complex handling of the direct pyCMSdll functions, as well as error-checking and making sure that all relevant data is kept together. While it is possible to call pyCMSdll functions directly, it's not highly recommended. Version History: 1.0.0 pil Oct 2013 Port to LCMS 2. 0.1.0 pil mod March 10, 2009 Renamed display profile to proof profile. The proof profile is the profile of the device that is being simulated, not the profile of the device which is actually used to display/print the final simulation (that'd be the output profile) - also see LCMSAPI.txt input colorspace -> using 'renderingIntent' -> proof colorspace -> using 'proofRenderingIntent' -> output colorspace Added LCMS FLAGS support. Added FLAGS["SOFTPROOFING"] as default flag for buildProofTransform (otherwise the proof profile/intent would be ignored). 0.1.0 pil March 2009 - added to PIL, as PIL.ImageCms 0.0.2 alpha Jan 6, 2002 Added try/except statements around type() checks of potential CObjects... Python won't let you use type() on them, and raises a TypeError (stupid, if you ask me!) Added buildProofTransformFromOpenProfiles() function. Additional fixes in DLL, see DLL code for details. 0.0.1 alpha first public release, Dec. 26, 2002 Known to-do list with current version (of Python interface, not pyCMSdll): none z 1.0.0 pilceZdZdZdZdZdZy)Intentrr N)__name__ __module__ __qualname__ PERCEPTUALRELATIVE_COLORIMETRIC SATURATIONABSOLUTE_COLORIMETRICR/mnt/ssd/data/python-lab/Trading/venv/lib/python3.12/site-packages/PIL/ImageCms.pyrrvsJJrrceZdZdZdZdZy) Directionrr rN)rrrINPUTOUTPUTPROOFrrr r"r"}s E F Err"ceZdZdZdZdZ dZ dZ dZ dZ dZ d Z d Z d Z d Z d Z dZ dZ dZ dZ dZ dZ dZdZdZdZdZdZdZdZdZeddZ y) Flagsz3Flags and documentation are taken from ``lcms2.h``.r@@  rr iiiiiii i@ic4tj|dzdzzS)z{ Fine-tune control over number of gridpoints :param n: :py:class:`int` in range ``0 <= n <= 255`` r4)r'NONEns r GRIDPOINTSzFlags.GRIDPOINTSszza$h2-..rN)r;intreturnr')!rrr__doc__r9NOCACHE NOOPTIMIZE NULLTRANSFORM GAMUTCHECK SOFTPROOFINGBLACKPOINTCOMPENSATIONNOWHITEONWHITEFIXUPHIGHRESPRECALC LOWRESPRECALCUSE_8BITS_DEVICELINKGUESSDEVICECLASS KEEP_SEQUENCE FORCE_CLUTCLUT_POST_LINEARIZATIONCLUT_PRE_LINEARIZATION NONEGATIVES COPY_ALPHANODEFAULTRESOURCEDEF _GRIDPOINTS_1 _GRIDPOINTS_2 _GRIDPOINTS_4 _GRIDPOINTS_8_GRIDPOINTS_16_GRIDPOINTS_32_GRIDPOINTS_64_GRIDPOINTS_128 staticmethodr<rrr r'r's= DGJM JL# N1M/!#;M7J!$5#4K?J;%MMMMNNNO//rr' MATRIXINPUT MATRIXOUTPUTr MATRIXONLYrrFr.NOPRELINEARIZATIONr4rJr2NOTCACHEr( NOTPRECALCr)rBr*rGr/rHr0WHITEBLACKCOMPENSATIONr-rErCr+rDr, PRESERVEBLACKr5rQr6r<c|dzdzS)Nr8r4rr:s r rdsQX",rc$eZdZddZddZddZy)rcXd|_t|trWtjdk(r"|j } |j d||_tj||_ yt|dr)tj|j|_ yt|tjr||_ yd}t!|#t$rMt|d5}tj|j|_ dddYy#1swYYyxYwwxYw)z :param profile: Either a string representing a filename, a file like object containing a profile or a low-level profile object Nwin32asciirbreadzInvalid type for Profile)filename isinstancestrsysplatformencodedecodeUnicodeDecodeErroropencoreprofile_frombytesrjprofile profile_openhasattr CmsProfile TypeError)selfrvprofile_bytes_pathfmsgs r __init__zImageCmsProfile.__init__s%) gs #||w&%,^^%5"&--g6 $DM,,W5DL Wf %11',,.ADL  1"DL,CC. *gt,H'+'='=affh'G HHs)CD)()DD)D% D)%D)cz|dvrtd|dyd|jjd|d}t|)N) product_name product_infozImageCms.ImageCmsProfile. 'z' object has no attribute ')r __class__rAttributeError)r{namer~s r __getattr__zImageCmsProfile.__getattr__sK 3 3 1$8" =$..))**EdV1MS!!rc@tj|jS)z Returns the profile in a format suitable for embedding in saved images. :returns: a bytes object containing the ICC profile. )rtprofile_tobytesrv)r{s r tobyteszImageCmsProfile.tobytes s##DLL11rN)rv+str | SupportsRead[bytes] | core.CmsProfiler>None)rrmr>r)r>bytes)rrrrrrrrr rrs!8"2rceZdZdZej dej ejf ddZ ddZ d d dZ ddZ y) ImageCmsTransformz Transform. This can be used with the procedural API, or with the standard :py:func:`~PIL.Image.Image.point` method. Will return the output profile in the ``output.info['icc_profile']``. Nc 4|4tj|j|j|||||_n?tj|j|j|j||||||_|x|_|_|x|_|_||_ yN) rtbuildTransformrv transformbuildProofTransform input_mode inputMode output_mode outputModeoutput_profile) r{inputoutputrrintentproof proof_intentflagss r rzImageCmsTransform.__init__s =!00 v~~z;PUDN"55   DN,65$.-884?$rc$|j|Sr)apply)r{ims r pointzImageCmsTransform.point<szz"~rc|+tj|j|jd}|jj |j |j |jj|jd<|S)N icc_profile) r newrsizerrgetimrrinfo)r{rimOuts r rzImageCmsTransform.apply?se =IId..>E RXXZ7$($7$7$?$?$A =! rc|j|jk7r d}t||jj |j |j |j j|jd<|S)Nz mode mismatchr) moder ValueErrorrrrrrr)r{rr~s r apply_in_placez ImageCmsTransform.apply_in_placeFse 77d&& &!CS/ ! RXXZ4!%!4!4!  r)rrrrrrmrrmrrrImageCmsProfile | Nonerrrr')r Image.Imager>rr)rrrImage.Image | Noner>r) rrrr?rrrr'r9rrrrrrr rrs **(,%;;zz%% % %  %  %&%%%@rrctjdk7ryddlm}t ||j r t jt|d}n"t jt|xsd}|yt|S)z (experimental) Fetches the profile for the current display device. :returns: ``None`` if the profile is not known. rgNr )ImageWinr) rnrorrlHDCrtget_display_profile_win32r=r)handlerrvs r get_display_profilerOsf ||w&(,,'00Va@00V[q1AB 7 ##rceZdZdZy) PyCMSErrorzJ(pyCMS) Exception class. This is used for all errors in the pyCMS API.N)rrrr?rrr rris 5 rrFc&| |j}t|tr d|cxkrdksnd}t|t|trd|cxkr tksndt}t| t|t s t |}t|t s t |}t |||j|||}|r|j|d} | S|j|} | S#tttf$r} t| | d} ~ wwxYw)a (pyCMS) Applies an ICC transformation to a given image, mapping from ``inputProfile`` to ``outputProfile``. If the input or output profiles specified are not valid filenames, a :exc:`PyCMSError` will be raised. If ``inPlace`` is ``True`` and ``outputMode != im.mode``, a :exc:`PyCMSError` will be raised. If an error occurs during application of the profiles, a :exc:`PyCMSError` will be raised. If ``outputMode`` is not a mode supported by the ``outputProfile`` (or by pyCMS), a :exc:`PyCMSError` will be raised. This function applies an ICC transformation to im from ``inputProfile``'s color space to ``outputProfile``'s color space using the specified rendering intent to decide how to handle out-of-gamut colors. ``outputMode`` can be used to specify that a color mode conversion is to be done using these profiles, but the specified profiles must be able to handle that mode. I.e., if converting im from RGB to CMYK using profiles, the input profile must handle RGB data, and the output profile must handle CMYK data. :param im: An open :py:class:`~PIL.Image.Image` object (i.e. Image.new(...) or Image.open(...), etc.) :param inputProfile: String, as a valid filename path to the ICC input profile you wish to use for this image, or a profile object :param outputProfile: String, as a valid filename path to the ICC output profile you wish to use for this image, or a profile object :param renderingIntent: Integer (0-3) specifying the rendering intent you wish to use for the transform ImageCms.Intent.PERCEPTUAL = 0 (DEFAULT) ImageCms.Intent.RELATIVE_COLORIMETRIC = 1 ImageCms.Intent.SATURATION = 2 ImageCms.Intent.ABSOLUTE_COLORIMETRIC = 3 see the pyCMS documentation for details on rendering intents and what they do. :param outputMode: A valid PIL mode for the output image (i.e. "RGB", "CMYK", etc.). Note: if rendering the image "inPlace", outputMode MUST be the same mode as the input, or omitted completely. If omitted, the outputMode will be the same as the mode of the input image (im.mode) :param inPlace: Boolean. If ``True``, the original image is modified in-place, and ``None`` is returned. If ``False`` (default), a new :py:class:`~PIL.Image.Image` object is returned with the transform applied. :param flags: Integer (0-...) specifying additional flags :returns: Either None or a new :py:class:`~PIL.Image.Image` object, depending on the value of ``inPlace`` :exception PyCMSError: Nrr2renderingIntent must be an integer between 0 and 3'flags must be an integer between 0 and r) rrlr=r _MAX_FLAGrrrrOSErrorrzr) r inputProfile outputProfilerenderingIntentrinPlacerr~rrvs r profileToProfilerps zWW os +A4MA4MBo eS !!u*A *A7 {Co#,8*<8L-9+M:M%   GG       $ $R (E L OOB'E L Y +#m"#s/A&C+C++D? D  Dcj t|S#tttf$r}t ||d}~wwxYw)a (pyCMS) Opens an ICC profile file. The PyCMSProfile object can be passed back into pyCMS for use in creating transforms and such (as in ImageCms.buildTransformFromOpenProfiles()). If ``profileFilename`` is not a valid filename for an ICC profile, a :exc:`PyCMSError` will be raised. :param profileFilename: String, as a valid filename path to the ICC profile you wish to open, or a file-like object. :returns: A CmsProfile class object. :exception PyCMSError: N)rrrzrr)profileFilenamers r getOpenProfilers5$#// Y +#m"#s 2 -2ct|tr d|cxkrdksnd}t|t|trd|cxkr tksndt}t| t|ts t |}t|ts t |}t ||||||S#t ttf$r}t||d}~wwxYw)a (pyCMS) Builds an ICC transform mapping from the ``inputProfile`` to the ``outputProfile``. Use applyTransform to apply the transform to a given image. If the input or output profiles specified are not valid filenames, a :exc:`PyCMSError` will be raised. If an error occurs during creation of the transform, a :exc:`PyCMSError` will be raised. If ``inMode`` or ``outMode`` are not a mode supported by the ``outputProfile`` (or by pyCMS), a :exc:`PyCMSError` will be raised. This function builds and returns an ICC transform from the ``inputProfile`` to the ``outputProfile`` using the ``renderingIntent`` to determine what to do with out-of-gamut colors. It will ONLY work for converting images that are in ``inMode`` to images that are in ``outMode`` color format (PIL mode, i.e. "RGB", "RGBA", "CMYK", etc.). Building the transform is a fair part of the overhead in ImageCms.profileToProfile(), so if you're planning on converting multiple images using the same input/output settings, this can save you time. Once you have a transform object, it can be used with ImageCms.applyProfile() to convert images without the need to re-compute the lookup table for the transform. The reason pyCMS returns a class object rather than a handle directly to the transform is that it needs to keep track of the PIL input/output modes that the transform is meant for. These attributes are stored in the ``inMode`` and ``outMode`` attributes of the object (which can be manually overridden if you really want to, but I don't know of any time that would be of use, or would even work). :param inputProfile: String, as a valid filename path to the ICC input profile you wish to use for this transform, or a profile object :param outputProfile: String, as a valid filename path to the ICC output profile you wish to use for this transform, or a profile object :param inMode: String, as a valid PIL mode that the appropriate profile also supports (i.e. "RGB", "RGBA", "CMYK", etc.) :param outMode: String, as a valid PIL mode that the appropriate profile also supports (i.e. "RGB", "RGBA", "CMYK", etc.) :param renderingIntent: Integer (0-3) specifying the rendering intent you wish to use for the transform ImageCms.Intent.PERCEPTUAL = 0 (DEFAULT) ImageCms.Intent.RELATIVE_COLORIMETRIC = 1 ImageCms.Intent.SATURATION = 2 ImageCms.Intent.ABSOLUTE_COLORIMETRIC = 3 see the pyCMS documentation for details on rendering intents and what they do. :param flags: Integer (0-...) specifying additional flags :returns: A CmsTransform class object. :exception PyCMSError: rrrrrN rlr=rrrrrrzr)rrinModeoutModerrr~rs r rrs~ os +A4MA4MBo eS !!u*A *A7 {Co #,8*<8L-9+M:M -/QV   Y +#m"#s!AB((C < CC c t|tr d|cxkrdksnd}t|t|trd|cxkr tksndt}t| t|ts t |}t|ts t |}t|ts t |}t ||||||||S#t ttf$r} t| | d} ~ wwxYw)a (pyCMS) Builds an ICC transform mapping from the ``inputProfile`` to the ``outputProfile``, but tries to simulate the result that would be obtained on the ``proofProfile`` device. If the input, output, or proof profiles specified are not valid filenames, a :exc:`PyCMSError` will be raised. If an error occurs during creation of the transform, a :exc:`PyCMSError` will be raised. If ``inMode`` or ``outMode`` are not a mode supported by the ``outputProfile`` (or by pyCMS), a :exc:`PyCMSError` will be raised. This function builds and returns an ICC transform from the ``inputProfile`` to the ``outputProfile``, but tries to simulate the result that would be obtained on the ``proofProfile`` device using ``renderingIntent`` and ``proofRenderingIntent`` to determine what to do with out-of-gamut colors. This is known as "soft-proofing". It will ONLY work for converting images that are in ``inMode`` to images that are in outMode color format (PIL mode, i.e. "RGB", "RGBA", "CMYK", etc.). Usage of the resulting transform object is exactly the same as with ImageCms.buildTransform(). Proof profiling is generally used when using an output device to get a good idea of what the final printed/displayed image would look like on the ``proofProfile`` device when it's quicker and easier to use the output device for judging color. Generally, this means that the output device is a monitor, or a dye-sub printer (etc.), and the simulated device is something more expensive, complicated, or time consuming (making it difficult to make a real print for color judgement purposes). Soft-proofing basically functions by adjusting the colors on the output device to match the colors of the device being simulated. However, when the simulated device has a much wider gamut than the output device, you may obtain marginal results. :param inputProfile: String, as a valid filename path to the ICC input profile you wish to use for this transform, or a profile object :param outputProfile: String, as a valid filename path to the ICC output (monitor, usually) profile you wish to use for this transform, or a profile object :param proofProfile: String, as a valid filename path to the ICC proof profile you wish to use for this transform, or a profile object :param inMode: String, as a valid PIL mode that the appropriate profile also supports (i.e. "RGB", "RGBA", "CMYK", etc.) :param outMode: String, as a valid PIL mode that the appropriate profile also supports (i.e. "RGB", "RGBA", "CMYK", etc.) :param renderingIntent: Integer (0-3) specifying the rendering intent you wish to use for the input->proof (simulated) transform ImageCms.Intent.PERCEPTUAL = 0 (DEFAULT) ImageCms.Intent.RELATIVE_COLORIMETRIC = 1 ImageCms.Intent.SATURATION = 2 ImageCms.Intent.ABSOLUTE_COLORIMETRIC = 3 see the pyCMS documentation for details on rendering intents and what they do. :param proofRenderingIntent: Integer (0-3) specifying the rendering intent you wish to use for proof->output transform ImageCms.Intent.PERCEPTUAL = 0 (DEFAULT) ImageCms.Intent.RELATIVE_COLORIMETRIC = 1 ImageCms.Intent.SATURATION = 2 ImageCms.Intent.ABSOLUTE_COLORIMETRIC = 3 see the pyCMS documentation for details on rendering intents and what they do. :param flags: Integer (0-...) specifying additional flags :returns: A CmsTransform class object. :exception PyCMSError: rrrrNr) rr proofProfilerrrproofRenderingIntentrr~rs r rr;sh os +A4MA4MBo eS !!u*A *A7 {Co#,8*<8L-9+M:M,8*<8L          Y +#m"#s!A"CC) C$$C)c |r|j|d}|S|j|} |S#ttf$r}t ||d}~wwxYw)a (pyCMS) Applies a transform to a given image. If ``im.mode != transform.input_mode``, a :exc:`PyCMSError` is raised. If ``inPlace`` is ``True`` and ``transform.input_mode != transform.output_mode``, a :exc:`PyCMSError` is raised. If ``im.mode``, ``transform.input_mode`` or ``transform.output_mode`` is not supported by pyCMSdll or the profiles you used for the transform, a :exc:`PyCMSError` is raised. If an error occurs while the transform is being applied, a :exc:`PyCMSError` is raised. This function applies a pre-calculated transform (from ImageCms.buildTransform() or ImageCms.buildTransformFromOpenProfiles()) to an image. The transform can be used for multiple images, saving considerable calculation time if doing the same conversion multiple times. If you want to modify im in-place instead of receiving a new image as the return value, set ``inPlace`` to ``True``. This can only be done if ``transform.input_mode`` and ``transform.output_mode`` are the same, because we can't change the mode in-place (the buffer sizes for some modes are different). The default behavior is to return a new :py:class:`~PIL.Image.Image` object of the same dimensions in mode ``transform.output_mode``. :param im: An :py:class:`~PIL.Image.Image` object, and ``im.mode`` must be the same as the ``input_mode`` supported by the transform. :param transform: A valid CmsTransform class object :param inPlace: Bool. If ``True``, ``im`` is modified in place and ``None`` is returned, if ``False``, a new :py:class:`~PIL.Image.Image` object with the transform applied is returned (and ``im`` is not changed). The default is ``False``. :returns: Either ``None``, or a new :py:class:`~PIL.Image.Image` object, depending on the value of ``inPlace``. The profile will be returned in the image's ``info['icc_profile']``. :exception PyCMSError: N)rrrzrr)rrrrrs r applyTransformrs_V#   $ $R (E L OOB'E L z "#m"#s--A  AA c|dvrd|d}t||dk(r t|} t j ||S#ttf$r}d|d}t||d}~wwxYw#ttf$r}t||d}~wwxYw)aR (pyCMS) Creates a profile. If colorSpace not in ``["LAB", "XYZ", "sRGB"]``, a :exc:`PyCMSError` is raised. If using LAB and ``colorTemp`` is not a positive integer, a :exc:`PyCMSError` is raised. If an error occurs while creating the profile, a :exc:`PyCMSError` is raised. Use this function to create common profiles on-the-fly instead of having to supply a profile on disk and knowing the path to it. It returns a normal CmsProfile object that can be passed to ImageCms.buildTransformFromOpenProfiles() to create a transform to apply to images. :param colorSpace: String, the color space of the profile you wish to create. Currently only "LAB", "XYZ", and "sRGB" are supported. :param colorTemp: Positive number for the white point for the profile, in degrees Kelvin (i.e. 5000, 6500, 9600, etc.). The default is for D50 illuminant if omitted (5000k). colorTemp is ONLY applied to LAB profiles, and is ignored for XYZ and sRGB. :returns: A CmsProfile class object :exception PyCMSError: )LABXYZsRGBz;Color space not supported for on-the-fly profile creation ()rz$Color temperature must be numeric, "z " not validN)rfloatrzrrt createProfile) colorSpace colorTempr~ers r rrs@//I*UV W oU )i(I #!!*i88 :& )8 ;OCS/q ( ) z "#m"#s, >A'A$ AA$'B6 BBcl t|ts t|}|jj}|jj}|s|s|jj xsddzS|r|rt |dkDr|dS|d|dS#ttttf$r}t||d}~wwxYw)a  (pyCMS) Gets the internal product name for the given profile. If ``profile`` isn't a valid CmsProfile object or filename to a profile, a :exc:`PyCMSError` is raised If an error occurs while trying to obtain the name tag, a :exc:`PyCMSError` is raised. Use this function to obtain the INTERNAL name of the profile (stored in an ICC tag in the profile itself), usually the one used when the profile was originally created. Sometimes this tag also contains additional information supplied by the creator. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :returns: A string containing the internal name of the profile as stored in an ICC tag. :exception PyCMSError: r z - N) rlrrvmodel manufacturerprofile_descriptionlenrrrzrr)rvrrrs r getProfileNamers*#'?3%g.G %%33 OO77=2E E#e*r/WB< L>,, GY ;#m"#s$A'B *B B B3" B..B3cF t|ts t|}|jj}|jj}||fDcgc]}|s| }}dj |dzScc}w#t tttf$r}t||d}~wwxYw)a (pyCMS) Gets the internal product information for the given profile. If ``profile`` isn't a valid CmsProfile object or filename to a profile, a :exc:`PyCMSError` is raised. If an error occurs while trying to obtain the info tag, a :exc:`PyCMSError` is raised. Use this function to obtain the information stored in the profile's info tag. This often contains details about the profile, and how it was created, as supplied by the creator. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :returns: A string containing the internal profile information stored in an ICC tag. :exception PyCMSError: z N) rlrrvr copyrightjoinrrrzrr)rv descriptioncprightelementelementsrs r getProfileInforDs* #'?3%g.G oo99 //++,7+AMWGMMx(:55N GY ;#m"#s0A A6A1A1A61A66B  BB c t|ts t|}|jjxsddzS#tt t tf$r}t||d}~wwxYw)aW (pyCMS) Gets the copyright for the given profile. If ``profile`` isn't a valid CmsProfile object or filename to a profile, a :exc:`PyCMSError` is raised. If an error occurs while trying to obtain the copyright tag, a :exc:`PyCMSError` is raised. Use this function to obtain the information stored in the profile's copyright tag. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :returns: A string containing the internal profile information stored in an ICC tag. :exception PyCMSError: rrN) rlrrvrrrrzrrrvrs r getProfileCopyrightrisZ&#'?3%g.G))/R477 GY ;#m"#7:A$ AA$c t|ts t|}|jjxsddzS#tt t tf$r}t||d}~wwxYw)a` (pyCMS) Gets the manufacturer for the given profile. If ``profile`` isn't a valid CmsProfile object or filename to a profile, a :exc:`PyCMSError` is raised. If an error occurs while trying to obtain the manufacturer tag, a :exc:`PyCMSError` is raised. Use this function to obtain the information stored in the profile's manufacturer tag. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :returns: A string containing the internal profile information stored in an ICC tag. :exception PyCMSError: rrN) rlrrvrrrrzrrrs r getProfileManufacturerrsZ&#'?3%g.G,,2d:: GY ;#m"#rc t|ts t|}|jjxsddzS#tt t tf$r}t||d}~wwxYw)aK (pyCMS) Gets the model for the given profile. If ``profile`` isn't a valid CmsProfile object or filename to a profile, a :exc:`PyCMSError` is raised. If an error occurs while trying to obtain the model tag, a :exc:`PyCMSError` is raised. Use this function to obtain the information stored in the profile's model tag. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :returns: A string containing the internal profile information stored in an ICC tag. :exception PyCMSError: rrN) rlrrvrrrrzrrrs r getProfileModelrsZ(#'?3%g.G%%+t33 GY ;#m"#rc t|ts t|}|jjxsddzS#tt t tf$r}t||d}~wwxYw)a] (pyCMS) Gets the description for the given profile. If ``profile`` isn't a valid CmsProfile object or filename to a profile, a :exc:`PyCMSError` is raised. If an error occurs while trying to obtain the description tag, a :exc:`PyCMSError` is raised. Use this function to obtain the information stored in the profile's description tag. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :returns: A string containing the internal profile information stored in an ICC tag. :exception PyCMSError: rrN) rlrrvrrrrzrrrs r getProfileDescriptionrsZ(#'?3%g.G339rTAA GY ;#m"#rc t|ts t|}|jjS#tt t tf$r}t||d}~wwxYw)a (pyCMS) Gets the default intent name for the given profile. If ``profile`` isn't a valid CmsProfile object or filename to a profile, a :exc:`PyCMSError` is raised. If an error occurs while trying to obtain the default intent, a :exc:`PyCMSError` is raised. Use this function to determine the default (and usually best optimized) rendering intent for this profile. Most profiles support multiple rendering intents, but are intended mostly for one type of conversion. If you wish to use a different intent than returned, use ImageCms.isIntentSupported() to verify it will work first. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :returns: Integer 0-3 specifying the default rendering intent for this profile. ImageCms.Intent.PERCEPTUAL = 0 (DEFAULT) ImageCms.Intent.RELATIVE_COLORIMETRIC = 1 ImageCms.Intent.SATURATION = 2 ImageCms.Intent.ABSOLUTE_COLORIMETRIC = 3 see the pyCMS documentation for details on rendering intents and what they do. :exception PyCMSError: N) rlrrvrendering_intentrrrzrrrs r getDefaultIntentrsP>#'?3%g.G/// GY ;#m"#s03A AAc t|ts t|}|jj||ryy#tt t tf$r}t||d}~wwxYw)a  (pyCMS) Checks if a given intent is supported. Use this function to verify that you can use your desired ``intent`` with ``profile``, and that ``profile`` can be used for the input/output/proof profile as you desire. Some profiles are created specifically for one "direction", can cannot be used for others. Some profiles can only be used for certain rendering intents, so it's best to either verify this before trying to create a transform with them (using this function), or catch the potential :exc:`PyCMSError` that will occur if they don't support the modes you select. :param profile: EITHER a valid CmsProfile object, OR a string of the filename of an ICC profile. :param intent: Integer (0-3) specifying the rendering intent you wish to use with this profile ImageCms.Intent.PERCEPTUAL = 0 (DEFAULT) ImageCms.Intent.RELATIVE_COLORIMETRIC = 1 ImageCms.Intent.SATURATION = 2 ImageCms.Intent.ABSOLUTE_COLORIMETRIC = 3 see the pyCMS documentation for details on rendering intents and what they do. :param direction: Integer specifying if the profile is to be used for input, output, or proof INPUT = 0 (or use ImageCms.Direction.INPUT) OUTPUT = 1 (or use ImageCms.Direction.OUTPUT) PROOF = 2 (or use ImageCms.Direction.PROOF) :returns: 1 if the intent/direction are supported, -1 if they are not. :exception PyCMSError: r N) rlrrvis_intent_supportedrrrzrr)rvr directionrs r isIntentSupportedrs]P #'?3%g.G ?? . .vy A GY ;#m"#s7;A% A  A%r)rzSupportsInt | Noner>r)rrr_CmsProfileCompatiblerrrrrz str | Nonerboolrr'r>r)rrr>r)rrrrrrmrrmrrrr'r>r)rrrrrrrrmrrmrrrrrr'r>r)F)rrrrrrr>r)r)rzLiteral['LAB', 'XYZ', 'sRGB']rr r>zcore.CmsProfile)rvrr>rm)rvrr>r=)rvrrrrr"r>zLiteral[-1, 1])B __future__roperatorrnenumrr functoolsrtypingrrr r r rr _deprecater_typingrrrtrmrryr ImportErrorex_utilrr _DESCRIPTION_VERSIONrr"r'or_r_FLAGSrImagePointHandlerrr Exceptionrrr9rrrrrDrbuildTransformFromOpenProfiles#buildProofTransformFromOpenProfilesrrrrrrrrrrrrr rs(# !BB!! !%! \% $//3DD= ~ W8/G8/v 8<< '  1 A 5 1  "   # S d T d d  $! "E# $U% &H' (,) @,2,2^8//8v$4  %//!::]]'])] ]  ]  ] ]]@#@##:%//:: P#'P#(P# P# P#  P#  P#P#r%//#)#?#?%%n#'n#(n#(n#  n#  n#  n#!n# n#n#b"0&9#DI44 14<@44pKL0#-0#:G0#0#f'#T"#J#8#8#:#:$#N2# "2#,22#?H2#2#y!% =  R D !sGG;G66G;