@jjlmoya/utils-hardware 1.15.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/category/i18n/ru.ts +5 -5
- package/src/category/index.ts +3 -1
- package/src/entries.ts +7 -1
- package/src/index.ts +2 -0
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/locale_completeness.test.ts +7 -21
- package/src/tests/no_h1_in_components.test.ts +1 -1
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tests/tool_validation.test.ts +2 -2
- package/src/tool/batteryHealthEstimator/bibliography.ts +13 -0
- package/src/tool/batteryHealthEstimator/i18n/de.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/en.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/es.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/fr.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/id.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/it.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/ja.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/ko.ts +2 -12
- package/src/tool/batteryHealthEstimator/i18n/nl.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/pl.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/pt.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/ru.ts +7 -17
- package/src/tool/batteryHealthEstimator/i18n/sv.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/tr.ts +3 -13
- package/src/tool/batteryHealthEstimator/i18n/zh.ts +3 -13
- package/src/tool/batteryHealthEstimator/seo.astro +3 -2
- package/src/tool/colorAccuracyTest/bibliography.astro +14 -0
- package/src/tool/colorAccuracyTest/bibliography.ts +16 -0
- package/src/tool/colorAccuracyTest/color-accuracy-test.css +728 -0
- package/src/tool/colorAccuracyTest/component.astro +157 -0
- package/src/tool/colorAccuracyTest/entry.ts +29 -0
- package/src/tool/colorAccuracyTest/i18n/de.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/en.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/es.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/fr.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/id.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/it.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ja.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ko.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/nl.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/pl.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/pt.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/ru.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/sv.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/tr.ts +284 -0
- package/src/tool/colorAccuracyTest/i18n/zh.ts +284 -0
- package/src/tool/colorAccuracyTest/index.ts +9 -0
- package/src/tool/colorAccuracyTest/logic.ts +226 -0
- package/src/tool/colorAccuracyTest/seo.astro +15 -0
- package/src/tool/colorAccuracyTest/ui.ts +27 -0
- package/src/tool/deadPixelTest/bibliography.ts +13 -0
- package/src/tool/deadPixelTest/i18n/de.ts +2 -12
- package/src/tool/deadPixelTest/i18n/en.ts +2 -12
- package/src/tool/deadPixelTest/i18n/es.ts +2 -12
- package/src/tool/deadPixelTest/i18n/fr.ts +2 -12
- package/src/tool/deadPixelTest/i18n/id.ts +2 -12
- package/src/tool/deadPixelTest/i18n/it.ts +2 -12
- package/src/tool/deadPixelTest/i18n/ja.ts +2 -12
- package/src/tool/deadPixelTest/i18n/ko.ts +2 -12
- package/src/tool/deadPixelTest/i18n/nl.ts +2 -12
- package/src/tool/deadPixelTest/i18n/pl.ts +2 -12
- package/src/tool/deadPixelTest/i18n/pt.ts +2 -12
- package/src/tool/deadPixelTest/i18n/ru.ts +2 -12
- package/src/tool/deadPixelTest/i18n/sv.ts +2 -12
- package/src/tool/deadPixelTest/i18n/tr.ts +2 -12
- package/src/tool/deadPixelTest/i18n/zh.ts +2 -12
- package/src/tool/deadPixelTest/seo.astro +3 -2
- package/src/tool/gamepadTest/bibliography.ts +12 -0
- package/src/tool/gamepadTest/i18n/de.ts +2 -12
- package/src/tool/gamepadTest/i18n/en.ts +2 -12
- package/src/tool/gamepadTest/i18n/es.ts +2 -12
- package/src/tool/gamepadTest/i18n/fr.ts +2 -12
- package/src/tool/gamepadTest/i18n/id.ts +2 -12
- package/src/tool/gamepadTest/i18n/it.ts +2 -12
- package/src/tool/gamepadTest/i18n/ja.ts +2 -12
- package/src/tool/gamepadTest/i18n/ko.ts +2 -12
- package/src/tool/gamepadTest/i18n/nl.ts +2 -12
- package/src/tool/gamepadTest/i18n/pl.ts +2 -12
- package/src/tool/gamepadTest/i18n/pt.ts +2 -12
- package/src/tool/gamepadTest/i18n/ru.ts +3 -13
- package/src/tool/gamepadTest/i18n/sv.ts +2 -12
- package/src/tool/gamepadTest/i18n/tr.ts +2 -12
- package/src/tool/gamepadTest/i18n/zh.ts +2 -12
- package/src/tool/gamepadTest/seo.astro +3 -2
- package/src/tool/gamepadVibrationTester/bibliography.ts +13 -0
- package/src/tool/gamepadVibrationTester/i18n/de.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/en.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/es.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/fr.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/id.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/it.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/ja.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/ko.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/nl.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/pl.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/pt.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/ru.ts +5 -15
- package/src/tool/gamepadVibrationTester/i18n/sv.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/tr.ts +2 -12
- package/src/tool/gamepadVibrationTester/i18n/zh.ts +2 -12
- package/src/tool/gamepadVibrationTester/seo.astro +3 -2
- package/src/tool/keyboardTest/bibliography.ts +13 -0
- package/src/tool/keyboardTest/i18n/de.ts +2 -12
- package/src/tool/keyboardTest/i18n/en.ts +2 -12
- package/src/tool/keyboardTest/i18n/es.ts +2 -12
- package/src/tool/keyboardTest/i18n/fr.ts +2 -12
- package/src/tool/keyboardTest/i18n/id.ts +2 -12
- package/src/tool/keyboardTest/i18n/it.ts +2 -12
- package/src/tool/keyboardTest/i18n/ja.ts +2 -12
- package/src/tool/keyboardTest/i18n/ko.ts +2 -12
- package/src/tool/keyboardTest/i18n/nl.ts +2 -12
- package/src/tool/keyboardTest/i18n/pl.ts +2 -12
- package/src/tool/keyboardTest/i18n/pt.ts +2 -12
- package/src/tool/keyboardTest/i18n/ru.ts +2 -12
- package/src/tool/keyboardTest/i18n/sv.ts +2 -12
- package/src/tool/keyboardTest/i18n/tr.ts +2 -12
- package/src/tool/keyboardTest/i18n/zh.ts +2 -12
- package/src/tool/keyboardTest/seo.astro +3 -2
- package/src/tool/mousePollingTest/bibliography.ts +13 -0
- package/src/tool/mousePollingTest/i18n/de.ts +3 -13
- package/src/tool/mousePollingTest/i18n/en.ts +3 -13
- package/src/tool/mousePollingTest/i18n/es.ts +3 -13
- package/src/tool/mousePollingTest/i18n/fr.ts +3 -13
- package/src/tool/mousePollingTest/i18n/id.ts +3 -13
- package/src/tool/mousePollingTest/i18n/it.ts +3 -13
- package/src/tool/mousePollingTest/i18n/ja.ts +3 -13
- package/src/tool/mousePollingTest/i18n/ko.ts +3 -13
- package/src/tool/mousePollingTest/i18n/nl.ts +3 -13
- package/src/tool/mousePollingTest/i18n/pl.ts +3 -13
- package/src/tool/mousePollingTest/i18n/pt.ts +3 -13
- package/src/tool/mousePollingTest/i18n/ru.ts +5 -15
- package/src/tool/mousePollingTest/i18n/sv.ts +3 -13
- package/src/tool/mousePollingTest/i18n/tr.ts +3 -13
- package/src/tool/mousePollingTest/i18n/zh.ts +3 -13
- package/src/tool/mousePollingTest/seo.astro +3 -2
- package/src/tool/refreshRateDetector/bibliography.astro +14 -0
- package/src/tool/refreshRateDetector/bibliography.ts +12 -0
- package/src/tool/refreshRateDetector/component.astro +206 -0
- package/src/tool/refreshRateDetector/entry.ts +29 -0
- package/src/tool/refreshRateDetector/i18n/de.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/en.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/es.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/fr.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/id.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/it.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/ja.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/ko.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/nl.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/pl.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/pt.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/ru.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/sv.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/tr.ts +196 -0
- package/src/tool/refreshRateDetector/i18n/zh.ts +196 -0
- package/src/tool/refreshRateDetector/index.ts +11 -0
- package/src/tool/refreshRateDetector/monitor-refresh-rate-detector.css +342 -0
- package/src/tool/refreshRateDetector/seo.astro +15 -0
- package/src/tool/refreshRateDetector/ui.ts +24 -0
- package/src/tool/toneGenerator/bibliography.ts +13 -0
- package/src/tool/toneGenerator/i18n/de.ts +3 -13
- package/src/tool/toneGenerator/i18n/en.ts +3 -13
- package/src/tool/toneGenerator/i18n/es.ts +2 -12
- package/src/tool/toneGenerator/i18n/fr.ts +3 -13
- package/src/tool/toneGenerator/i18n/id.ts +3 -13
- package/src/tool/toneGenerator/i18n/it.ts +3 -13
- package/src/tool/toneGenerator/i18n/ja.ts +2 -12
- package/src/tool/toneGenerator/i18n/ko.ts +2 -12
- package/src/tool/toneGenerator/i18n/nl.ts +3 -13
- package/src/tool/toneGenerator/i18n/pl.ts +3 -13
- package/src/tool/toneGenerator/i18n/pt.ts +3 -13
- package/src/tool/toneGenerator/i18n/ru.ts +6 -16
- package/src/tool/toneGenerator/i18n/sv.ts +3 -13
- package/src/tool/toneGenerator/i18n/tr.ts +2 -12
- package/src/tool/toneGenerator/i18n/zh.ts +2 -12
- package/src/tool/toneGenerator/seo.astro +3 -2
- package/src/tools.ts +3 -1
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SpectrumCanvasUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'test-precision-couleur';
|
|
7
|
+
const title = 'Test de Précision des Couleurs: Spectrum Canvas';
|
|
8
|
+
const description =
|
|
9
|
+
'Calibrez votre écran avec précision. Testez les espaces colorimétriques sRGB et DCI-P3, détectez les dérives chromatiques, mesurez la précision avec les métriques Delta E et générez des rapports de calibrage professionnels.';
|
|
10
|
+
|
|
11
|
+
const faqData = [
|
|
12
|
+
{
|
|
13
|
+
question: 'Qu\'est-ce que la précision des couleurs et pourquoi est-ce important ?',
|
|
14
|
+
answer:
|
|
15
|
+
'La précision des couleurs mesure la fidélité avec laquelle un écran reproduit les couleurs par rapport à une référence standard. Pour les designers, les photographes et les créateurs de contenu, des couleurs précises sont essentielles pour garantir que votre travail soit cohérent sur différents appareils.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Quelle est la différence entre le sRGB et le DCI-P3 ?',
|
|
19
|
+
answer:
|
|
20
|
+
'Le sRGB est l\'espace colorimétrique standard pour le web et les écrans grand public. Le DCI-P3 est une gamme de couleurs plus large utilisée dans le cinéma numérique et les écrans professionnels. Le DCI-P3 couvre environ 25 % de couleurs de plus que le sRGB.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Qu\'est-ce que le Delta E et comment est-il mesuré ?',
|
|
24
|
+
answer:
|
|
25
|
+
'Le Delta E (ΔE) est une mesure numérique de la différence de couleur perçue par l\'œil humain. Un Delta E inférieur à 1 est imperceptible, inférieur à 2 est très bon, inférieur à 4 est acceptable, et au-dessus de 4, cela devient notable. Notre test utilise les calculs Delta E CIE 1976.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Puis-je utiliser cet outil pour calibrer mon matériel ?',
|
|
29
|
+
answer:
|
|
30
|
+
'Cet outil fournit une référence de calibrage visuel et des mesures de précision. Pour un calibrage professionnel, vous devez combiner ces résultats avec des outils de calibrage matériel (colorimètres) et des logiciels dédiés comme ColorThink ou Datacolor SpyderCheckr.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Quels espaces colorimétriques sont testés ?',
|
|
34
|
+
answer:
|
|
35
|
+
'Nous testons le sRGB (standard), le DCI-P3 (cinéma) et la précision du point blanc via les illuminants standard D65 (6500K) et D93 (9300K). Le test comprend également la vérification de la correction gamma.',
|
|
36
|
+
},
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howToData = [
|
|
40
|
+
{
|
|
41
|
+
name: 'Sélectionnez votre Gamut',
|
|
42
|
+
text: 'Choisissez entre le sRGB (standard web/grand public) ou le DCI-P3 (cinéma professionnel). Votre écran adaptera sa palette de test en conséquence.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: 'Nommez votre Matériel (Optionnel)',
|
|
46
|
+
text: 'Entrez un nom descriptif pour votre moniteur ou appareil (ex: "MacBook Pro 16 M1"). Cela personnalise votre rapport.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'Passez en Mode Plein Écran',
|
|
50
|
+
text: 'Appuyez sur F11 ou sur le bouton plein écran pour éliminer l\'interface du navigateur et garantir un espace d\'affichage maximal pour un test précis.',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: 'Complétez les Tests de Couleur',
|
|
54
|
+
text: 'Procédez via la Pureté Spectrale (couleurs unies), la Dynamique des Dégradés (transitions fluides), la Détection du Black Crush (détails dans les ombres) et le Calibrage du Point Blanc.',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: 'Vérifiez les Résultats et Exportez',
|
|
58
|
+
text: 'Générez un rapport visuel avec visualisation du Gamut 3D, métriques Delta E et recommandations de calibrage. Exportez en PDF pour archivage.',
|
|
59
|
+
},
|
|
60
|
+
];
|
|
61
|
+
|
|
62
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'FAQPage',
|
|
65
|
+
mainEntity: faqData.map((item) => ({
|
|
66
|
+
'@type': 'Question',
|
|
67
|
+
name: item.question,
|
|
68
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
69
|
+
})),
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
const howToSchema: WithContext<HowTo> = {
|
|
73
|
+
'@context': 'https://schema.org',
|
|
74
|
+
'@type': 'HowTo',
|
|
75
|
+
name: title,
|
|
76
|
+
description,
|
|
77
|
+
step: howToData.map((step, i) => ({
|
|
78
|
+
'@type': 'HowToStep',
|
|
79
|
+
position: i + 1,
|
|
80
|
+
name: step.name,
|
|
81
|
+
text: step.text,
|
|
82
|
+
})),
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
86
|
+
'@context': 'https://schema.org',
|
|
87
|
+
'@type': 'SoftwareApplication',
|
|
88
|
+
name: title,
|
|
89
|
+
description,
|
|
90
|
+
applicationCategory: 'UtilityApplication',
|
|
91
|
+
operatingSystem: 'All',
|
|
92
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
|
|
93
|
+
inLanguage: 'fr',
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
export const content: ToolLocaleContent<SpectrumCanvasUI> = {
|
|
97
|
+
slug,
|
|
98
|
+
title,
|
|
99
|
+
description,
|
|
100
|
+
faq: faqData,
|
|
101
|
+
howTo: howToData,
|
|
102
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
103
|
+
bibliography,
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Test de Précision des Couleurs Professionnel : Calibrez votre Écran avec Précision',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Le Spectrum Canvas est un outil de test de précision des couleurs de qualité professionnelle conçu pour tous ceux qui dépendent d\'un travail critique sur les couleurs. Que vous soyez photographe, designer, créateur de contenu ou passionné de matériel, cet outil vous aide à <strong>diagnostiquer les dérives chromatiques</strong>, <strong>mesurer la précision de l\'affichage</strong> et <strong>générer des rapports de calibrage</strong>.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Pourquoi la précision des couleurs est importante',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Une différence d\'un seul point de pourcentage dans la reproduction des couleurs peut faire la différence entre un moment "wow" et une réaction "ça semble bizarre". Les écrans professionnels offrent une précision avec un <strong>Delta E < 2</strong>. Les écrans grand public dérivent souvent vers un Delta E de 4-6+, causant :',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: '<ul><li>Des photographies éclatantes sur votre moniteur mais ternes à l\'impression</li><li>Des montages vidéo qui ne correspondent pas aux attentes du client</li><li>Des maquettes de design web qui ne respectent pas les spécifications de la marque</li><li>Des projets matériels où les indicateurs de couleur sont mal interprétés</li></ul>',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'Comprendre les espaces colorimétriques : sRGB vs DCI-P3',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'sRGB (Espace colorimétrique standard)',
|
|
135
|
+
level: 4,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'paragraph',
|
|
139
|
+
html: 'Établi par Microsoft et HP en 1996, le sRGB est la <strong>norme universelle pour l\'électronique grand public</strong> et le web. Il utilise un gamut de couleurs triangulaire défini par trois couleurs primaires (Rouge : 0.6400x 0.3300, Vert : 0.3000 0.6000, Bleu : 0.1500 0.0600).',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>Caractéristiques :</strong><ul><li>Couvre ~35 % du spectre de couleurs visibles</li><li>Optimisé pour les conditions d\'éclairage ambiant typiques</li><li>Gamma : 2.2 (correspond à la plupart des écrans grand public)</li><li>Adapté pour : web, réseaux sociaux, photos grand public</li></ul>',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'DCI-P3 (Gamut du Cinéma Numérique)',
|
|
148
|
+
level: 4,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'Développé par le consortium Digital Cinema Initiatives, le DCI-P3 est un <strong>espace colorimétrique de qualité cinéma</strong> conçu pour la projection théâtrale et les écrans professionnels. Il englobe ~25 % de couleurs de plus que le sRGB.',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: '<strong>Caractéristiques :</strong><ul><li>Couvre ~53 % du spectre de couleurs visibles</li><li>Optimisé pour les environnements de cinéma sombres</li><li>Gamma : 2.6 (corrigé en gamma pour un contraste élevé)</li><li>Adapté pour : réalisation de films, photographie professionnelle, contenu HDR</li></ul>',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'title',
|
|
160
|
+
text: 'Qu\'est-ce que le Delta E ? Quantifier la différence de couleur',
|
|
161
|
+
level: 3,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'paragraph',
|
|
165
|
+
html: 'Le Delta E (ΔE) est la <strong>métrique de la différence de couleur perceptible par l\'homme</strong> dans l\'espace colorimétrique CIE LAB. Il vous indique à quel point la sortie de votre écran est proche d\'une couleur de référence standard.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: '<strong>Échelle Delta E (CIE 1976) :</strong><ul><li>0–1 : Imperceptible par l\'œil humain</li><li>1–2 : À peine perceptible</li><li>2–4 : Perceptible mais acceptable pour un usage général</li><li>4–6 : Dérive de couleur notable</li><li>>6 : Différence très évidente</li></ul>',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Les écrans professionnels sont calibrés pour maintenir un <strong>Delta E < 2</strong> sur l\'ensemble du gamut visible. Les écrans grand public atteignent généralement un Delta E de 3-5.',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: 'La suite de tests Spectrum Canvas',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'title',
|
|
182
|
+
text: 'Test de Pureté Spectrale',
|
|
183
|
+
level: 4,
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'paragraph',
|
|
187
|
+
html: 'Affiche des couleurs primaires et secondaires pures (Rouge, Vert, Bleu, Cyan, Magenta, Jaune) et mesure comment votre moniteur les reproduit. Des animations de "balayage" de couleur révèlent une reproduction cohérente des couleurs sur tout l\'écran.',
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
type: 'title',
|
|
191
|
+
text: 'Dynamique des Dégradés',
|
|
192
|
+
level: 4,
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'paragraph',
|
|
196
|
+
html: 'Des dégradés fluides qui traversent tout l\'espace colorimétrique. Recherchez les <strong>artefacts de banding</strong> (étapes visibles au lieu de transitions fluides), qui indiquent une profondeur de bits de couleur insuffisante ou une mauvaise correction gamma.',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
type: 'title',
|
|
200
|
+
text: 'Détection du Black Crush (Test du Trou Noir)',
|
|
201
|
+
level: 4,
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
type: 'paragraph',
|
|
205
|
+
html: 'Fond noir pur (0,0,0) avec des nuances de gris sombre à peine visibles. Si les détails des ombres se "télescopent", votre moniteur perd des informations dans les tons sombres — courant sur les écrans mobiles et les dalles bon marché.',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Calibrage du Point Blanc',
|
|
210
|
+
level: 4,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'paragraph',
|
|
214
|
+
html: 'Teste différentes températures de couleur corrélées (D65 à 6500K = lumière du jour, D93 à 9300K = studio), révélant toute dérive de température de couleur ou instabilité thermique.',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
type: 'title',
|
|
218
|
+
text: 'Interpréter vos résultats',
|
|
219
|
+
level: 3,
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
type: 'paragraph',
|
|
223
|
+
html: 'Le Spectrum Canvas génère un rapport visuel élégant et imprimable avec :',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 'paragraph',
|
|
227
|
+
html: '<ul><li><strong>Visualisation du Gamut 3D :</strong> Un graphique 3D rotatif montrant le volume de couleur réel de votre écran par rapport à la norme de référence</li><li><strong>Carte thermique Delta E :</strong> Les zones du spectre où votre écran dérive</li><li><strong>Courbe Gamma :</strong> Linéarité de la luminosité sur la plage 0–255</li><li><strong>Score de calibrage :</strong> Une "Note Spectrum" unique (Élite, Cinématique, Studio, Standard) basée sur la précision globale</li></ul>',
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
type: 'title',
|
|
231
|
+
text: 'Avancé : Conseils de calibrage manuel',
|
|
232
|
+
level: 3,
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
type: 'paragraph',
|
|
236
|
+
html: 'Si vos résultats montrent une dérive, essayez ces ajustements dans le menu OSD (On-Screen Display) de votre moniteur :',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'paragraph',
|
|
240
|
+
html: '<ul><li><strong>Température de couleur :</strong> Déplacez vers "Chaud" si les couleurs sont trop froides/bleues ; vers "Froid" si elles sont trop chaudes/jaunes</li><li><strong>Contraste :</strong> Augmentez si les noirs semblent délavés ; diminuez si les détails sont écrasés</li><li><strong>Luminosité :</strong> Ajustez pour obtenir un gris neutre sans teinte de couleur à 50 % de luminosité</li><li><strong>Saturation :</strong> Si les couleurs sont sursaturées, réduisez ; si elles sont ternes, augmentez</li></ul>',
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'title',
|
|
244
|
+
text: 'Limites et meilleures pratiques',
|
|
245
|
+
level: 3,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
type: 'paragraph',
|
|
249
|
+
html: '<strong>Cet outil fournit une référence visuelle et statistique</strong>. Pour un travail professionnel nécessitant un calibrage certifié, utilisez des sondes de couleur matérielles (spectrophotomètre ou colorimètre) et un logiciel de calibrage dédié.',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 'paragraph',
|
|
253
|
+
html: '<strong>Meilleures pratiques :</strong><ul><li>Laissez votre moniteur chauffer pendant 30 minutes avant le test (la dérive thermique se stabilise)</li><li>Testez dans des conditions d\'éclairage ambiant constantes</li><li>Évitez les reflets ; utilisez une casquette de moniteur si possible</li><li>Répétez les tests chaque semaine pour suivre la dérive au fil du temps</li><li>Conservez une archive numérique des rapports pour comparaison future</li></ul>',
|
|
254
|
+
},
|
|
255
|
+
],
|
|
256
|
+
ui: {
|
|
257
|
+
badge: 'Calibrage d\'Écran',
|
|
258
|
+
title: 'Spectrum Canvas: Test de Précision des Couleurs',
|
|
259
|
+
description:
|
|
260
|
+
'Le calibrage d\'écran professionnel rencontre l\'esthétique cinématographique. Testez le sRGB et le DCI-P3, mesurez la précision Delta E, détectez les dérives chromatiques et générez un rapport visuel qui transforme les données en connaissances.',
|
|
261
|
+
btnStartCalibration: 'Démarrer le Calibrage',
|
|
262
|
+
btnFullscreen: 'Plein Écran',
|
|
263
|
+
kbdFullscreen: 'F11',
|
|
264
|
+
kbdFullscreenLabel: 'Mode Plein Écran',
|
|
265
|
+
kbdReset: 'R',
|
|
266
|
+
kbdResetLabel: 'Réinitialiser le Test',
|
|
267
|
+
kbdEsc: 'ESC',
|
|
268
|
+
kbdEscLabel: 'Quitter',
|
|
269
|
+
gamutSRGB: 'sRGB',
|
|
270
|
+
gamutDCIP3: 'DCI-P3',
|
|
271
|
+
gamutToggle: 'Espace Colorimétrique',
|
|
272
|
+
hardwareName: 'Nom du Matériel/Moniteur',
|
|
273
|
+
hardwareNamePlaceholder: 'ex: MacBook Pro 16" M1 Max',
|
|
274
|
+
purityTest: 'Pureté Spectrale',
|
|
275
|
+
gradientTest: 'Dynamique des Dégradés',
|
|
276
|
+
blackHoleTest: 'Détection du Black Crush',
|
|
277
|
+
whitePointTest: 'Calibrage du Point Blanc',
|
|
278
|
+
colorCheckpoint: 'Point de Contrôle de Couleur',
|
|
279
|
+
generateReport: 'Générer le Rapport',
|
|
280
|
+
viewResults: 'Voir les Résultats',
|
|
281
|
+
btnExit: 'Quitter (ESC)',
|
|
282
|
+
compareSideBySide: 'Comparer Côte à Côte',
|
|
283
|
+
},
|
|
284
|
+
};
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ToolLocaleContent } from '../../../types';
|
|
3
|
+
import type { SpectrumCanvasUI } from '../ui';
|
|
4
|
+
import { bibliography } from '../bibliography';
|
|
5
|
+
|
|
6
|
+
const slug = 'tes-akurasi-warna';
|
|
7
|
+
const title = 'Tes Akurasi Warna: Spectrum Canvas';
|
|
8
|
+
const description =
|
|
9
|
+
'Kalibrasi layar Anda dengan presisi. Uji ruang warna sRGB dan DCI-P3, deteksi pergeseran warna, ukur akurasi dengan metrik Delta E, dan buat laporan kalibrasi profesional.';
|
|
10
|
+
|
|
11
|
+
const faqData = [
|
|
12
|
+
{
|
|
13
|
+
question: 'Apa itu akurasi warna dan mengapa itu penting?',
|
|
14
|
+
answer:
|
|
15
|
+
'Akurasi warna mengukur seberapa setia layar mereproduksi warna dibandingkan dengan referensi standar. Bagi desainer, fotografer, dan pembuat konten, warna yang akurat sangat penting untuk memastikan karya Anda terlihat konsisten di berbagai perangkat.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Apa perbedaan antara sRGB dan DCI-P3?',
|
|
19
|
+
answer:
|
|
20
|
+
'sRGB adalah ruang warna standar untuk web dan layar konsumen. DCI-P3 adalah gamut warna yang lebih luas yang digunakan dalam bioskop digital dan layar profesional. DCI-P3 mencakup sekitar 25% lebih banyak warna daripada sRGB.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Apa itu Delta E dan bagaimana cara mengukurnya?',
|
|
24
|
+
answer:
|
|
25
|
+
'Delta E (ΔE) adalah pengukuran numerik dari perbedaan warna yang dirasakan oleh mata manusia. Delta E di bawah 1 tidak terlihat, di bawah 2 sangat baik, di bawah 4 dapat diterima, dan di atas 4 menjadi nyata. Pengujian kami menggunakan kalkulasi Delta E CIE 1976.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Bisakah saya menggunakan alat ini untuk mengkalibrasi hardware saya?',
|
|
29
|
+
answer:
|
|
30
|
+
'Alat ini memberikan referensi kalibrasi visual dan pengukuran akurasi. Untuk kalibrasi profesional, Anda harus menggabungkan hasil ini dengan alat kalibrasi hardware (kolorimeter) dan software khusus seperti ColorThink atau Datacolor SpyderCheckr.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Ruang warna apa saja yang diuji?',
|
|
34
|
+
answer:
|
|
35
|
+
'Kami menguji sRGB (standar), DCI-P3 (bioskop), dan akurasi white point melalui iluminan standar D65 (6500K) dan D93 (9300K). Pengujian juga mencakup verifikasi koreksi gamma.',
|
|
36
|
+
},
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howToData = [
|
|
40
|
+
{
|
|
41
|
+
name: 'Pilih Gamut Anda',
|
|
42
|
+
text: 'Pilih antara sRGB (standar web/konsumen) atau DCI-P3 (bioskop profesional). Layar Anda akan menyesuaikan palet pengujiannya.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: 'Beri Nama Hardware Anda (Opsional)',
|
|
46
|
+
text: 'Masukkan nama deskriptif untuk monitor atau perangkat Anda (misalnya, "MacBook Pro 16 M1"). Ini mempersonalisasi laporan Anda.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'Masuk ke Mode Layar Penuh',
|
|
50
|
+
text: 'Tekan F11 atau tombol layar penuh untuk menghilangkan UI browser dan memastikan area tampilan maksimal untuk pengujian yang akurat.',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: 'Selesaikan Tes Warna',
|
|
54
|
+
text: 'Lanjutkan melalui Kemurnian Spektral (warna solid), Dinamika Gradien (transisi halus), Deteksi Black Crush (detail bayangan), dan Kalibrasi White Point.',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: 'Tinjau Hasil & Ekspor',
|
|
58
|
+
text: 'Buat laporan visual dengan visualisasi Gamut 3D, metrik Delta E, dan rekomendasi kalibrasi. Ekspor sebagai PDF untuk pengarsipan.',
|
|
59
|
+
},
|
|
60
|
+
];
|
|
61
|
+
|
|
62
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
63
|
+
'@context': 'https://schema.org',
|
|
64
|
+
'@type': 'FAQPage',
|
|
65
|
+
mainEntity: faqData.map((item) => ({
|
|
66
|
+
'@type': 'Question',
|
|
67
|
+
name: item.question,
|
|
68
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
69
|
+
})),
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
const howToSchema: WithContext<HowTo> = {
|
|
73
|
+
'@context': 'https://schema.org',
|
|
74
|
+
'@type': 'HowTo',
|
|
75
|
+
name: title,
|
|
76
|
+
description,
|
|
77
|
+
step: howToData.map((step, i) => ({
|
|
78
|
+
'@type': 'HowToStep',
|
|
79
|
+
position: i + 1,
|
|
80
|
+
name: step.name,
|
|
81
|
+
text: step.text,
|
|
82
|
+
})),
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
86
|
+
'@context': 'https://schema.org',
|
|
87
|
+
'@type': 'SoftwareApplication',
|
|
88
|
+
name: title,
|
|
89
|
+
description,
|
|
90
|
+
applicationCategory: 'UtilityApplication',
|
|
91
|
+
operatingSystem: 'All',
|
|
92
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'USD' },
|
|
93
|
+
inLanguage: 'id',
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
export const content: ToolLocaleContent<SpectrumCanvasUI> = {
|
|
97
|
+
slug,
|
|
98
|
+
title,
|
|
99
|
+
description,
|
|
100
|
+
faq: faqData,
|
|
101
|
+
howTo: howToData,
|
|
102
|
+
schemas: [faqSchema, howToSchema, appSchema],
|
|
103
|
+
bibliography,
|
|
104
|
+
seo: [
|
|
105
|
+
{
|
|
106
|
+
type: 'title',
|
|
107
|
+
text: 'Tes Akurasi Warna Profesional: Kalibrasi Layar Anda dengan Presisi',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Spectrum Canvas adalah alat pengujian akurasi warna tingkat profesional yang dirancang untuk siapa saja yang bergantung pada pekerjaan kritis warna. Baik Anda seorang fotografer, desainer, pembuat konten, atau penggemar hardware, alat ini membantu Anda <strong>mendiagnosis pergeseran warna</strong>, <strong>mengukur akurasi layar</strong>, dan <strong>membuat laporan kalibrasi</strong>.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Mengapa Akurasi Warna Itu Penting',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Perbedaan satu poin persentase saja dalam reproduksi warna dapat berarti perbedaan antara momen "wow" dan reaksi "itu terlihat aneh". Layar profesional memberikan akurasi dalam <strong>Delta E < 2</strong>. Layar konsumen sering kali bergeser ke Delta E 4-6+, yang menyebabkan:',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: '<ul><li>Fotografi yang terlihat cerah di monitor Anda tetapi kusam saat dicetak</li><li>Edit video yang tidak sesuai dengan ekspektasi klien</li><li>Mockup desain web yang tidak sesuai dengan spesifikasi brand</li><li>Proyek hardware di mana indikator warna disalahartikan</li></ul>',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'Memahami Ruang Warna: sRGB vs DCI-P3',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'sRGB (Ruang Warna Standar)',
|
|
135
|
+
level: 4,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'paragraph',
|
|
139
|
+
html: 'Ditetapkan oleh Microsoft dan HP pada tahun 1996, sRGB adalah <strong>standar universal untuk elektronik konsumen</strong> dan web. Ruang warna ini menggunakan gamut warna segitiga yang ditentukan oleh tiga warna primer (Merah: 0.6400x 0.3300, Hijau: 0.3000 0.6000, Biru: 0.1500 0.0600).',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>Karakteristik:</strong><ul><li>Mencakup ~35% dari spektrum warna yang terlihat</li><li>Dioptimalkan untuk kondisi pencahayaan sekitar yang umum</li><li>Gamma: 2.2 (cocok dengan sebagian besar layar konsumen)</li><li>Cocok untuk: web, media sosial, foto konsumen</li></ul>',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'DCI-P3 (Gamut Bioskop Digital)',
|
|
148
|
+
level: 4,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'Dikembangkan oleh konsorsium Digital Cinema Initiatives, DCI-P3 adalah <strong>ruang warna tingkat bioskop</strong> yang dirancang untuk proyeksi teater dan layar profesional. Ruang warna ini mencakup ~25% lebih banyak warna daripada sRGB.',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: '<strong>Karakteristik:</strong><ul><li>Mencakup ~53% dari spektrum warna yang terlihat</li><li>Dioptimalkan untuk lingkungan bioskop yang gelap</li><li>Gamma: 2.6 (dikoreksi secara gamma untuk kontras tinggi)</li><li>Cocok untuk: pembuatan film, fotografi profesional, konten HDR</li></ul>',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'title',
|
|
160
|
+
text: 'Apa itu Delta E? Menguantifikasi Perbedaan Warna',
|
|
161
|
+
level: 3,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'paragraph',
|
|
165
|
+
html: 'Delta E (ΔE) adalah <strong>metrik perbedaan warna yang dirasakan manusia</strong> dalam ruang warna CIE LAB. Metrik ini memberi tahu Anda seberapa dekat output layar Anda dengan warna referensi standar.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: '<strong>Skala Delta E (CIE 1976):</strong><ul><li>0–1: Tidak terlihat oleh mata manusia</li><li>1–2: Nyaris tidak terlihat</li><li>2–4: Terlihat tetapi dapat diterima untuk penggunaan umum</li><li>4–6: Pergeseran warna yang nyata</li><li>>6: Perbedaan yang sangat jelas</li></ul>',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Layar profesional dikalibrasi untuk mempertahankan <strong>Delta E < 2</strong> di seluruh gamut yang terlihat. Layar konsumen biasanya mencapai Delta E 3-5.',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: 'Suite Tes Spectrum Canvas',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'title',
|
|
182
|
+
text: 'Tes Kemurnian Spektral',
|
|
183
|
+
level: 4,
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'paragraph',
|
|
187
|
+
html: 'Menampilkan warna primer dan sekunder murni (Merah, Hijau, Biru, Sian, Magenta, Kuning) dan mengukur bagaimana monitor Anda mereproduksinya. Animasi "banjir" warna mengungkapkan reproduksi warna yang konsisten di seluruh layar.',
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
type: 'title',
|
|
191
|
+
text: 'Dinamika Gradien',
|
|
192
|
+
level: 4,
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'paragraph',
|
|
196
|
+
html: 'Gradien halus yang bertransisi melalui seluruh ruang warna. Perhatikan <strong>artefak banding</strong> (langkah-langkah yang terlihat alih-alih transisi halus), yang menunjukkan kedalaman bit warna yang tidak memadai atau koreksi gamma yang buruk.',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
type: 'title',
|
|
200
|
+
text: 'Deteksi Black Crush (Tes Lubang Hitam)',
|
|
201
|
+
level: 4,
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
type: 'paragraph',
|
|
205
|
+
html: 'Latar belakang hitam murni (0,0,0) dengan nuansa nyaris hitam yang hampir tidak terlihat. Jika detail bayangan "hancur" bersama-sama, monitor Anda kehilangan informasi dalam nada gelap—umum pada layar ponsel dan panel murah.',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Kalibrasi White Point',
|
|
210
|
+
level: 4,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'paragraph',
|
|
214
|
+
html: 'Menguji suhu warna terkorelasi yang berbeda (D65 pada 6500K = siang hari, D93 pada 9300K = studio), mengungkapkan pergeseran suhu warna atau ketidakstabilan termal apa pun.',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
type: 'title',
|
|
218
|
+
text: 'Menafsirkan Hasil Anda',
|
|
219
|
+
level: 3,
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
type: 'paragraph',
|
|
223
|
+
html: 'Spectrum Canvas menghasilkan laporan visual yang indah dan ramah cetak dengan:',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 'paragraph',
|
|
227
|
+
html: '<ul><li><strong>Visualisasi Gamut 3D:</strong> Plot 3D berputar yang menunjukkan volume warna aktual layar Anda versus standar referensi</li><li><strong>Heatmap Delta E:</strong> Di bagian spektrum mana layar Anda bergeser</li><li><strong>Kurva Gamma:</strong> Linearitas kecerahan di seluruh rentang 0–255</li><li><strong>Skor Kalibrasi:</strong> Sebuah "Spectrum Grade" tunggal (Elite, Cinematic, Studio, Standard) berdasarkan akurasi keseluruhan</li></ul>',
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
type: 'title',
|
|
231
|
+
text: 'Lanjutan: Tips Kalibrasi Manual',
|
|
232
|
+
level: 3,
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
type: 'paragraph',
|
|
236
|
+
html: 'Jika hasil Anda menunjukkan pergeseran, cobalah penyesuaian ini di menu OSD (On-Screen Display) monitor Anda:',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'paragraph',
|
|
240
|
+
html: '<ul><li><strong>Suhu Warna:</strong> Geser ke arah "Warmer" jika warna terlalu dingin/biru; ke arah "Cooler" jika terlalu hangat/kuning</li><li><strong>Kontras:</strong> Tingkatkan jika warna hitam tampak pudar; kurangi jika detail terpotong</li><li><strong>Kecerahan:</strong> Sesuaikan untuk mencapai abu-abu netral tanpa rona warna pada kecerahan 50%</li><li><strong>Saturasi:</strong> Jika warna terlalu jenuh, kurangi; jika kusam, tingkatkan</li></ul>',
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'title',
|
|
244
|
+
text: 'Batasan dan Praktik Terbaik',
|
|
245
|
+
level: 3,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
type: 'paragraph',
|
|
249
|
+
html: '<strong>Alat ini memberikan referensi visual dan statistik</strong>. Untuk pekerjaan profesional yang membutuhkan kalibrasi bersertifikat, gunakan pengukur warna hardware (spektrofotometer atau kolorimeter) dan software kalibrasi khusus.',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 'paragraph',
|
|
253
|
+
html: '<strong>Praktik Terbaik:</strong><ul><li>Biarkan monitor Anda memanas selama 30 menit sebelum pengujian (pergeseran termal menjadi stabil)</li><li>Uji dalam kondisi pencahayaan sekitar yang konsisten</li><li>Hindari silau; gunakan tudung monitor jika memungkinkan</li><li>Ulangi pengujian setiap minggu untuk melacak pergeseran dari waktu ke waktu</li><li>Simpan arsip digital laporan untuk perbandingan di masa mendatang</li></ul>',
|
|
254
|
+
},
|
|
255
|
+
],
|
|
256
|
+
ui: {
|
|
257
|
+
badge: 'Kalibrasi Layar',
|
|
258
|
+
title: 'Spectrum Canvas: Tes Akurasi Warna',
|
|
259
|
+
description:
|
|
260
|
+
'Kalibrasi layar profesional bertemu dengan estetika sinematik. Uji sRGB dan DCI-P3, ukur akurasi Delta E, deteksi pergeseran warna, dan buat laporan visual yang mengubah data menjadi wawasan.',
|
|
261
|
+
btnStartCalibration: 'Mulai Kalibrasi',
|
|
262
|
+
btnFullscreen: 'Layar Penuh',
|
|
263
|
+
kbdFullscreen: 'F11',
|
|
264
|
+
kbdFullscreenLabel: 'Mode Layar Penuh',
|
|
265
|
+
kbdReset: 'R',
|
|
266
|
+
kbdResetLabel: 'Atur Ulang Tes',
|
|
267
|
+
kbdEsc: 'ESC',
|
|
268
|
+
kbdEscLabel: 'Keluar',
|
|
269
|
+
gamutSRGB: 'sRGB',
|
|
270
|
+
gamutDCIP3: 'DCI-P3',
|
|
271
|
+
gamutToggle: 'Ruang Warna',
|
|
272
|
+
hardwareName: 'Nama Hardware/Monitor',
|
|
273
|
+
hardwareNamePlaceholder: 'mis., MacBook Pro 16" M1 Max',
|
|
274
|
+
purityTest: 'Kemurnian Spektral',
|
|
275
|
+
gradientTest: 'Dinamika Gradien',
|
|
276
|
+
blackHoleTest: 'Deteksi Black Crush',
|
|
277
|
+
whitePointTest: 'Kalibrasi White Point',
|
|
278
|
+
colorCheckpoint: 'Color Checkpoint',
|
|
279
|
+
generateReport: 'Buat Laporan',
|
|
280
|
+
viewResults: 'Lihat Hasil',
|
|
281
|
+
btnExit: 'Keluar (ESC)',
|
|
282
|
+
compareSideBySide: 'Bandingkan Berdampingan',
|
|
283
|
+
},
|
|
284
|
+
};
|