@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 = 'color-accuracy-test';
|
|
7
|
+
const title = '색상 정확도 테스트: Spectrum Canvas';
|
|
8
|
+
const description =
|
|
9
|
+
'디스플레이를 정밀하게 교정하세요. sRGB 및 DCI-P3 색 영역을 테스트하고, 색상 편차를 감지하며, Delta E 지표로 정확도를 측정하고 전문적인 캘리브레이션 보고서를 생성합니다.';
|
|
10
|
+
|
|
11
|
+
const faqData = [
|
|
12
|
+
{
|
|
13
|
+
question: '색상 정확도란 무엇이며 왜 중요한가요?',
|
|
14
|
+
answer:
|
|
15
|
+
'색상 정확도는 디스플레이가 표준 참조와 비교하여 얼마나 충실하게 색상을 재현하는지를 측정합니다. 디자이너, 사진작가 및 콘텐츠 제작자에게 정확한 색상은 작업물이 다양한 기기에서 일관되게 보이도록 하는 데 필수적입니다.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'sRGB와 DCI-P3의 차이점은 무엇인가요?',
|
|
19
|
+
answer:
|
|
20
|
+
'sRGB는 웹 및 일반 소비자용 디스플레이의 표준 색 공간입니다. DCI-P3는 디지털 시네마 및 전문가용 디스플레이에서 사용되는 더 넓은 색 영역입니다. DCI-P3는 sRGB보다 약 25% 더 많은 색상을 표현할 수 있습니다.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Delta E란 무엇이며 어떻게 측정되나요?',
|
|
24
|
+
answer:
|
|
25
|
+
'Delta E(ΔE)는 사람의 눈으로 인지되는 색상 차이를 수치화한 것입니다. Delta E가 1 미만이면 인지할 수 없고, 2 미만이면 매우 우수하며, 4 미만이면 허용 가능한 수준이고, 4를 초과하면 차이가 두드러집니다. 본 테스트는 CIE 1976 Delta E 계산법을 사용합니다.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: '이 도구를 하드웨어 캘리브레이션에 사용할 수 있나요?',
|
|
29
|
+
answer:
|
|
30
|
+
'이 도구는 시각적 교정 참조 및 정확도 측정값을 제공합니다. 전문가 수준의 교정을 위해서는 이 결과값을 하드웨어 교정 도구(색채계) 및 ColorThink 또는 Datacolor SpyderCheckr와 같은 전용 소프트웨어와 병행하여 사용해야 합니다.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: '어떤 색 공간이 테스트되나요?',
|
|
34
|
+
answer:
|
|
35
|
+
'sRGB(표준), DCI-P3(시네마) 및 표준 광원 D65(6500K)와 D93(9300K)에 대한 화이트 포인트 정확도를 테스트합니다. 또한 감마 보정 확인 기능도 포함되어 있습니다.',
|
|
36
|
+
},
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howToData = [
|
|
40
|
+
{
|
|
41
|
+
name: '색 영역(Gamut) 선택',
|
|
42
|
+
text: 'sRGB(표준 웹/소비자용) 또는 DCI-P3(전문 시네마용) 중에서 선택하세요. 디스플레이의 테스트 팔레트가 선택에 따라 전환됩니다.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: '하드웨어 이름 입력(선택 사항)',
|
|
46
|
+
text: '모니터 또는 기기의 식별 이름(예: "MacBook Pro 16 M1")을 입력하세요. 보고서가 개인화됩니다.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: '전체 화면 모드 진입',
|
|
50
|
+
text: 'F11 키 또는 전체 화면 버튼을 눌러 브라우저 UI를 숨기고 정확한 테스트를 위한 최대 표시 영역을 확보하세요.',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: '색상 테스트 진행',
|
|
54
|
+
text: '스펙트럼 순도(단색), 그라데이션 다이내믹스(부드러운 계조), 블랙 크러시 감지(암부 디테일), 화이트 포인트 캘리브레이션 순으로 진행합니다.',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: '결과 확인 및 내보내기',
|
|
58
|
+
text: '3D 색 영역 시각화, Delta E 지표 및 교정 권장 사항이 포함된 시각적 보고서를 생성합니다. 보관을 위해 PDF로 내보낼 수 있습니다.',
|
|
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: 'ko',
|
|
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: '전문가용 색상 정확도 테스트: 디스플레이 정밀 교정',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'Spectrum Canvas는 색상이 중요한 작업을 수행하는 모든 사용자를 위해 설계된 전문가급 색상 정확도 테스트 도구입니다. 사진작가, 디자이너, 콘텐츠 제작자 또는 하드웨어 마니아라면 이 도구를 통해 <strong>색상 편차를 진단</strong>하고, <strong>디스플레이 정확도를 측정</strong>하며, <strong>교정 보고서를 생성</strong>할 수 있습니다.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: '색상 정확도가 중요한 이유',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: '색 재현율에서 단 1%의 차이가 "놀라운 결과"와 "어딘가 이상한 결과" 사이의 차이를 만들 수 있습니다. 전문가용 디스플레이는 <strong>Delta E < 2</strong> 이내의 정확도를 제공합니다. 일반 소비자용 디스플레이는 종종 Delta E 4-6 이상으로 틀어져 다음과 같은 문제를 일으킵니다.',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: '<ul><li>모니터에서는 생생해 보이던 사진이 인쇄물에서는 칙칙하게 보임</li><li>영상 편집 결과물이 클라이언트의 기대치와 일치하지 않음</li><li>웹 디자인 시안이 브랜드 가이드라인의 색상 규격과 맞지 않음</li><li>하드웨어 프로젝트에서 색상 표시등을 잘못 해석함</li></ul>',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: '색 공간 이해하기: sRGB vs DCI-P3',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'sRGB (표준 색 공간)',
|
|
135
|
+
level: 4,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'paragraph',
|
|
139
|
+
html: '1996년 Microsoft와 HP가 제정한 sRGB는 <strong>가전제품 및 웹의 범용 표준</strong>입니다. 세 가지 기본 색상(빨강: 0.6400x 0.3300, 초록: 0.3000 0.6000, 파랑: 0.1500 0.0600)으로 정의된 삼각형 모양의 색 영역을 사용합니다.',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>특징:</strong><ul><li>가시광선 스펙트럼의 약 35%를 커버</li><li>일반적인 실내 조명 환경에 최적화됨</li><li>감마: 2.2 (대부분의 소비자용 디스플레이와 일치)</li><li>적합한 용도: 웹, 소셜 미디어, 일반 사진</li></ul>',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'DCI-P3 (디지털 시네마 색 영역)',
|
|
148
|
+
level: 4,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'Digital Cinema Initiatives 컨소시엄에서 개발한 DCI-P3는 영화 투사 및 전문 디스플레이를 위해 설계된 <strong>시네마급 색 공간</strong>입니다. sRGB보다 약 25% 더 많은 색상을 포함합니다.',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: '<strong>특징:</strong><ul><li>가시광선 스펙트럼의 약 53%를 커버</li><li>어두운 영화관 환경에 최적화됨</li><li>감마: 2.6 (고대비에 맞춰 감마 보정됨)</li><li>적합한 용도: 영화 제작, 전문 사진, HDR 콘텐츠</li></ul>',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'title',
|
|
160
|
+
text: 'Delta E란? 색상 차이 수치화',
|
|
161
|
+
level: 3,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'paragraph',
|
|
165
|
+
html: 'Delta E(ΔE)는 CIE LAB 색 공간에서 <strong>사람이 인지할 수 있는 색상 차이 지표</strong>입니다. 디스플레이 출력이 표준 참조 색상에 얼마나 가까운지를 알려줍니다.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: '<strong>Delta E 스케일 (CIE 1976):</strong><ul><li>0–1: 사람의 눈으로 인지할 수 없음</li><li>1–2: 간신히 인지할 수 있는 수준</li><li>2–4: 인지할 수 있으나 일반적인 용도로는 허용 가능</li><li>4–6: 두드러지는 색상 편차</li><li>>6: 매우 명백한 차이</li></ul>',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: '전문가용 디스플레이는 가시 영역 전체에서 <strong>Delta E < 2</strong>를 유지하도록 교정됩니다. 일반 소비자용 디스플레이는 대개 Delta E 3-5 수준입니다.',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: 'Spectrum Canvas 테스트 제품군',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'title',
|
|
182
|
+
text: '스펙트럼 순도 테스트',
|
|
183
|
+
level: 4,
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'paragraph',
|
|
187
|
+
html: '순수한 기본 및 보조 색상(빨강, 초록, 파랑, 시안, 마젠타, 노랑)을 표시하고 모니터가 이를 어떻게 재현하는지 측정합니다. 색상 "플러딩" 애니메이션을 통해 화면 전체의 일관된 색상 재현력을 확인할 수 있습니다.',
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
type: 'title',
|
|
191
|
+
text: '그라데이션 다이내믹스',
|
|
192
|
+
level: 4,
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'paragraph',
|
|
196
|
+
html: '전체 색 공간을 전환하는 부드러운 그라데이션입니다. 부드러운 전환 대신 계단 현상이 보이는 <strong>밴딩 아티팩트</strong>가 있는지 확인하세요. 이는 색상 비트 깊이가 부족하거나 감마 보정이 잘못되었음을 나타냅니다.',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
type: 'title',
|
|
200
|
+
text: '블랙 크러시 감지 (블랙 홀 테스트)',
|
|
201
|
+
level: 4,
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
type: 'paragraph',
|
|
205
|
+
html: '거의 보이지 않는 블랙에 가까운 음영이 있는 순수 블랙(0,0,0) 배경입니다. 암부 디테일이 뭉쳐서(크러시) 보인다면 모니터가 어두운 톤의 정보를 잃고 있는 것입니다. 모바일 디스플레이와 저가형 패널에서 흔히 발생합니다.',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: '화이트 포인트 캘리브레이션',
|
|
210
|
+
level: 4,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'paragraph',
|
|
214
|
+
html: '다양한 상관 색온도(D65: 6500K = 주광, D93: 9300K = 스튜디오)를 테스트하여 색온도 드리프트나 열적 불안정성을 찾아냅니다.',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
type: 'title',
|
|
218
|
+
text: '결과 해석하기',
|
|
219
|
+
level: 3,
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
type: 'paragraph',
|
|
223
|
+
html: 'Spectrum Canvas는 다음을 포함하여 인쇄에 적합한 아름다운 시각적 보고서를 생성합니다.',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 'paragraph',
|
|
227
|
+
html: '<ul><li><strong>3D 색 영역 시각화:</strong> 디스플레이의 실제 색상 볼륨을 표준 참조와 비교하여 보여주는 회전 가능한 3D 플롯</li><li><strong>Delta E 히트맵:</strong> 스펙트럼의 어느 부분에서 색상이 틀어지는지 표시</li><li><strong>감마 곡선:</strong> 0–255 범위에서의 밝기 선형성 확인</li><li><strong>교정 점수:</strong> 종합적인 정확도를 바탕으로 부여되는 단일 "Spectrum Grade" (Elite, Cinematic, Studio, Standard)</li></ul>',
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
type: 'title',
|
|
231
|
+
text: '심화: 수동 교정 팁',
|
|
232
|
+
level: 3,
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
type: 'paragraph',
|
|
236
|
+
html: '결과에 편차가 있는 경우 모니터의 OSD(On-Screen Display) 메뉴에서 다음 설정을 조정해 보세요.',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'paragraph',
|
|
240
|
+
html: '<ul><li><strong>색온도:</strong> 색상이 너무 차갑거나 파랗게 보이면 "따뜻하게(Warmer)"로, 너무 따뜻하거나 노랗게 보이면 "차가운(Cooler)" 쪽으로 이동합니다.</li><li><strong>명암(Contrast):</strong> 검은색이 들떠 보이면 올리고, 디테일이 뭉쳐 보이면 내립니다.</li><li><strong>밝기(Brightness):</strong> 밝기 50%에서 색조가 없는 중립적인 회색이 되도록 조정합니다.</li><li><strong>채도(Saturation):</strong> 색상이 과도하게 진하면 낮추고, 칙칙해 보이면 높입니다.</li></ul>',
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'title',
|
|
244
|
+
text: '제한 사항 및 권장 사항',
|
|
245
|
+
level: 3,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
type: 'paragraph',
|
|
249
|
+
html: '<strong>본 도구는 시각적 및 통계적 참조 자료를 제공합니다.</strong> 인증된 교정이 필요한 전문 작업의 경우 하드웨어 색 측정기(분광 광도계 또는 색채계) 및 전용 교정 소프트웨어를 사용하십시오.',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 'paragraph',
|
|
253
|
+
html: '<strong>권장 사항:</strong><ul><li>테스트 전 30분 동안 모니터를 켜서 예열하십시오 (열적 드리프트 안정화).</li><li>일정한 주변 조명 환경에서 테스트하십시오.</li><li>빛 반사를 피하십시오. 가능한 경우 모니터 후드를 사용하십시오.</li><li>시간에 따른 변화를 추적하기 위해 매주 테스트를 반복하십시오.</li><li>나중에 비교할 수 있도록 보고서를 디지털 아카이브로 보관하십시오.</li></ul>',
|
|
254
|
+
},
|
|
255
|
+
],
|
|
256
|
+
ui: {
|
|
257
|
+
badge: '디스플레이 교정',
|
|
258
|
+
title: 'Spectrum Canvas: 색상 정확도 테스트',
|
|
259
|
+
description:
|
|
260
|
+
'전문적인 디스플레이 교정과 시네마틱 미학의 만남. sRGB 및 DCI-P3를 테스트하고, Delta E 정확도를 측정하며, 색상 편차를 감지하고 데이터를 인사이트로 바꿔주는 시각적 보고서를 생성합니다.',
|
|
261
|
+
btnStartCalibration: '교정 시작',
|
|
262
|
+
btnFullscreen: '전체 화면',
|
|
263
|
+
kbdFullscreen: 'F11',
|
|
264
|
+
kbdFullscreenLabel: '전체 화면 모드',
|
|
265
|
+
kbdReset: 'R',
|
|
266
|
+
kbdResetLabel: '테스트 초기화',
|
|
267
|
+
kbdEsc: 'ESC',
|
|
268
|
+
kbdEscLabel: '나가기',
|
|
269
|
+
gamutSRGB: 'sRGB',
|
|
270
|
+
gamutDCIP3: 'DCI-P3',
|
|
271
|
+
gamutToggle: '색 공간',
|
|
272
|
+
hardwareName: '하드웨어/모니터 이름',
|
|
273
|
+
hardwareNamePlaceholder: '예: MacBook Pro 16" M1 Max',
|
|
274
|
+
purityTest: '스펙트럼 순도',
|
|
275
|
+
gradientTest: '그라데이션 다이내믹스',
|
|
276
|
+
blackHoleTest: '블랙 크러시 감지',
|
|
277
|
+
whitePointTest: '화이트 포인트 캘리브레이션',
|
|
278
|
+
colorCheckpoint: '색상 체크포인트',
|
|
279
|
+
generateReport: '보고서 생성',
|
|
280
|
+
viewResults: '결과 보기',
|
|
281
|
+
btnExit: '나가기 (ESC)',
|
|
282
|
+
compareSideBySide: '나란히 비교',
|
|
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 = 'kleurnauwkeurigheid-test';
|
|
7
|
+
const title = 'Kleurnauwkeurigheidstest: Spectrum Canvas';
|
|
8
|
+
const description =
|
|
9
|
+
'Kalibreer uw display met precisie. Test sRGB- en DCI-P3-kleurruimten, detecteer kleurverschuivingen, meet de nauwkeurigheid met Delta E-metrieken en genereer professionele kalibratierapporten.';
|
|
10
|
+
|
|
11
|
+
const faqData = [
|
|
12
|
+
{
|
|
13
|
+
question: 'Wat is kleurnauwkeurigheid en waarom is het belangrijk?',
|
|
14
|
+
answer:
|
|
15
|
+
'Kleurnauwkeurigheid meet hoe getrouw een display kleuren reproduceert in vergelijking met een standaardreferentie. Voor ontwerpers, fotografen en contentmakers zijn nauwkeurige kleuren essentieel om ervoor te zorgen dat uw werk er consistent uitziet op verschillende apparaten.',
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
question: 'Wat is het verschil tussen sRGB en DCI-P3?',
|
|
19
|
+
answer:
|
|
20
|
+
'sRGB is de standaard kleurruimte voor het web en consumentendisplays. DCI-P3 is een breder kleurengamma dat wordt gebruikt in digitale cinema en professionele displays. DCI-P3 dekt ongeveer 25% meer kleuren dan sRGB.',
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
question: 'Wat is Delta E en hoe wordt het gemeten?',
|
|
24
|
+
answer:
|
|
25
|
+
'Delta E (ΔE) is een numerieke meting van het kleurverschil dat door het menselijk oog wordt waargenomen. Een Delta E onder de 1 is onwaarneembaar, onder de 2 is zeer goed, onder de 4 is acceptabel en boven de 4 wordt het merkbaar. Onze test maakt gebruik van CIE 1976 Delta E-berekeningen.',
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
question: 'Kan ik deze tool gebruiken om mijn hardware te kalibreren?',
|
|
29
|
+
answer:
|
|
30
|
+
'Deze tool biedt een visuele kalibratiereferentie en nauwkeurigheidsmetingen. Voor professionele kalibratie moet u deze resultaten combineren met hardwarematige kalibratietools (colorimeters) en speciale software zoals ColorThink of Datacolor SpyderCheckr.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
question: 'Welke kleurruimten worden getest?',
|
|
34
|
+
answer:
|
|
35
|
+
'We testen sRGB (standaard), DCI-P3 (cinema) en witpuntnauwkeurigheid via de standaard D65 (6500K) en D93 (9300K) lichtbronnen. De test omvat ook verificatie van gammakorrectie.',
|
|
36
|
+
},
|
|
37
|
+
];
|
|
38
|
+
|
|
39
|
+
const howToData = [
|
|
40
|
+
{
|
|
41
|
+
name: 'Selecteer uw Gamut',
|
|
42
|
+
text: 'Kies tussen sRGB (standaard web/consument) of DCI-P3 (professionele cinema). Uw display zal het testpalet dienovereenkomstig aanpassen.',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
name: 'Geef uw hardware een naam (optioneel)',
|
|
46
|
+
text: 'Voer een beschrijvende naam in voor uw monitor of apparaat (bijv. "MacBook Pro 16 M1"). Dit personaliseert uw rapport.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
name: 'Activeer de modus Volledig scherm',
|
|
50
|
+
text: 'Druk op F11 of de knop voor volledig scherm om de gebruikersinterface van de browser te verbergen en een maximaal weergaveoppervlak te garanderen voor nauwkeurige tests.',
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
name: 'Voltooi de kleurtests',
|
|
54
|
+
text: 'Doorloop de spectrale zuiverheid (effen kleuren), gradiëntdynamiek (vloeiende overgangen), black crush detectie (schaduwdetails) en witpuntkalibratie.',
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: 'Resultaten bekijken en exporteren',
|
|
58
|
+
text: 'Genereer een visueel rapport met 3D Gamut-visualisatie, Delta E-metrieken en kalibratie-aanbevelingen. Exporteer als PDF voor archivering.',
|
|
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: 'nl',
|
|
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: 'Professionele kleurnauwkeurigheidstest: kalibreer uw display met precisie',
|
|
108
|
+
level: 2,
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
type: 'paragraph',
|
|
112
|
+
html: 'De Spectrum Canvas is een professionele testtool voor kleurnauwkeurigheid, ontworpen voor iedereen die afhankelijk is van kleurkritisch werk. Of u nu fotograaf, ontwerper, contentmaker of hardware-enthousiasteling bent, deze tool helpt u bij het <strong>diagnosticeren van kleurverschuivingen</strong>, het <strong>meten van de weergavenauwkeurigheid</strong> en het <strong>genereren van kalibratierapporten</strong>.',
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
type: 'title',
|
|
116
|
+
text: 'Waarom kleurnauwkeurigheid belangrijk is',
|
|
117
|
+
level: 3,
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
type: 'paragraph',
|
|
121
|
+
html: 'Een verschil van slechts één procentpunt in kleurweergave kan het verschil betekenen tussen een "wauw"-moment en een "dat ziet er niet goed uit"-reactie. Professionele displays leveren een nauwkeurigheid binnen <strong>Delta E < 2</strong>. Consumentendisplays wijken vaak af naar Delta E 4-6+, wat de volgende problemen veroorzaakt:',
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'paragraph',
|
|
125
|
+
html: '<ul><li>Foto\'s die er levendig uitzien op uw monitor, maar flets in print</li><li>Videobewerkingen die niet overeenkomen met de verwachtingen van de klant</li><li>Webdesign-mockups die niet overeenkomen met de merkspecificaties</li><li>Hardwareprojecten waarbij kleurindicatoren verkeerd worden geïnterpreteerd</li></ul>',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'title',
|
|
129
|
+
text: 'Kleurruimten begrijpen: sRGB vs DCI-P3',
|
|
130
|
+
level: 3,
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
type: 'title',
|
|
134
|
+
text: 'sRGB (standaard kleurruimte)',
|
|
135
|
+
level: 4,
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
type: 'paragraph',
|
|
139
|
+
html: 'sRGB is in 1996 opgericht door Microsoft en HP en is de <strong>universele standaard voor consumentenelektronica</strong> en het web. Het maakt gebruik van een driehoekig kleurengamma dat wordt gedefinieerd door drie primaire kleuren (Rood: 0,6400x 0,3300, Groen: 0,3000 0,6000, Blauw: 0,1500 0,0600).',
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
type: 'paragraph',
|
|
143
|
+
html: '<strong>Kenmerken:</strong><ul><li>Dekt ~35% van het zichtbare kleurenspectrum</li><li>Geoptimaliseerd voor typische omgevingslichtomstandigheden</li><li>Gamma: 2,2 (komt overeen met de meeste consumentendisplays)</li><li>Geschikt voor: web, sociale media, consumentenfoto\'s</li></ul>',
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'title',
|
|
147
|
+
text: 'DCI-P3 (Digital Cinema Gamut)',
|
|
148
|
+
level: 4,
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
type: 'paragraph',
|
|
152
|
+
html: 'DCI-P3 is ontwikkeld door het Digital Cinema Initiatives-consortium en is een <strong>kleurruimte van bioscoopkwaliteit</strong>, ontworpen voor theaterprojectie en professionele displays. Het omvat ~25% meer kleuren dan sRGB.',
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
type: 'paragraph',
|
|
156
|
+
html: '<strong>Kenmerken:</strong><ul><li>Dekt ~53% van het zichtbare kleurenspectrum</li><li>Geoptimaliseerd voor donkere bioscoopomgevingen</li><li>Gamma: 2,6 (gammakorrectie voor hoog contrast)</li><li>Geschikt voor: filmmaken, professionele fotografie, HDR-content</li></ul>',
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
type: 'title',
|
|
160
|
+
text: 'Wat is Delta E? Het kwantificeren van kleurverschil',
|
|
161
|
+
level: 3,
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'paragraph',
|
|
165
|
+
html: 'Delta E (ΔE) is de <strong>metriek voor menselijk waarneembaar kleurverschil</strong> in de CIE LAB-kleurruimte. Het vertelt u hoe dicht de output van uw display bij een standaard referentiekleur ligt.',
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
type: 'paragraph',
|
|
169
|
+
html: '<strong>Delta E-schaal (CIE 1976):</strong><ul><li>0–1: Onwaarneembaar voor het menselijk oog</li><li>1–2: Nauwelijks waarneembaar</li><li>2–4: Waarneembaar maar acceptabel voor algemeen gebruik</li><li>4–6: Merkbare kleurverschuiving</li><li>>6: Zeer duidelijk verschil</li></ul>',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'paragraph',
|
|
173
|
+
html: 'Professionele displays zijn gekalibreerd om een <strong>Delta E < 2</strong> te behouden over het hele zichtbare gamma. Consumentendisplays behalen doorgaans een Delta E van 3-5.',
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
type: 'title',
|
|
177
|
+
text: 'De Spectrum Canvas Test-suite',
|
|
178
|
+
level: 3,
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
type: 'title',
|
|
182
|
+
text: 'Spectrale zuiverheidstest',
|
|
183
|
+
level: 4,
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
type: 'paragraph',
|
|
187
|
+
html: 'Toont pure primaire en secundaire kleuren (Rood, Groen, Blauw, Cyaan, Magenta, Geel) en meet hoe uw monitor deze reproduceert. Kleuranimaties onthullen een consistente kleurreproductie over het volledige scherm.',
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
type: 'title',
|
|
191
|
+
text: 'Gradiëntdynamiek',
|
|
192
|
+
level: 4,
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
type: 'paragraph',
|
|
196
|
+
html: 'Vloeiende gradiënten die door de hele kleurruimte overgaan. Let op <strong>banding-artefacten</strong> (zichtbare stappen in plaats van vloeiende overgangen), die wijzen op onvoldoende kleurbitdiepte of een slechte gammakorrectie.',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
type: 'title',
|
|
200
|
+
text: 'Black Crush Detectie (Black Hole Test)',
|
|
201
|
+
level: 4,
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
type: 'paragraph',
|
|
205
|
+
html: 'Zuivere zwarte (0,0,0) achtergrond met nauwelijks zichtbare bijna-zwarte tinten. Als schaduwdetails "samendrukken", verliest uw monitor informatie in donkere tonen — een veelvoorkomend probleem bij mobiele displays en goedkope panelen.',
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
type: 'title',
|
|
209
|
+
text: 'Witpuntkalibratie',
|
|
210
|
+
level: 4,
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
type: 'paragraph',
|
|
214
|
+
html: 'Test verschillende gecorreleerde kleurtemperaturen (D65 bij 6500K = daglicht, D93 bij 9300K = studio), waardoor eventuele kleurtemperatuurdrift of thermische instabiliteit aan het licht komt.',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
type: 'title',
|
|
218
|
+
text: 'Uw resultaten interpreteren',
|
|
219
|
+
level: 3,
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
type: 'paragraph',
|
|
223
|
+
html: 'De Spectrum Canvas genereert een prachtig, printvriendelijk rapport met:',
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
type: 'paragraph',
|
|
227
|
+
html: '<ul><li><strong>3D Gamut-visualisatie:</strong> Een roterende 3D-plot die het werkelijke kleurvolume van uw display toont ten opzichte van de referentiestandaard</li><li><strong>Delta E Heatmap:</strong> Waar in het spectrum uw display afwijkt</li><li><strong>Gammacurve:</strong> Helderheidslineariteit over het bereik van 0–255</li><li><strong>Kalibratiescore:</strong> Een enkele "Spectrum Grade" (Elite, Cinematic, Studio, Standard) gebaseerd op de algehele nauwkeurigheid</li></ul>',
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
type: 'title',
|
|
231
|
+
text: 'Geavanceerd: Tips voor handmatige kalibratie',
|
|
232
|
+
level: 3,
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
type: 'paragraph',
|
|
236
|
+
html: 'Als uw resultaten afwijkingen vertonen, probeer dan deze aanpassingen in het OSD-menu (On-Screen Display) van uw monitor:',
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
type: 'paragraph',
|
|
240
|
+
html: '<ul><li><strong>Kleurtemperatuur:</strong> Verschuif naar "Warmer" als kleuren te koel/blauw lijken; naar "Koeler" als ze te warm/geel lijken</li><li><strong>Contrast:</strong> Verhoog als zwarttinten flets lijken; verlaag als details samengedrukt worden</li><li><strong>Helderheid:</strong> Pas aan om een neutraal grijs zonder kleurtint te bereiken bij 50% helderheid</li><li><strong>Verzadiging:</strong> Als kleuren oververzadigd zijn, verlaag dan; als ze dof lijken, verhoog dan</li></ul>',
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
type: 'title',
|
|
244
|
+
text: 'Beperkingen en best practices',
|
|
245
|
+
level: 3,
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
type: 'paragraph',
|
|
249
|
+
html: '<strong>Deze tool biedt visuele en statistische referentie</strong>. Gebruik voor professioneel werk dat gecertificeerde kalibratie vereist hardwarematige kleurmeters (spectrofotometer of colorimeter) en speciale kalibratiesoftware.',
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
type: 'paragraph',
|
|
253
|
+
html: '<strong>Best practices:</strong><ul><li>Laat uw monitor 30 minuten opwarmen voordat u gaat testen (thermische drift stabiliseert)</li><li>Test onder consistente omgevingslichtomstandigheden</li><li>Vermijd schittering; gebruik indien mogelijk een monitorkap</li><li>Herhaal tests wekelijks om de afwijking in de loop van de tijd te volgen</li><li>Houd een digitaal archief van rapporten bij voor toekomstige vergelijking</li></ul>',
|
|
254
|
+
},
|
|
255
|
+
],
|
|
256
|
+
ui: {
|
|
257
|
+
badge: 'Display Kalibratie',
|
|
258
|
+
title: 'Spectrum Canvas: Kleurnauwkeurigheidstest',
|
|
259
|
+
description:
|
|
260
|
+
'Professionele displaykalibratie ontmoet bioscoopesthetiek. Test sRGB en DCI-P3, meet Delta E-nauwkeurigheid, detecteer kleurverschuivingen en genereer een visueel rapport dat data in inzicht verandert.',
|
|
261
|
+
btnStartCalibration: 'Start kalibratie',
|
|
262
|
+
btnFullscreen: 'Volledig scherm',
|
|
263
|
+
kbdFullscreen: 'F11',
|
|
264
|
+
kbdFullscreenLabel: 'Modus Volledig scherm',
|
|
265
|
+
kbdReset: 'R',
|
|
266
|
+
kbdResetLabel: 'Test resetten',
|
|
267
|
+
kbdEsc: 'ESC',
|
|
268
|
+
kbdEscLabel: 'Afsluiten',
|
|
269
|
+
gamutSRGB: 'sRGB',
|
|
270
|
+
gamutDCIP3: 'DCI-P3',
|
|
271
|
+
gamutToggle: 'Kleurruimte',
|
|
272
|
+
hardwareName: 'Naam hardware/monitor',
|
|
273
|
+
hardwareNamePlaceholder: 'bijv. MacBook Pro 16" M1 Max',
|
|
274
|
+
purityTest: 'Spectrale zuiverheid',
|
|
275
|
+
gradientTest: 'Gradiëntdynamiek',
|
|
276
|
+
blackHoleTest: 'Black Crush Detectie',
|
|
277
|
+
whitePointTest: 'Witpuntkalibratie',
|
|
278
|
+
colorCheckpoint: 'Kleurcontrolepunt',
|
|
279
|
+
generateReport: 'Rapport genereren',
|
|
280
|
+
viewResults: 'Resultaten bekijken',
|
|
281
|
+
btnExit: 'Afsluiten (ESC)',
|
|
282
|
+
compareSideBySide: 'Naast elkaar vergelijken',
|
|
283
|
+
},
|
|
284
|
+
};
|