Dans cette vidéo, nous examinons la gestion des couleurs de Dynamic Media et comment elle peut être utilisée pour fournir des fonctionnalités d’aperçu de la correction des couleurs dans pour AEM Assets.
Activer Dynamic Media dans AEM pour utiliser cette fonctionnalité.
Cette fonctionnalité est disponible pour AEM versions 6.1 et 6.2 en tant que Feature Pack.
Voici le modèle XML du noeud de configuration de la gestion des couleurs. Ce modèle XML peut être copié dans le projet de développement AEM et configuré avec les configurations appropriées au projet.
<?xml version="1.0" encoding="UTF-8"?>
<!--
XML Node definition for: /etc/dam/imageserver/configuration/jcr:content/settings
Adobe Docs
* Image Server Configuration: https://docs.adobe.com/docs/en/aem/6-2/administer/content/dynamic-media/config-dynamic.html#Configuring%20Dynamic%20Media%20Image%20Settings
* Default Color Profile Configuration: https://docs.adobe.com/docs/en/aem/6-1/administer/content/dynamic-media/config-dynamic.html#Configuring%20the%20default%20color%20profiles
iccprofileXXX values:
Node name of color profile found at: /etc/dam/imageserver/profiles
iccblackpointcompensation values:
true | false
iccdither values:
true | false
iccrenderintent values:
0 for perceptual
1 for relative colorimetric
2 for saturation
3 for absolute colorimetric
-->
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="nt:unstructured"
bkgcolor="FFFFFF"
defaultpix="300,300"
defaultthumbpix="100,100"
expiration="{Long}36000000"
jpegquality="80"
maxpix="2000,2000"
resmode="SHARP2"
resolution="72"
thumbnailtime="[1%,11%,21%,31%,41%,51%,61%,71%,81%,91%]"
iccprofilergb=""
iccprofilecmyk=""
iccprofilegray=""
iccprofilesrcrgb=""
iccprofilesrccmyk=""
iccprofilesrcgray=""
iccblackpointcompensation="{Boolean}true"
iccdither="{Boolean}false"
iccrenderintent="{Long}0"
/>
Nom | Espace colorimétrique | Description |
---|---|---|
AdobeRGB | RVB | Adobe RGB (1998) |
AppleRGB | RVB | Apple RGB |
CIERGB | RVB | CIE RGB |
CoatedFogra27 | CMJN | Coated FOGRA27 (ISO 12647-2:2004) |
CoatedFogra39 | CMJN | Coated FOGRA39 (ISO 12647-2:2004) |
CoatedGraCol | CMJN | Coated GRACoL 2006 (ISO 12647-2:2004) |
ColorMatchRGB | RVB | RGB ColorMatch |
EuropeISOCoated | CMJN | Europe ISO Coated FOGRA27 |
EuroscaleCoated | CMJN | Euroscale Coated v2 |
EuroscaleUncoated | CMJN | Euroscale Uncoute v2 |
JapanColorCoated | CMJN | Japan Color 2001 Coated |
JapanColorNewspaper | CMJN | Japan Color 2002 Newspaper |
JapanColorUncoated | CMJN | Japan Color 2001 Uncoated |
JapanColorWebCoated | CMJN | Japan Color 2003 Web Coated |
JapanWebCoated | CMJN | Japan Web Coated (Ad) |
NewsprintSNAP2007 | CMJN | US Newsprint (SNAP 2007) |
NTSC | RVB | NTSC (1953) |
PAL | RVB | PAL/SECAM |
ProPhoto | RVB | ProPhoto RGB |
PS4Default | CMJN | Photoshop 4 Default CMYK |
PS5Default | CMJN | Photoshop 5 Default CMYK |
SheetfedCoated | CMJN | U.S. Sheetfed Coated v2 |
SheetfedUncoated | CMJN | U.S. Sheetfed Uncoated v2 |
SMPTE | RVB | SMPTE-C |
sRVB | RVB sRGB | IEC61966-2.1 |
UncoatedFogra29 | CMJN | Uncoated FOGRA29 (ISO 12647-2:2004) |
WebCoated | CMJN | U.S. Web Coated (SWOP) v2 |
WebCoatedFogra28 | CMJN | Web Coated FOGRA28 (ISO 12647-2:2004) |
WebCoatedGrade3 | CMJN | Web Coated SWOP 2006 Grade 3 Paper |
WebCoatedGrade5 | CMJN | Web Coated SWOP 2006 Grade 5 Paper |
WebUncoated | CMJN | U.S. Web Uncoated v2 |
WideGamutRGB | RVB | Wide Gamut RGB |