@jjlmoya/utils-audiovisual 1.7.0 → 1.8.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 +2 -1
- package/src/category/i18n/de.ts +198 -0
- package/src/category/i18n/id.ts +198 -0
- package/src/category/i18n/it.ts +198 -0
- package/src/category/i18n/ja.ts +198 -0
- package/src/category/i18n/ko.ts +198 -0
- package/src/category/i18n/nl.ts +198 -0
- package/src/category/i18n/pl.ts +198 -0
- package/src/category/i18n/pt.ts +198 -0
- package/src/category/i18n/ru.ts +198 -0
- package/src/category/i18n/sv.ts +198 -0
- package/src/category/i18n/tr.ts +198 -0
- package/src/category/i18n/zh.ts +198 -0
- package/src/category/index.ts +31 -3
- package/src/tests/i18n_coverage.test.ts +36 -0
- package/src/tool/chromaticLens/i18n/de.ts +246 -0
- package/src/tool/chromaticLens/i18n/id.ts +246 -0
- package/src/tool/chromaticLens/i18n/it.ts +246 -0
- package/src/tool/chromaticLens/i18n/ja.ts +246 -0
- package/src/tool/chromaticLens/i18n/ko.ts +246 -0
- package/src/tool/chromaticLens/i18n/nl.ts +246 -0
- package/src/tool/chromaticLens/i18n/pl.ts +246 -0
- package/src/tool/chromaticLens/i18n/pt.ts +246 -0
- package/src/tool/chromaticLens/i18n/ru.ts +246 -0
- package/src/tool/chromaticLens/i18n/sv.ts +246 -0
- package/src/tool/chromaticLens/i18n/tr.ts +246 -0
- package/src/tool/chromaticLens/i18n/zh.ts +246 -0
- package/src/tool/chromaticLens/index.ts +15 -7
- package/src/tool/collageMaker/i18n/de.ts +233 -0
- package/src/tool/collageMaker/i18n/id.ts +233 -0
- package/src/tool/collageMaker/i18n/it.ts +233 -0
- package/src/tool/collageMaker/i18n/ja.ts +233 -0
- package/src/tool/collageMaker/i18n/ko.ts +233 -0
- package/src/tool/collageMaker/i18n/nl.ts +233 -0
- package/src/tool/collageMaker/i18n/pl.ts +233 -0
- package/src/tool/collageMaker/i18n/pt.ts +233 -0
- package/src/tool/collageMaker/i18n/ru.ts +233 -0
- package/src/tool/collageMaker/i18n/sv.ts +233 -0
- package/src/tool/collageMaker/i18n/tr.ts +233 -0
- package/src/tool/collageMaker/i18n/zh.ts +233 -0
- package/src/tool/collageMaker/index.ts +15 -6
- package/src/tool/exifCleaner/i18n/de.ts +277 -0
- package/src/tool/exifCleaner/i18n/fr.ts +1 -1
- package/src/tool/exifCleaner/i18n/id.ts +277 -0
- package/src/tool/exifCleaner/i18n/it.ts +277 -0
- package/src/tool/exifCleaner/i18n/ja.ts +277 -0
- package/src/tool/exifCleaner/i18n/ko.ts +277 -0
- package/src/tool/exifCleaner/i18n/nl.ts +277 -0
- package/src/tool/exifCleaner/i18n/pl.ts +277 -0
- package/src/tool/exifCleaner/i18n/pt.ts +277 -0
- package/src/tool/exifCleaner/i18n/ru.ts +277 -0
- package/src/tool/exifCleaner/i18n/sv.ts +277 -0
- package/src/tool/exifCleaner/i18n/tr.ts +277 -0
- package/src/tool/exifCleaner/i18n/zh.ts +277 -0
- package/src/tool/exifCleaner/index.ts +16 -8
- package/src/tool/imageCompressor/i18n/de.ts +242 -0
- package/src/tool/imageCompressor/i18n/en.ts +1 -1
- package/src/tool/imageCompressor/i18n/es.ts +1 -1
- package/src/tool/imageCompressor/i18n/id.ts +242 -0
- package/src/tool/imageCompressor/i18n/it.ts +242 -0
- package/src/tool/imageCompressor/i18n/ja.ts +242 -0
- package/src/tool/imageCompressor/i18n/ko.ts +242 -0
- package/src/tool/imageCompressor/i18n/nl.ts +242 -0
- package/src/tool/imageCompressor/i18n/pl.ts +242 -0
- package/src/tool/imageCompressor/i18n/pt.ts +242 -0
- package/src/tool/imageCompressor/i18n/ru.ts +242 -0
- package/src/tool/imageCompressor/i18n/sv.ts +242 -0
- package/src/tool/imageCompressor/i18n/tr.ts +242 -0
- package/src/tool/imageCompressor/i18n/zh.ts +244 -0
- package/src/tool/imageCompressor/index.ts +15 -7
- package/src/tool/printQualityCalculator/i18n/de.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/fr.ts +1 -1
- package/src/tool/printQualityCalculator/i18n/id.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/it.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/ja.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/ko.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/nl.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/pl.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/pt.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/ru.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/sv.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/tr.ts +261 -0
- package/src/tool/printQualityCalculator/i18n/zh.ts +261 -0
- package/src/tool/printQualityCalculator/index.ts +15 -7
- package/src/tool/privacyBlur/i18n/de.ts +238 -0
- package/src/tool/privacyBlur/i18n/id.ts +238 -0
- package/src/tool/privacyBlur/i18n/it.ts +238 -0
- package/src/tool/privacyBlur/i18n/ja.ts +238 -0
- package/src/tool/privacyBlur/i18n/ko.ts +238 -0
- package/src/tool/privacyBlur/i18n/nl.ts +238 -0
- package/src/tool/privacyBlur/i18n/pl.ts +238 -0
- package/src/tool/privacyBlur/i18n/pt.ts +238 -0
- package/src/tool/privacyBlur/i18n/ru.ts +238 -0
- package/src/tool/privacyBlur/i18n/sv.ts +238 -0
- package/src/tool/privacyBlur/i18n/tr.ts +238 -0
- package/src/tool/privacyBlur/i18n/zh.ts +238 -0
- package/src/tool/privacyBlur/index.ts +15 -7
- package/src/tool/subtitleSync/i18n/de.ts +241 -0
- package/src/tool/subtitleSync/i18n/fr.ts +5 -5
- package/src/tool/subtitleSync/i18n/id.ts +241 -0
- package/src/tool/subtitleSync/i18n/it.ts +241 -0
- package/src/tool/subtitleSync/i18n/ja.ts +241 -0
- package/src/tool/subtitleSync/i18n/ko.ts +241 -0
- package/src/tool/subtitleSync/i18n/nl.ts +241 -0
- package/src/tool/subtitleSync/i18n/pl.ts +241 -0
- package/src/tool/subtitleSync/i18n/pt.ts +241 -0
- package/src/tool/subtitleSync/i18n/ru.ts +241 -0
- package/src/tool/subtitleSync/i18n/sv.ts +241 -0
- package/src/tool/subtitleSync/i18n/tr.ts +241 -0
- package/src/tool/subtitleSync/i18n/zh.ts +241 -0
- package/src/tool/subtitleSync/index.ts +15 -7
- package/src/tool/timelapseCalculator/i18n/de.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/fr.ts +2 -2
- package/src/tool/timelapseCalculator/i18n/id.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/it.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/ja.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/ko.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/nl.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/pl.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/pt.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/ru.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/sv.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/tr.ts +169 -0
- package/src/tool/timelapseCalculator/i18n/zh.ts +169 -0
- package/src/tool/timelapseCalculator/index.ts +16 -8
- package/src/tool/tvDistance/i18n/de.ts +223 -0
- package/src/tool/tvDistance/i18n/id.ts +223 -0
- package/src/tool/tvDistance/i18n/it.ts +223 -0
- package/src/tool/tvDistance/i18n/ja.ts +223 -0
- package/src/tool/tvDistance/i18n/ko.ts +223 -0
- package/src/tool/tvDistance/i18n/nl.ts +223 -0
- package/src/tool/tvDistance/i18n/pl.ts +223 -0
- package/src/tool/tvDistance/i18n/pt.ts +223 -0
- package/src/tool/tvDistance/i18n/ru.ts +223 -0
- package/src/tool/tvDistance/i18n/sv.ts +223 -0
- package/src/tool/tvDistance/i18n/tr.ts +223 -0
- package/src/tool/tvDistance/i18n/zh.ts +223 -0
- package/src/tool/tvDistance/index.ts +15 -7
- package/src/tool/videoFrameExtractor/i18n/de.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/id.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/it.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/ja.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/ko.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/nl.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/pl.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/pt.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/ru.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/sv.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/tr.ts +235 -0
- package/src/tool/videoFrameExtractor/i18n/zh.ts +235 -0
- package/src/tool/videoFrameExtractor/index.ts +16 -8
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { PrintQualityCalculatorUI, PrintQualityCalculatorLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'calcolatore-qualita-stampa-pixel-cm-dpi';
|
|
5
|
+
const title = 'Calcolatore Qualità di Stampa: Pixel in CM e DPI';
|
|
6
|
+
const description = 'Calcola la dimensione massima di stampa delle tue foto in base alla loro risoluzione. Converti i pixel in centimetri e pollici per garantire una stampa professionale.';
|
|
7
|
+
|
|
8
|
+
const ui: PrintQualityCalculatorUI = {
|
|
9
|
+
dropTitle: "Analizza Risoluzione",
|
|
10
|
+
dropSubtitle: "Trascina la tua immagine per calcolare la sua dimensione di stampa.",
|
|
11
|
+
resultsTitle: "Specifiche del File",
|
|
12
|
+
dpiDensityLabel: "Densità di Stampa Desiderata (DPI)",
|
|
13
|
+
dpiPointsLabel: "punti per pollice",
|
|
14
|
+
maxPrintTitle: "Dimensione Massima di Stampa",
|
|
15
|
+
standardFormatsTitle: "Formati Standard Supportati",
|
|
16
|
+
formatColumn: "Formato",
|
|
17
|
+
measureColumn: "Misure",
|
|
18
|
+
supportColumn: "Supportato?",
|
|
19
|
+
qualityExcellent: "Qualità Eccellente",
|
|
20
|
+
qualityGood: "Buona Qualità",
|
|
21
|
+
qualityFair: "Qualità Schermo",
|
|
22
|
+
qualityPoor: "Non Adatto",
|
|
23
|
+
qualityExcellentDesc: "Ideale per riviste d\'arte, libri fotografici e visione ravvicinata.",
|
|
24
|
+
qualityGoodDesc: "Sufficiente per poster e visione a media distanza.",
|
|
25
|
+
qualityFairDesc: "Adatto per la visione digitale o cartelloni distanti.",
|
|
26
|
+
qualityPoorDesc: "L\'immagine apparirà sgranata. La stampa non è raccomandata.",
|
|
27
|
+
unitCm: "cm",
|
|
28
|
+
unitInches: "in",
|
|
29
|
+
dpiScreenLabel: "Schermo",
|
|
30
|
+
dpiNewspaperLabel: "Quotidiano",
|
|
31
|
+
dpiPrintLabel: "Stampa",
|
|
32
|
+
dpiFineArtLabel: "Fine Art",
|
|
33
|
+
formatPostal: "Cartolina",
|
|
34
|
+
formatQuartilla: "Quartino",
|
|
35
|
+
formatFolio: "Folio",
|
|
36
|
+
formatDoubleFolio: "Doppio Folio",
|
|
37
|
+
formatSmallPoster: "Poster Piccolo",
|
|
38
|
+
formatLargePoster: "Poster Grande",
|
|
39
|
+
formatPlane: "Planimetria",
|
|
40
|
+
supportedText: "Sì (Coperto)",
|
|
41
|
+
notSupportedPrefix: "No (",
|
|
42
|
+
invalidImageError: "Seleziona un\'immagine valida",
|
|
43
|
+
faqTitle: "Domande Frequenti",
|
|
44
|
+
bibliographyTitle: "Riferimenti"
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const faq: PrintQualityCalculatorLocaleContent['faq'] = [
|
|
48
|
+
{
|
|
49
|
+
question: "Cosa sono i DPI e perché sono importanti?",
|
|
50
|
+
answer: "I DPI (Dots Per Inch) indicano quanti punti di inchiostro la stampante metterà in un pollice lineare. Più alti sono i DPI, più nitida sarà l\'immagine, ma minore sarà la dimensione fisica totale coperta dai tuoi pixel.",
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
question: "Qual è il DPI ideale per stampare una foto?",
|
|
54
|
+
answer: "Lo standard industriale è di 300 DPI per un\'eccellente qualità fotografica. Per stampe di grande formato che saranno viste da lontano, possono bastare 150 DPI.",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
question: "Posso aumentare i DPI della mia immagine senza perdere qualità?",
|
|
58
|
+
answer: "No. Aumentare i DPI senza cambiare i pixel riduce semplicemente la dimensione della stampa. Se si \"inventano\" pixel tramite software (upscaling), l\'immagine potrebbe apparire sfocata.",
|
|
59
|
+
},
|
|
60
|
+
];
|
|
61
|
+
|
|
62
|
+
const howTo: PrintQualityCalculatorLocaleContent['howTo'] = [
|
|
63
|
+
{
|
|
64
|
+
name: "Carica la tua immagine",
|
|
65
|
+
text: "Carica la fotografia che desideri stampare per conoscere le sue dimensioni in pixel.",
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
name: "Regola i DPI",
|
|
69
|
+
text: "Sposta la barra per vedere come cambia la dimensione finale in base alla densità di punti (da 72 a 600 DPI).",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "Verifica il formato",
|
|
73
|
+
text: "Controlla la tabella dei formati standard (A4, A3, ecc.) per vedere se la tua risoluzione copre la carta desiderata.",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
name: "Conferma la qualità",
|
|
77
|
+
text: "Assicurati che l\'indicatore segni \"Qualità Eccellente\" prima di inviare alla stampa.",
|
|
78
|
+
},
|
|
79
|
+
];
|
|
80
|
+
|
|
81
|
+
const bibliography: PrintQualityCalculatorLocaleContent['bibliography'] = [
|
|
82
|
+
{
|
|
83
|
+
name: "Formati di carta internazionali (ISO 216)",
|
|
84
|
+
url: "https://www.iso.org/standard/36631.html",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: "Guida alla risoluzione dell'immagine - Adobe",
|
|
88
|
+
url: "https://www.adobe.com/it/creativecloud/photography/discover/image-resolution.html",
|
|
89
|
+
},
|
|
90
|
+
];
|
|
91
|
+
|
|
92
|
+
const seo: PrintQualityCalculatorLocaleContent['seo'] = [
|
|
93
|
+
{
|
|
94
|
+
type: 'summary',
|
|
95
|
+
title: 'Calcolo Professionale Risoluzione Stampa',
|
|
96
|
+
items: [
|
|
97
|
+
'Converti accuratamente i pixel in centimetri e pollici',
|
|
98
|
+
'Calcola la dimensione massima in base ai DPI desiderati',
|
|
99
|
+
'Compatibilità con formati standard (A4, A3, ecc.)',
|
|
100
|
+
'Guida ai 4 livelli di qualità: da Eccellente a Non Adatto'
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{ type: 'title', text: 'Guida Definitiva alla Qualità di Stampa e DPI', level: 2 },
|
|
104
|
+
{ type: 'paragraph', html: 'Hai mai stampato una foto ottenendo un risultato sfocato o sgranato? Il segreto risiede nella relazione matematica tra <strong>Pixel</strong> e <strong>DPI</strong> (Dots Per Inch). Questo strumento calcola l\'esatta dimensione massima a cui puoi stampare le tue immagini senza perdere la qualità professionale.' },
|
|
105
|
+
|
|
106
|
+
{ type: 'stats', items: [
|
|
107
|
+
{ value: '300', label: 'DPI Standard Professionale', icon: 'mdi:target' },
|
|
108
|
+
{ value: '100%', label: 'Calcoli Precisi', icon: 'mdi:check' },
|
|
109
|
+
{ value: 'ISO 216', label: 'Formati Supportati', icon: 'mdi:file-document' }
|
|
110
|
+
], columns: 3 },
|
|
111
|
+
|
|
112
|
+
{ type: 'title', text: 'Capire i DPI: Pixel vs Punti', level: 3 },
|
|
113
|
+
{ type: 'paragraph', html: 'La confusione comune è pensare che DPI e pixel siano la stessa cosa. Non lo sono. I pixel sono NEL tuo file digitale. I DPI indicano come la stampante li converte in inchiostro sulla carta.' },
|
|
114
|
+
{ type: 'list', items: [
|
|
115
|
+
'<strong>DPI (Dots Per Inch):</strong> Quanti punti di inchiostro la stampante posiziona in un pollice lineare (2,54 cm).',
|
|
116
|
+
'<strong>Pixel:</strong> Piccoli quadrati di dati nel tuo file digitale. Una foto da 3000x2000 pixel ha informazioni costanti, indipendentemente dai DPI.',
|
|
117
|
+
'<strong>La Formula:</strong> Dimensione di stampa (pollici) = Pixel / DPI. Esempio: 3000 pixel / 300 DPI = 10 pollici (25,4 cm)'
|
|
118
|
+
], icon: 'mdi:check' },
|
|
119
|
+
|
|
120
|
+
{ type: 'title', text: 'Spiegazione dei Livelli di Qualità DPI', level: 3 },
|
|
121
|
+
{ type: 'table', headers: ['DPI', 'Qualità Visiva', 'Casi d\'Uso', 'Distanza di Visione'], rows: [
|
|
122
|
+
['600+ DPI', 'Eccellente (Perfetto)', 'Libri d\'arte, riviste di lusso, fotografia fine art', 'Meno di 10 cm'],
|
|
123
|
+
['300-400 DPI', 'Eccellente (Professionale)', 'Fotografia, libri, cataloghi aziendali', '20-30 cm (mano)'],
|
|
124
|
+
['150-200 DPI', 'Buona (Stampa Web)', 'Poster, calendari, visione media', '1-2 metri'],
|
|
125
|
+
['72-100 DPI', 'Schermo (Accettabile)', 'Cartelloni, banner distanti', '5+ metri'],
|
|
126
|
+
['10-30 DPI', 'Bassa (Non Adatto)', 'Cartelloni giganti, visione estremamente distante', '50+ metri']
|
|
127
|
+
] },
|
|
128
|
+
|
|
129
|
+
{ type: 'card', title: 'La Regola d\'Oro dei 300 DPI', html: 'Per la stampa fotografica ed editoriale professionale, lo standard industriale è <strong>300 DPI</strong>. Questo garantisce che l\'occhio umano a distanza normale (20-30 cm) non percepisca i singoli punti di inchiostro. Con meno di 300 DPI, la griglia dei pixel diventa visibile.' },
|
|
130
|
+
|
|
131
|
+
{ type: 'comparative', items: [
|
|
132
|
+
{
|
|
133
|
+
title: 'Fotografia da Mano (Foto 10x15)',
|
|
134
|
+
description: '300 DPI obbligatori - visione ravvicinata',
|
|
135
|
+
icon: 'mdi:image',
|
|
136
|
+
points: [
|
|
137
|
+
'A 3000x2000 pixel = massimo 10x6,7 pollici',
|
|
138
|
+
'Qualità Eccellente garantita',
|
|
139
|
+
'Standard per album e regali'
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: 'Poster da Parete A3 (30x42 cm)',
|
|
144
|
+
description: '150 DPI sufficienti - visione a distanza',
|
|
145
|
+
icon: 'mdi:wall-fire',
|
|
146
|
+
points: [
|
|
147
|
+
'Visione da 1-2 metri',
|
|
148
|
+
'Meno pixel necessari',
|
|
149
|
+
'Risparmia sulla qualità della camera'
|
|
150
|
+
],
|
|
151
|
+
highlight: true
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
title: 'Cartellone Pubblicitario (200x300 cm)',
|
|
155
|
+
description: '15-30 DPI - visione da molti metri',
|
|
156
|
+
icon: 'mdi:sign',
|
|
157
|
+
points: [
|
|
158
|
+
'Osservato a oltre 20 metri di distanza',
|
|
159
|
+
'Anche la bassa risoluzione appare bene',
|
|
160
|
+
'Ottimizza i file grandi'
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
], columns: 3 },
|
|
164
|
+
|
|
165
|
+
{ type: 'title', text: 'Preparazione dei File per la Stampa Professionale', level: 3 },
|
|
166
|
+
{ type: 'proscons', items: [
|
|
167
|
+
{
|
|
168
|
+
pro: 'CMYK vs RGB: Le stampanti usano l\'inchiostro (CMYK), gli schermi usano la luce (RGB). Converti per evitare sorprese di colore.',
|
|
169
|
+
con: 'I colori possono cambiare durante la conversione - controlla prima l\'anteprima'
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
pro: 'Abbondanza: Aggiungi 3mm extra per lato se l\'immagine deve raggiungere il bordo della carta',
|
|
173
|
+
con: 'Senza abbondanza, i bordi tagliati potrebbero rimanere bianchi'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
pro: 'L\'upscaling NON funziona: Aumentare i pixel in Photoshop aggiunge informazioni false (sfocatura)',
|
|
177
|
+
con: 'Se desideri stampare in grande, hai bisogno della foto originale ad alta risoluzione'
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
pro: 'Formati: TIFF senza compressione o JPEG di alta qualità per le foto; vettoriale (AI, EPS) per i loghi',
|
|
181
|
+
con: 'Il PNG non supporta nativamente il CMYK nella maggior parte delle tipografie'
|
|
182
|
+
}
|
|
183
|
+
], proTitle: 'Raccomandazioni', conTitle: 'Controindicazioni' },
|
|
184
|
+
|
|
185
|
+
{ type: 'diagnostic', variant: 'warning', title: 'Errore Comune: Il Mito dell\'Upscaling', icon: 'mdi:alert', badge: 'Critico', html: '<strong>NON aumentare i DPI in Photoshop senza cambiare i pixel.</strong> Passare da 72 DPI a 300 DPI riduce semplicemente la dimensione fisica della stampa. Se si \"aggiungono pixel\" tramite interpolazione (upscaling), l\'immagine apparirà sfocata. Hai bisogno dei pixel REALI dalla sorgente.' },
|
|
186
|
+
|
|
187
|
+
{ type: 'glossary', items: [
|
|
188
|
+
{
|
|
189
|
+
term: 'DPI (Dots Per Inch)',
|
|
190
|
+
definition: 'Misura della risoluzione di stampa: quanti punti di inchiostro per pollice lineare (2,54 cm). 300 DPI = 300x300 = 90.000 punti per pollice quadrato.'
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
term: 'CMYK',
|
|
194
|
+
definition: 'Spazio colore di stampa: Ciano, Magenta, Giallo, Nero (Key black). Basato sull\'inchiostro sottrattivo. Diverso dall\'RGB (luce additiva degli schermi).'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
term: 'Abbondanza (Bleed)',
|
|
198
|
+
definition: 'Area extra (tipicamente 3mm) che viene stampata e poi tagliata. Garantisce che l\'immagine arrivi al bordo senza lasciare margini bianchi.'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
term: 'Risoluzione Nativa',
|
|
202
|
+
definition: 'Pixel REALI catturati dalla fotocamera, senza manipolazione. Aumentare i DPI senza cambiare i pixel non genera \"risoluzione nativa\".'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
term: 'Interpolazione (Upscaling)',
|
|
206
|
+
definition: 'Algoritmo che inventa nuovi pixel basandosi su quelli esistenti. Utile per piccoli aumenti, ma perde nitidezza nei grandi ingrandimenti.'
|
|
207
|
+
}
|
|
208
|
+
] },
|
|
209
|
+
|
|
210
|
+
{ type: 'message', title: 'Precisione Tecnica per Risultati Professionali', ariaLabel: 'Informazioni sui calcoli di stampa', html: 'Il nostro calcolatore converte i pixel in centimetri considerando gli standard internazionali (ISO 216 per la carta). Non è solo un calcolatore: è il tuo validatore per capire se quella foto è adatta a quella dimensione di stampa mantenendo la qualità professionale.' },
|
|
211
|
+
|
|
212
|
+
{ type: 'title', text: 'Conclusione: Stampa Senza Sorprese', level: 3 },
|
|
213
|
+
{ type: 'paragraph', html: 'La differenza tra una bella stampa e una deludente è conoscere la relazione tra pixel e DPI. Usa questo calcolatore per convalidare i tuoi file PRIMA di andare in tipografia. In questo modo eviti spese inutili e risultati frustranti.' }
|
|
214
|
+
];
|
|
215
|
+
|
|
216
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
217
|
+
'@context': 'https://schema.org',
|
|
218
|
+
'@type': 'FAQPage',
|
|
219
|
+
mainEntity: faq.map((item) => ({
|
|
220
|
+
'@type': 'Question',
|
|
221
|
+
name: item.question,
|
|
222
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
223
|
+
})),
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
const howToSchema: WithContext<HowTo> = {
|
|
227
|
+
'@context': 'https://schema.org',
|
|
228
|
+
'@type': 'HowTo',
|
|
229
|
+
name: title,
|
|
230
|
+
description,
|
|
231
|
+
step: howTo.map((step) => ({
|
|
232
|
+
'@type': 'HowToStep',
|
|
233
|
+
name: step.name,
|
|
234
|
+
text: step.text,
|
|
235
|
+
})),
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
239
|
+
'@context': 'https://schema.org',
|
|
240
|
+
'@type': 'SoftwareApplication',
|
|
241
|
+
name: title,
|
|
242
|
+
description,
|
|
243
|
+
applicationCategory: 'UtilitiesApplication',
|
|
244
|
+
operatingSystem: 'Web',
|
|
245
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
246
|
+
inLanguage: 'it',
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
export const content: PrintQualityCalculatorLocaleContent = {
|
|
250
|
+
slug,
|
|
251
|
+
title,
|
|
252
|
+
description,
|
|
253
|
+
ui,
|
|
254
|
+
seo,
|
|
255
|
+
faqTitle: "Domande Frequenti",
|
|
256
|
+
faq,
|
|
257
|
+
bibliographyTitle: "Riferimenti",
|
|
258
|
+
bibliography,
|
|
259
|
+
howTo,
|
|
260
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
261
|
+
};
|
|
@@ -0,0 +1,261 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { PrintQualityCalculatorUI, PrintQualityCalculatorLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'print-quality-calculator-pixels-to-cm-dpi';
|
|
5
|
+
const title = '印刷品質シミュレーター:ピクセルからCM・DPI計算';
|
|
6
|
+
const description = '解像度に基づいて写真の最大印刷サイズを計算します。ピクセルをセンチメートルやインチに変換し、プロフェッショナルな印刷品質を保証します。';
|
|
7
|
+
|
|
8
|
+
const ui: PrintQualityCalculatorUI = {
|
|
9
|
+
dropTitle: "解像度を分析",
|
|
10
|
+
dropSubtitle: "画像をドラッグして印刷サイズを計算します。",
|
|
11
|
+
resultsTitle: "ファイル仕様",
|
|
12
|
+
dpiDensityLabel: "希望する印刷密度 (DPI)",
|
|
13
|
+
dpiPointsLabel: "ドット/インチ",
|
|
14
|
+
maxPrintTitle: "最大印刷サイズ",
|
|
15
|
+
standardFormatsTitle: "対応標準フォーマット",
|
|
16
|
+
formatColumn: "フォーマット",
|
|
17
|
+
measureColumn: "寸法",
|
|
18
|
+
supportColumn: "対応可否",
|
|
19
|
+
qualityExcellent: "最高品質",
|
|
20
|
+
qualityGood: "良質な品質",
|
|
21
|
+
qualityFair: "画面表示品質",
|
|
22
|
+
qualityPoor: "不適合",
|
|
23
|
+
qualityExcellentDesc: "美術雑誌、写真集、至近距離での鑑賞に最適です。",
|
|
24
|
+
qualityGoodDesc: "ポスターや中距離からの鑑賞に十分な品質です。",
|
|
25
|
+
qualityFairDesc: "デジタル鑑賞や遠くの看板に適しています。",
|
|
26
|
+
qualityPoorDesc: "画像がピクセル化して見えます。印刷は推奨されません。",
|
|
27
|
+
unitCm: "cm",
|
|
28
|
+
unitInches: "インチ",
|
|
29
|
+
dpiScreenLabel: "画面",
|
|
30
|
+
dpiNewspaperLabel: "新聞",
|
|
31
|
+
dpiPrintLabel: "一般印刷",
|
|
32
|
+
dpiFineArtLabel: "ファインアート",
|
|
33
|
+
formatPostal: "ハガキ",
|
|
34
|
+
formatQuartilla: "四六判",
|
|
35
|
+
formatFolio: "フォリオ",
|
|
36
|
+
formatDoubleFolio: "ダブルフォリオ",
|
|
37
|
+
formatSmallPoster: "小型ポスター",
|
|
38
|
+
formatLargePoster: "大型ポスター",
|
|
39
|
+
formatPlane: "図面",
|
|
40
|
+
supportedText: "可能 (カバー範囲内)",
|
|
41
|
+
notSupportedPrefix: "不可 (",
|
|
42
|
+
invalidImageError: "有効な画像を選択してください",
|
|
43
|
+
faqTitle: "よくある質問",
|
|
44
|
+
bibliographyTitle: "リファレンス"
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
const faq: PrintQualityCalculatorLocaleContent['faq'] = [
|
|
48
|
+
{
|
|
49
|
+
question: "DPIとは何ですか?なぜ重要なのですか?",
|
|
50
|
+
answer: "DPI(Dots Per Inch)は、プリンターが1インチ(2.54cm)の直線上に並べるインクのドット数を示します。DPIが高いほど画像は鮮明になりますが、ピクセルがカバーする物理的なサイズは小さくなります。",
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
question: "写真印刷に理想的なDPIは?",
|
|
54
|
+
answer: "写真のような高品質な印刷では300 DPIが業界標準です。遠くから見る大きな印刷物の場合は、150 DPIでも十分な場合があります。",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
question: "画質を下げずに画像のスキャンDPIを上げることはできますか?",
|
|
58
|
+
answer: "いいえ。ピクセル数を変えずにDPIを上げると、単純に印刷サイズが小さくなるだけです。ソフトウェアでピクセルを「補完」してサイズを大きく(アップスケーリング)すると、ぼやけた仕上がりになります。",
|
|
59
|
+
},
|
|
60
|
+
];
|
|
61
|
+
|
|
62
|
+
const howTo: PrintQualityCalculatorLocaleContent['howTo'] = [
|
|
63
|
+
{
|
|
64
|
+
name: "画像をアップロード",
|
|
65
|
+
text: "印刷したい写真をアップロードして、ピクセル単位の寸法を確認します。",
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
name: "DPIを調整",
|
|
69
|
+
text: "バーをスライドさせて、ドット密度(72〜600 DPI)に応じて最終的なサイズがどのように変化するかを確認します。",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: "フォーマットを確認",
|
|
73
|
+
text: "標準フォーマット表(A4、A3など)をチェックして、解像度が希望の用紙サイズをカバーしているか確認します。",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
name: "品質を確定",
|
|
77
|
+
text: "印刷に出す前に、インジケーターが「最高品質」を示していることを確認してください。",
|
|
78
|
+
},
|
|
79
|
+
];
|
|
80
|
+
|
|
81
|
+
const bibliography: PrintQualityCalculatorLocaleContent['bibliography'] = [
|
|
82
|
+
{
|
|
83
|
+
name: "国際標準紙サイズ (ISO 216)",
|
|
84
|
+
url: "https://www.iso.org/standard/36631.html",
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
name: "画像解像度ガイド - Adobe",
|
|
88
|
+
url: "https://www.adobe.com/jp/creativecloud/photography/discover/image-resolution.html",
|
|
89
|
+
},
|
|
90
|
+
];
|
|
91
|
+
|
|
92
|
+
const seo: PrintQualityCalculatorLocaleContent['seo'] = [
|
|
93
|
+
{
|
|
94
|
+
type: 'summary',
|
|
95
|
+
title: 'プロフェッショナルな印刷解像度計算',
|
|
96
|
+
items: [
|
|
97
|
+
'ピクセルをセンチメートルやインチに正確に変換',
|
|
98
|
+
'希望のDPIに基づく最大サイズの計算',
|
|
99
|
+
'標準フォーマット(A4、A3など)との互換性チェック',
|
|
100
|
+
'最高品質から不適合まで、4段階の品質ガイド'
|
|
101
|
+
]
|
|
102
|
+
},
|
|
103
|
+
{ type: 'title', text: '印刷品質とDPIの決定版ガイド', level: 2 },
|
|
104
|
+
{ type: 'paragraph', html: '写真を印刷して、ぼやけたりギザギザになったりしたことはありませんか?その秘密は、<strong>ピクセル</strong>と<strong>DPI</strong>(Dots Per Inch)の数学的な関係にあります。このツールは、プロレベルの品質を維持したまま、画像を印刷できる正確な最大サイズを計算します。' },
|
|
105
|
+
|
|
106
|
+
{ type: 'stats', items: [
|
|
107
|
+
{ value: '300', label: '業界標準DPI', icon: 'mdi:target' },
|
|
108
|
+
{ value: '100%', label: '正確な計算', icon: 'mdi:check' },
|
|
109
|
+
{ value: 'ISO 216', label: '主要規格に対応', icon: 'mdi:file-document' }
|
|
110
|
+
], columns: 3 },
|
|
111
|
+
|
|
112
|
+
{ type: 'title', text: 'DPIを理解する:ピクセル vs ドット', level: 3 },
|
|
113
|
+
{ type: 'paragraph', html: 'DPIとピクセルを同じものだと誤解されることがよくありますが、異なります。ピクセルは「デジタルファイルの中」にある情報量です。DPIは、プリンターがそれを「紙の上のインク」にどう変換するかを示す指標です。' },
|
|
114
|
+
{ type: 'list', items: [
|
|
115
|
+
'<strong>DPI (Dots Per Inch):</strong> 1インチ(2.54cm)の線形範囲にプリンターが配置するインルドットの数。',
|
|
116
|
+
'<strong>ピクセル:</strong> デジタルファイル内の小さな情報単位。3000x2000ピクセルの写真は、DPIに関係なく、持っている総情報量は一定です。',
|
|
117
|
+
'<strong>計算式:</strong> 印刷サイズ(インチ)= ピクセル数 / DPI。例:3000ピクセル / 300 DPI = 10インチ(25.4cm)'
|
|
118
|
+
], icon: 'mdi:check' },
|
|
119
|
+
|
|
120
|
+
{ type: 'title', text: 'DPI品質レベルの解説', level: 3 },
|
|
121
|
+
{ type: 'table', headers: ['DPI', '視覚的品質', '用途', '鑑賞距離の目安'], rows: [
|
|
122
|
+
['600+ DPI', '最高(完璧)', '画集、高級雑誌、ファインアート写真', '10cm未満'],
|
|
123
|
+
['300-400 DPI', '最高(プロ仕様)', '写真、書籍、企業カタログ', '20-30cm(手元)'],
|
|
124
|
+
['150-200 DPI', '良好(一般的な印刷)', 'ポスター、カレンダー、中距離鑑賞', '1-2m'],
|
|
125
|
+
['72-100 DPI', '画面相当(可)', '屋外看板、遠くのバナー', '5m以上'],
|
|
126
|
+
['10-30 DPI', '低(不適合)', '巨大看板、極めて遠くからの鑑賞', '50m以上']
|
|
127
|
+
] },
|
|
128
|
+
|
|
129
|
+
{ type: 'card', title: '黄金律:300 DPI', html: '写真やプロの出版印刷において、業界標準は<strong>300 DPI</strong>です。これにより、通常の鑑賞距離(20〜30cm)で、人間の目が個々のインクドットを認識できなくなります。300 DPIを下回ると、ピクセルのギザギザが見え始める可能性があります。' },
|
|
130
|
+
|
|
131
|
+
{ type: 'comparative', items: [
|
|
132
|
+
{
|
|
133
|
+
title: '手持ち写真 (L版サイズなど)',
|
|
134
|
+
description: '300 DPI 必須 - 近くで見るため',
|
|
135
|
+
icon: 'mdi:image',
|
|
136
|
+
points: [
|
|
137
|
+
'3000x2000ピクセル = 約10x6.7インチまで',
|
|
138
|
+
'最高品質を保証',
|
|
139
|
+
'アルバムやプレゼントに最適'
|
|
140
|
+
]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
title: '壁掛けポスター A3 (30x42 cm)',
|
|
144
|
+
description: '150 DPI で十分 - 離れて見るため',
|
|
145
|
+
icon: 'mdi:wall-fire',
|
|
146
|
+
points: [
|
|
147
|
+
'1〜2m離れて鑑賞',
|
|
148
|
+
'必要なピクセル数は少なめ',
|
|
149
|
+
'機材の解像度を最大限に活かす'
|
|
150
|
+
],
|
|
151
|
+
highlight: true
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
title: 'のぼり・看板 (200x300 cm)',
|
|
155
|
+
description: '15-30 DPI - 数メートル離れて見る',
|
|
156
|
+
icon: 'mdi:sign',
|
|
157
|
+
points: [
|
|
158
|
+
'20m以上離れて見る',
|
|
159
|
+
'低解像度でも綺麗に見える',
|
|
160
|
+
'大容量ファイルの最適化'
|
|
161
|
+
]
|
|
162
|
+
}
|
|
163
|
+
], columns: 3 },
|
|
164
|
+
|
|
165
|
+
{ type: 'title', text: 'プロの印刷に向けたファイル準備', level: 3 },
|
|
166
|
+
{ type: 'proscons', items: [
|
|
167
|
+
{
|
|
168
|
+
pro: 'CMYK vs RGB: プリンターはインク(CMYK)を使い、画面は光(RGB)を使います。色のズレを防ぐため、変換を検討してください。',
|
|
169
|
+
con: '変換時に色味が変わることがあるため、必ずプレビューを確認してください。'
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
pro: '塗り足し: 画像が紙の端まで必要な場合は、各辺に3mmの予備(裁ち落とし)を追加してください。',
|
|
173
|
+
con: '塗り足しがないと、裁断時に端に白い線が入ることがあります。'
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
pro: 'アップスケーリングは万能ではありません: Photoshop等でピクセルを増やすと、偽の情報が追加され、輪郭がボケます。',
|
|
177
|
+
con: '大きく印刷するには、オリジナルの高解像度写真が必要です。'
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
pro: '推奨形式: 写真にはTIFF(非圧縮)や高品質JPEG、ロゴ等にはベクトル形式(AI, EPS)を使用します。',
|
|
181
|
+
con: '多くの印刷所では、PNGはネイティブなCMYKをサポートしていません。'
|
|
182
|
+
}
|
|
183
|
+
], proTitle: '推奨事項', conTitle: '注意事項' },
|
|
184
|
+
|
|
185
|
+
{ type: 'diagnostic', variant: 'warning', title: 'よくある間違い:アップスケーリングの神話', icon: 'mdi:alert', badge: '重要', html: '<strong>ピクセル数を変えずにPhotoshopでDPI設定だけを上げないでください。</strong> 72 DPIから300 DPIに変更するだけでは、物理的な印刷サイズが小さくなるだけです。補完によって「ピクセルを増やす」と、画像がボケたり滑らかになりすぎたりします。ソース由来の「本物のピクセル」が必要です。' },
|
|
186
|
+
|
|
187
|
+
{ type: 'glossary', items: [
|
|
188
|
+
{
|
|
189
|
+
term: 'DPI (Dots Per Inch)',
|
|
190
|
+
definition: '印刷解像度の単位。1インチ(2.54cm)あたりのインクドット数。300 DPI = 画素密度 約9万ドット/平方インチ。'
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
term: 'CMYK',
|
|
194
|
+
definition: '印刷用の表色系。シアン、マゼンタ、イエロー、ブラックの4色のインク。画面のRGB(光の三原色)とは異なります。'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
term: '塗り足し (Bleed)',
|
|
198
|
+
definition: '裁断のズレによる白い余白を防ぐため、仕上がりサイズより外側にはみ出させて印刷する範囲(通常3mm程度)。'
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
term: 'ネイティブ解像度',
|
|
202
|
+
definition: '加工なしでカメラが捉えた本物のピクセル数。DPI設定を変更しただけのものはネイティブ解像度とは言いません。'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
term: '補完 (Interpolation)',
|
|
206
|
+
definition: '既存のピクセルに基づいて新しいピクセルを生成する手法。少量の拡大には便利ですが、大幅な拡大では鮮明さが失われます。'
|
|
207
|
+
}
|
|
208
|
+
] },
|
|
209
|
+
|
|
210
|
+
{ type: 'message', title: 'プロの結果をもたらす技術的な精度', ariaLabel: '印刷計算に関する情報', html: '当シミュレーターは、国際規格(紙のISO 216)を考慮してピクセルをセンチメートルに変換します。単なる計算機ではありません。その写真がプロ品質を維持したまま、その印刷サイズに適しているかどうかを検証する「バリデーター」です。' },
|
|
211
|
+
|
|
212
|
+
{ type: 'title', text: '結論:失敗しない印刷のために', level: 3 },
|
|
213
|
+
{ type: 'paragraph', html: '素晴らしい仕上がりと、残念な仕上がりの違いは、ピクセルとDPIの関係を知っているかどうかにあります。印刷所にデータを送る前に、このツールでファイルを検証してください。そうすることで、無駄な出費や期待外れの結果を避けることができます。' }
|
|
214
|
+
];
|
|
215
|
+
|
|
216
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
217
|
+
'@context': 'https://schema.org',
|
|
218
|
+
'@type': 'FAQPage',
|
|
219
|
+
mainEntity: faq.map((item) => ({
|
|
220
|
+
'@type': 'Question',
|
|
221
|
+
name: item.question,
|
|
222
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
223
|
+
})),
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
const howToSchema: WithContext<HowTo> = {
|
|
227
|
+
'@context': 'https://schema.org',
|
|
228
|
+
'@type': 'HowTo',
|
|
229
|
+
name: title,
|
|
230
|
+
description,
|
|
231
|
+
step: howTo.map((step) => ({
|
|
232
|
+
'@type': 'HowToStep',
|
|
233
|
+
name: step.name,
|
|
234
|
+
text: step.text,
|
|
235
|
+
})),
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
239
|
+
'@context': 'https://schema.org',
|
|
240
|
+
'@type': 'SoftwareApplication',
|
|
241
|
+
name: title,
|
|
242
|
+
description,
|
|
243
|
+
applicationCategory: 'UtilitiesApplication',
|
|
244
|
+
operatingSystem: 'Web',
|
|
245
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
246
|
+
inLanguage: 'ja',
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
export const content: PrintQualityCalculatorLocaleContent = {
|
|
250
|
+
slug,
|
|
251
|
+
title,
|
|
252
|
+
description,
|
|
253
|
+
ui,
|
|
254
|
+
seo,
|
|
255
|
+
faqTitle: "よくある質問",
|
|
256
|
+
faq,
|
|
257
|
+
bibliographyTitle: "リファレンス",
|
|
258
|
+
bibliography,
|
|
259
|
+
howTo,
|
|
260
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
261
|
+
};
|