@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.
Files changed (151) hide show
  1. package/package.json +2 -1
  2. package/src/category/i18n/de.ts +198 -0
  3. package/src/category/i18n/id.ts +198 -0
  4. package/src/category/i18n/it.ts +198 -0
  5. package/src/category/i18n/ja.ts +198 -0
  6. package/src/category/i18n/ko.ts +198 -0
  7. package/src/category/i18n/nl.ts +198 -0
  8. package/src/category/i18n/pl.ts +198 -0
  9. package/src/category/i18n/pt.ts +198 -0
  10. package/src/category/i18n/ru.ts +198 -0
  11. package/src/category/i18n/sv.ts +198 -0
  12. package/src/category/i18n/tr.ts +198 -0
  13. package/src/category/i18n/zh.ts +198 -0
  14. package/src/category/index.ts +31 -3
  15. package/src/tests/i18n_coverage.test.ts +36 -0
  16. package/src/tool/chromaticLens/i18n/de.ts +246 -0
  17. package/src/tool/chromaticLens/i18n/id.ts +246 -0
  18. package/src/tool/chromaticLens/i18n/it.ts +246 -0
  19. package/src/tool/chromaticLens/i18n/ja.ts +246 -0
  20. package/src/tool/chromaticLens/i18n/ko.ts +246 -0
  21. package/src/tool/chromaticLens/i18n/nl.ts +246 -0
  22. package/src/tool/chromaticLens/i18n/pl.ts +246 -0
  23. package/src/tool/chromaticLens/i18n/pt.ts +246 -0
  24. package/src/tool/chromaticLens/i18n/ru.ts +246 -0
  25. package/src/tool/chromaticLens/i18n/sv.ts +246 -0
  26. package/src/tool/chromaticLens/i18n/tr.ts +246 -0
  27. package/src/tool/chromaticLens/i18n/zh.ts +246 -0
  28. package/src/tool/chromaticLens/index.ts +15 -7
  29. package/src/tool/collageMaker/i18n/de.ts +233 -0
  30. package/src/tool/collageMaker/i18n/id.ts +233 -0
  31. package/src/tool/collageMaker/i18n/it.ts +233 -0
  32. package/src/tool/collageMaker/i18n/ja.ts +233 -0
  33. package/src/tool/collageMaker/i18n/ko.ts +233 -0
  34. package/src/tool/collageMaker/i18n/nl.ts +233 -0
  35. package/src/tool/collageMaker/i18n/pl.ts +233 -0
  36. package/src/tool/collageMaker/i18n/pt.ts +233 -0
  37. package/src/tool/collageMaker/i18n/ru.ts +233 -0
  38. package/src/tool/collageMaker/i18n/sv.ts +233 -0
  39. package/src/tool/collageMaker/i18n/tr.ts +233 -0
  40. package/src/tool/collageMaker/i18n/zh.ts +233 -0
  41. package/src/tool/collageMaker/index.ts +15 -6
  42. package/src/tool/exifCleaner/i18n/de.ts +277 -0
  43. package/src/tool/exifCleaner/i18n/fr.ts +1 -1
  44. package/src/tool/exifCleaner/i18n/id.ts +277 -0
  45. package/src/tool/exifCleaner/i18n/it.ts +277 -0
  46. package/src/tool/exifCleaner/i18n/ja.ts +277 -0
  47. package/src/tool/exifCleaner/i18n/ko.ts +277 -0
  48. package/src/tool/exifCleaner/i18n/nl.ts +277 -0
  49. package/src/tool/exifCleaner/i18n/pl.ts +277 -0
  50. package/src/tool/exifCleaner/i18n/pt.ts +277 -0
  51. package/src/tool/exifCleaner/i18n/ru.ts +277 -0
  52. package/src/tool/exifCleaner/i18n/sv.ts +277 -0
  53. package/src/tool/exifCleaner/i18n/tr.ts +277 -0
  54. package/src/tool/exifCleaner/i18n/zh.ts +277 -0
  55. package/src/tool/exifCleaner/index.ts +16 -8
  56. package/src/tool/imageCompressor/i18n/de.ts +242 -0
  57. package/src/tool/imageCompressor/i18n/en.ts +1 -1
  58. package/src/tool/imageCompressor/i18n/es.ts +1 -1
  59. package/src/tool/imageCompressor/i18n/id.ts +242 -0
  60. package/src/tool/imageCompressor/i18n/it.ts +242 -0
  61. package/src/tool/imageCompressor/i18n/ja.ts +242 -0
  62. package/src/tool/imageCompressor/i18n/ko.ts +242 -0
  63. package/src/tool/imageCompressor/i18n/nl.ts +242 -0
  64. package/src/tool/imageCompressor/i18n/pl.ts +242 -0
  65. package/src/tool/imageCompressor/i18n/pt.ts +242 -0
  66. package/src/tool/imageCompressor/i18n/ru.ts +242 -0
  67. package/src/tool/imageCompressor/i18n/sv.ts +242 -0
  68. package/src/tool/imageCompressor/i18n/tr.ts +242 -0
  69. package/src/tool/imageCompressor/i18n/zh.ts +244 -0
  70. package/src/tool/imageCompressor/index.ts +15 -7
  71. package/src/tool/printQualityCalculator/i18n/de.ts +261 -0
  72. package/src/tool/printQualityCalculator/i18n/fr.ts +1 -1
  73. package/src/tool/printQualityCalculator/i18n/id.ts +261 -0
  74. package/src/tool/printQualityCalculator/i18n/it.ts +261 -0
  75. package/src/tool/printQualityCalculator/i18n/ja.ts +261 -0
  76. package/src/tool/printQualityCalculator/i18n/ko.ts +261 -0
  77. package/src/tool/printQualityCalculator/i18n/nl.ts +261 -0
  78. package/src/tool/printQualityCalculator/i18n/pl.ts +261 -0
  79. package/src/tool/printQualityCalculator/i18n/pt.ts +261 -0
  80. package/src/tool/printQualityCalculator/i18n/ru.ts +261 -0
  81. package/src/tool/printQualityCalculator/i18n/sv.ts +261 -0
  82. package/src/tool/printQualityCalculator/i18n/tr.ts +261 -0
  83. package/src/tool/printQualityCalculator/i18n/zh.ts +261 -0
  84. package/src/tool/printQualityCalculator/index.ts +15 -7
  85. package/src/tool/privacyBlur/i18n/de.ts +238 -0
  86. package/src/tool/privacyBlur/i18n/id.ts +238 -0
  87. package/src/tool/privacyBlur/i18n/it.ts +238 -0
  88. package/src/tool/privacyBlur/i18n/ja.ts +238 -0
  89. package/src/tool/privacyBlur/i18n/ko.ts +238 -0
  90. package/src/tool/privacyBlur/i18n/nl.ts +238 -0
  91. package/src/tool/privacyBlur/i18n/pl.ts +238 -0
  92. package/src/tool/privacyBlur/i18n/pt.ts +238 -0
  93. package/src/tool/privacyBlur/i18n/ru.ts +238 -0
  94. package/src/tool/privacyBlur/i18n/sv.ts +238 -0
  95. package/src/tool/privacyBlur/i18n/tr.ts +238 -0
  96. package/src/tool/privacyBlur/i18n/zh.ts +238 -0
  97. package/src/tool/privacyBlur/index.ts +15 -7
  98. package/src/tool/subtitleSync/i18n/de.ts +241 -0
  99. package/src/tool/subtitleSync/i18n/fr.ts +5 -5
  100. package/src/tool/subtitleSync/i18n/id.ts +241 -0
  101. package/src/tool/subtitleSync/i18n/it.ts +241 -0
  102. package/src/tool/subtitleSync/i18n/ja.ts +241 -0
  103. package/src/tool/subtitleSync/i18n/ko.ts +241 -0
  104. package/src/tool/subtitleSync/i18n/nl.ts +241 -0
  105. package/src/tool/subtitleSync/i18n/pl.ts +241 -0
  106. package/src/tool/subtitleSync/i18n/pt.ts +241 -0
  107. package/src/tool/subtitleSync/i18n/ru.ts +241 -0
  108. package/src/tool/subtitleSync/i18n/sv.ts +241 -0
  109. package/src/tool/subtitleSync/i18n/tr.ts +241 -0
  110. package/src/tool/subtitleSync/i18n/zh.ts +241 -0
  111. package/src/tool/subtitleSync/index.ts +15 -7
  112. package/src/tool/timelapseCalculator/i18n/de.ts +169 -0
  113. package/src/tool/timelapseCalculator/i18n/fr.ts +2 -2
  114. package/src/tool/timelapseCalculator/i18n/id.ts +169 -0
  115. package/src/tool/timelapseCalculator/i18n/it.ts +169 -0
  116. package/src/tool/timelapseCalculator/i18n/ja.ts +169 -0
  117. package/src/tool/timelapseCalculator/i18n/ko.ts +169 -0
  118. package/src/tool/timelapseCalculator/i18n/nl.ts +169 -0
  119. package/src/tool/timelapseCalculator/i18n/pl.ts +169 -0
  120. package/src/tool/timelapseCalculator/i18n/pt.ts +169 -0
  121. package/src/tool/timelapseCalculator/i18n/ru.ts +169 -0
  122. package/src/tool/timelapseCalculator/i18n/sv.ts +169 -0
  123. package/src/tool/timelapseCalculator/i18n/tr.ts +169 -0
  124. package/src/tool/timelapseCalculator/i18n/zh.ts +169 -0
  125. package/src/tool/timelapseCalculator/index.ts +16 -8
  126. package/src/tool/tvDistance/i18n/de.ts +223 -0
  127. package/src/tool/tvDistance/i18n/id.ts +223 -0
  128. package/src/tool/tvDistance/i18n/it.ts +223 -0
  129. package/src/tool/tvDistance/i18n/ja.ts +223 -0
  130. package/src/tool/tvDistance/i18n/ko.ts +223 -0
  131. package/src/tool/tvDistance/i18n/nl.ts +223 -0
  132. package/src/tool/tvDistance/i18n/pl.ts +223 -0
  133. package/src/tool/tvDistance/i18n/pt.ts +223 -0
  134. package/src/tool/tvDistance/i18n/ru.ts +223 -0
  135. package/src/tool/tvDistance/i18n/sv.ts +223 -0
  136. package/src/tool/tvDistance/i18n/tr.ts +223 -0
  137. package/src/tool/tvDistance/i18n/zh.ts +223 -0
  138. package/src/tool/tvDistance/index.ts +15 -7
  139. package/src/tool/videoFrameExtractor/i18n/de.ts +235 -0
  140. package/src/tool/videoFrameExtractor/i18n/id.ts +235 -0
  141. package/src/tool/videoFrameExtractor/i18n/it.ts +235 -0
  142. package/src/tool/videoFrameExtractor/i18n/ja.ts +235 -0
  143. package/src/tool/videoFrameExtractor/i18n/ko.ts +235 -0
  144. package/src/tool/videoFrameExtractor/i18n/nl.ts +235 -0
  145. package/src/tool/videoFrameExtractor/i18n/pl.ts +235 -0
  146. package/src/tool/videoFrameExtractor/i18n/pt.ts +235 -0
  147. package/src/tool/videoFrameExtractor/i18n/ru.ts +235 -0
  148. package/src/tool/videoFrameExtractor/i18n/sv.ts +235 -0
  149. package/src/tool/videoFrameExtractor/i18n/tr.ts +235 -0
  150. package/src/tool/videoFrameExtractor/i18n/zh.ts +235 -0
  151. 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 = 'kalkulator-jakosci-druku-piksele-na-cm-dpi';
5
+ const title = 'Kalkulator Jakości Druku: Piksele na CM i DPI';
6
+ const description = 'Oblicz maksymalny rozmiar wydruku swoich zdjęć na podstawie ich rozdzielczości. Konwertuj piksele na centymetry i cale, aby zapewnić profesjonalny druk.';
7
+
8
+ const ui: PrintQualityCalculatorUI = {
9
+ dropTitle: "Analizuj Rozdzielczość",
10
+ dropSubtitle: "Przeciągnij obraz, aby obliczyć jego rozmiar wydruku.",
11
+ resultsTitle: "Specyfikacja Pliku",
12
+ dpiDensityLabel: "Żądana Gęstość Druku (DPI)",
13
+ dpiPointsLabel: "punktów na cal",
14
+ maxPrintTitle: "Maksymalny Rozmiar Wydruku",
15
+ standardFormatsTitle: "Obsługiwane Formaty Standardowe",
16
+ formatColumn: "Format",
17
+ measureColumn: "Wymiary",
18
+ supportColumn: "Obsługiwany?",
19
+ qualityExcellent: "Doskonała Jakość",
20
+ qualityGood: "Dobra Jakość",
21
+ qualityFair: "Jakość Ekranowa",
22
+ qualityPoor: "Nieodpowiednia",
23
+ qualityExcellentDesc: "Idealna do magazynów o sztuce, albumów fotograficznych i oglądania z bliska.",
24
+ qualityGoodDesc: "Wystarczająca dla plakatów i oglądania ze średniej odległości.",
25
+ qualityFairDesc: "Odpowiednia do wyświetlania cyfrowego lub odległych billboardów.",
26
+ qualityPoorDesc: "Obraz będzie wyglądał na rozpikselowany. Druk nie jest zalecany.",
27
+ unitCm: "cm",
28
+ unitInches: "cali",
29
+ dpiScreenLabel: "Ekran",
30
+ dpiNewspaperLabel: "Gazeta",
31
+ dpiPrintLabel: "Druk",
32
+ dpiFineArtLabel: "Fine Art",
33
+ formatPostal: "Pocztówka",
34
+ formatQuartilla: "Ćwiartka",
35
+ formatFolio: "Folio",
36
+ formatDoubleFolio: "Podwójne Folio",
37
+ formatSmallPoster: "Mały Plakat",
38
+ formatLargePoster: "Duży Plakat",
39
+ formatPlane: "Plan",
40
+ supportedText: "Tak (Pokryty)",
41
+ notSupportedPrefix: "Nie (",
42
+ invalidImageError: "Wybierz prawidłowy obraz",
43
+ faqTitle: "Często Zadawane Pytania",
44
+ bibliographyTitle: "Referencje"
45
+ };
46
+
47
+ const faq: PrintQualityCalculatorLocaleContent['faq'] = [
48
+ {
49
+ question: "Co to jest DPI i dlaczego ma znaczenie?",
50
+ answer: "DPI (Dots Per Inch) wskazuje, ile punktów atramentu drukarka umieści na jednym calu bieżącym. Im wyższe DPI, tym ostrzejszy obraz, ale tym mniejszy całkowity rozmiar fizyczny, który pokryją Twoje piksele.",
51
+ },
52
+ {
53
+ question: "Jakie jest idealne DPI do drukowania zdjęcia?",
54
+ answer: "Standardem przemysłowym dla doskonałej jakości fotograficznej jest 300 DPI. W przypadku dużych wydruków, które będą oglądane z daleka, 150 DPI może wystarczyć.",
55
+ },
56
+ {
57
+ question: "Czy mogę zwiększyć DPI mojego obrazu bez utraty jakości?",
58
+ answer: "Nie. Zwiększenie DPI bez zmiany liczby pikseli po prostu zmniejsza rozmiar wydruku. Jeśli „wymyślisz” piksele za pomocą oprogramowania (upscaling), obraz może wyglądać na rozmyty.",
59
+ },
60
+ ];
61
+
62
+ const howTo: PrintQualityCalculatorLocaleContent['howTo'] = [
63
+ {
64
+ name: "Prześlij obraz",
65
+ text: "Prześlij zdjęcie, które chcesz wydrukować, aby poznać jego wymiary w pikselach.",
66
+ },
67
+ {
68
+ name: "Dostosuj DPI",
69
+ text: "Przesuń suwak, aby zobaczyć, jak zmienia się końcowy rozmiar w zależności od gęstości punktów (od 72 do 600 DPI).",
70
+ },
71
+ {
72
+ name: "Zweryfikuj format",
73
+ text: "Sprawdź tabelę formatów standardowych (A4, A3 itp.), aby zobaczyć, czy Twoja rozdzielczość pokrywa żądany arkusz papieru.",
74
+ },
75
+ {
76
+ name: "Potwierdź jakość",
77
+ text: "Upewnij się, że wskaźnik pokazuje „Doskonała Jakość” przed wysłaniem do druku.",
78
+ },
79
+ ];
80
+
81
+ const bibliography: PrintQualityCalculatorLocaleContent['bibliography'] = [
82
+ {
83
+ name: "Międzynarodowe formaty papieru (ISO 216)",
84
+ url: "https://www.iso.org/standard/36631.html",
85
+ },
86
+ {
87
+ name: "Przewodnik po rozdzielczości obrazu - Adobe",
88
+ url: "https://www.adobe.com/pl/creativecloud/photography/discover/image-resolution.html",
89
+ },
90
+ ];
91
+
92
+ const seo: PrintQualityCalculatorLocaleContent['seo'] = [
93
+ {
94
+ type: 'summary',
95
+ title: 'Profesjonalne Obliczanie Rozdzielczości Druku',
96
+ items: [
97
+ 'Dokładna konwersja pikseli na centymetry i cale',
98
+ 'Obliczanie maksymalnego rozmiaru na podstawie żądanego DPI',
99
+ 'Kompatybilność z formatami standardowymi (A4, A3 itp.)',
100
+ 'Przewodnik po 4 poziomach jakości: od Doskonałej do Nieodpowiedniej'
101
+ ]
102
+ },
103
+ { type: 'title', text: 'Kompletny Przewodnik po Jakości Druku i DPI', level: 2 },
104
+ { type: 'paragraph', html: 'Czy zdarzyło Ci się wydrukować zdjęcie, które okazało się rozmyte lub rozpikselowane? Sekret tkwi w matematycznej zależności między <strong>Pikselami</strong> a <strong>DPI</strong> (Dots Per Inch). To narzędzie oblicza dokładny maksymalny rozmiar, w jakim możesz wydrukować swoje obrazy bez utraty profesjonalnej jakości.' },
105
+
106
+ { type: 'stats', items: [
107
+ { value: '300', label: 'Profesjonalny Standard DPI', icon: 'mdi:target' },
108
+ { value: '100%', label: 'Precyzyjne Obliczenia', icon: 'mdi:check' },
109
+ { value: 'ISO 216', label: 'Obsługiwane Formaty', icon: 'mdi:file-document' }
110
+ ], columns: 3 },
111
+
112
+ { type: 'title', text: 'Zrozumienie DPI: Piksele vs Punkty', level: 3 },
113
+ { type: 'paragraph', html: 'Częstym błędem jest myślenie, że DPI i piksele to to samo. Tak nie jest. Piksele znajdują się W Twoim pliku cyfrowym. DPI to sposób, w jaki drukarka zamienia je na atrament na papierze.' },
114
+ { type: 'list', items: [
115
+ '<strong>DPI (Dots Per Inch):</strong> Ile punktów atramentu drukarka umieszcza na calu bieżącym (2,54 cm).',
116
+ '<strong>Piksele:</strong> Małe kwadraty danych w Twoim pliku cyfrowym. Zdjęcie o wymiarach 3000x2000 pikseli ma stałą ilość informacji, niezależnie od DPI.',
117
+ '<strong>Wzór:</strong> Rozmiar wydruku (cale) = Piksele / DPI. Przykład: 3000 pikseli / 300 DPI = 10 cali (25,4 cm)'
118
+ ], icon: 'mdi:check' },
119
+
120
+ { type: 'title', text: 'Objaśnienie Poziomów Jakości DPI', level: 3 },
121
+ { type: 'table', headers: ['DPI', 'Jakość Wizualna', 'Zastosowania', 'Odległość Oglądania'], rows: [
122
+ ['600+ DPI', 'Doskonała (Idealna)', 'Albumy o sztuce, luksusowe magazyny, fotografia artystyczna', 'Mniej niż 10 cm'],
123
+ ['300-400 DPI', 'Doskonała (Profesjonalna)', 'Fotografia, książki, katalogi firmowe', '20-30 cm (do ręki)'],
124
+ ['150-200 DPI', 'Dobra (Druk Web)', 'Plakaty, kalendarze, średni dystans', '1-2 metry'],
125
+ ['72-100 DPI', 'Ekranowa (Dopuszczalna)', 'Billboardy, odległe banery', '5+ metrów'],
126
+ ['10-30 DPI', 'Niska (Nieodpowiednia)', 'Gigantyczne billboardy, bardzo duży dystans', '50+ metrów']
127
+ ] },
128
+
129
+ { type: 'card', title: 'Złota Zasada 300 DPI', html: 'W przypadku fotograficznego i profesjonalnego druku redakcyjnego standardem przemysłowym jest <strong>300 DPI</strong>. Gwarantuje to, że ludzkie oko z normalnej odległości (20-30 cm) nie dostrzeże pojedynczych punktów atramentu. Przy wartościach niższych niż 300 DPI siatka pikseli staje się widoczna.' },
130
+
131
+ { type: 'comparative', items: [
132
+ {
133
+ title: 'Fotografia do Ręki (Zdjęcia 10x15)',
134
+ description: 'Obowiązkowe 300 DPI - oglądane z bliska',
135
+ icon: 'mdi:image',
136
+ points: [
137
+ 'Przy 3000x2000 pikseli = maksymalnie 10x6,7 cala',
138
+ 'Gwarantowana doskonała jakość',
139
+ 'Standard dla albumów i prezentów'
140
+ ]
141
+ },
142
+ {
143
+ title: 'Plakat Ścienny A3 (30x42 cm)',
144
+ description: '150 DPI wystarczy - oglądany z dystansu',
145
+ icon: 'mdi:wall-fire',
146
+ points: [
147
+ 'Oglądany z 1-2 metrów',
148
+ 'Wymagane mniej pikseli',
149
+ 'Oszczędność na jakości aparatu'
150
+ ],
151
+ highlight: true
152
+ },
153
+ {
154
+ title: 'Billboard (200x300 cm)',
155
+ description: '15-30 DPI - oglądany z wielu metrów',
156
+ icon: 'mdi:sign',
157
+ points: [
158
+ 'Obserwowany z odległości ponad 20 metrów',
159
+ 'Nawet niska rozdzielczość wygląda dobrze',
160
+ 'Optymalizacja dużych plików'
161
+ ]
162
+ }
163
+ ], columns: 3 },
164
+
165
+ { type: 'title', text: 'Przygotowanie Plików do Profesjonalnego Druku', level: 3 },
166
+ { type: 'proscons', items: [
167
+ {
168
+ pro: 'CMYK vs RGB: Drukarki używają atramentu (CMYK), ekrany używają światła (RGB). Konwertuj, aby uniknąć niespodzianek kolorystycznych.',
169
+ con: 'Kolory mogą ulec zmianie podczas konwersji - sprawdź najpierw podgląd'
170
+ },
171
+ {
172
+ pro: 'Spady (Bleed): Dodaj 3mm zapasu z każdej strony, jeśli obraz ma dochodzić do krawędzi papieru',
173
+ con: 'Bez spadów krawędzie po docięciu mogą pozostać białe'
174
+ },
175
+ {
176
+ pro: 'Upscaling NIE działa: Zwiększanie liczby pikseli w Photoshopie dodaje fałszywe informacje (wygładzanie)',
177
+ con: 'Jeśli chcesz drukować w dużym formacie, potrzebujesz oryginalnego zdjęcia w wysokiej rozdzielczości'
178
+ },
179
+ {
180
+ pro: 'Formaty: TIFF bez kompresji lub wysokiej jakości JPEG dla zdjęć; wektorowe (AI, EPS) dla logo',
181
+ con: 'Format PNG domyślnie nie obsługuje CMYK w większości drukarń'
182
+ }
183
+ ], proTitle: 'Rekomendacje', conTitle: 'Przeciwwskazania' },
184
+
185
+ { type: 'diagnostic', variant: 'warning', title: 'Częsty Błąd: Mit Upscalingu', icon: 'mdi:alert', badge: 'Krytyczne', html: '<strong>NIE zwiększaj DPI w Photoshopie bez zmiany liczby pikseli.</strong> Zwiększenie z 72 DPI do 300 DPI po prostu zmniejsza fizyczny rozmiar wydruku. Jeśli „dodasz piksele” poprzez interpolację (upscaling), obraz będzie wyglądał na wygładzony lub rozmyty. Potrzebujesz PRAWDZIWYCH pikseli ze źródła.' },
186
+
187
+ { type: 'glossary', items: [
188
+ {
189
+ term: 'DPI (Dots Per Inch)',
190
+ definition: 'Miara rozdzielczości druku: ile punktów atramentu przypada na cal bieżący (2,54 cm). 300 DPI = 300x300 = 90 000 punktów na cal kwadratowy.'
191
+ },
192
+ {
193
+ term: 'CMYK',
194
+ definition: 'Przestrzeń barwna druku: Cyan, Magenta, Yellow, blacK. Oparta na modelu subtraktywnym. Różni się od RGB (model addytywny ekranów).'
195
+ },
196
+ {
197
+ term: 'Spady (Bleed)',
198
+ definition: 'Dodatkowy obszar (zazwyczaj 3mm), który jest drukowany, a następnie odcinany. Zapewnia, że obraz dochodzi do krawędzi bez białych marginesów.'
199
+ },
200
+ {
201
+ term: 'Rozdzielczość Natywna',
202
+ definition: 'PRAWDZIWE piksele uchwycone przez aparat, bez manipulacji. Zwiększenie DPI bez zmiany liczby pikseli nie generuje „rozdzielczości natywnej”.'
203
+ },
204
+ {
205
+ term: 'Interpolacja (Upscaling)',
206
+ definition: 'Algorytm, który wymyśla nowe piksele na podstawie istniejących. Przydatny przy niewielkim powiększaniu, ale traci ostrość przy dużych powiększeniach.'
207
+ }
208
+ ] },
209
+
210
+ { type: 'message', title: 'Techniczna Precyzja dla Profesjonalnych Rezultatów', ariaLabel: 'Informacje o obliczeniach druku', html: 'Nasz kalkulator konwertuje piksele na centymetry, uwzględniając międzynarodowe standardy (ISO 216 dla papieru). To nie tylko kalkulator: to Twój walidator tego, czy to zdjęcie pasuje do danego rozmiaru wydruku przy zachowaniu profesjonalnej jakości.' },
211
+
212
+ { type: 'title', text: 'Podsumowanie: Drukuj bez Niespodzianek', level: 3 },
213
+ { type: 'paragraph', html: 'Różnica między pięknym wydrukiem a rozczarowującym polega na znajomości zależności między pikselami a DPI. Użyj tego kalkulatora, aby zweryfikować swoje pliki PRZED udaniem się do drukarni. W ten sposób unikniesz niepotrzebnych wydatków i frustrujących rezultatów.' }
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: 'pl',
247
+ };
248
+
249
+ export const content: PrintQualityCalculatorLocaleContent = {
250
+ slug,
251
+ title,
252
+ description,
253
+ ui,
254
+ seo,
255
+ faqTitle: "Często Zadawane Pytania",
256
+ faq,
257
+ bibliographyTitle: "Referencje",
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 = 'calculadora-qualidade-impressao-pixeis-para-cm-dpi';
5
+ const title = 'Calculadora de Qualidade de Impressão: Pixais para CM e DPI';
6
+ const description = 'Calcule o tamanho máximo de impressão das suas fotos com base na resolução. Converta píxeis em centímetros e polegadas para garantir uma impressão profissional.';
7
+
8
+ const ui: PrintQualityCalculatorUI = {
9
+ dropTitle: "Analisar Resolução",
10
+ dropSubtitle: "Arraste a sua imagem para calcular o seu tamanho de impressão.",
11
+ resultsTitle: "Especificações do Ficheiro",
12
+ dpiDensityLabel: "Densidade de Impressão Desejada (DPI)",
13
+ dpiPointsLabel: "pontos por polegada",
14
+ maxPrintTitle: "Tamanho Máximo de Impressão",
15
+ standardFormatsTitle: "Formatos Padrão Suportados",
16
+ formatColumn: "Formato",
17
+ measureColumn: "Medidas",
18
+ supportColumn: "Suportado?",
19
+ qualityExcellent: "Qualidade Excelente",
20
+ qualityGood: "Boa Qualidade",
21
+ qualityFair: "Qualidade de Ecrã",
22
+ qualityPoor: "Não Adequado",
23
+ qualityExcellentDesc: "Ideal para revistas de arte, livros de fotografia e visualização de perto.",
24
+ qualityGoodDesc: "Suficiente para pósteres e visualização a média distância.",
25
+ qualityFairDesc: "Adequado para visualização digital ou painéis publicitários distantes.",
26
+ qualityPoorDesc: "A imagem parecerá pixelizada. A impressão não é recomendada.",
27
+ unitCm: "cm",
28
+ unitInches: "pol",
29
+ dpiScreenLabel: "Ecrã",
30
+ dpiNewspaperLabel: "Jornal",
31
+ dpiPrintLabel: "Impressão",
32
+ dpiFineArtLabel: "Fine Art",
33
+ formatPostal: "Postal",
34
+ formatQuartilla: "Quartilha",
35
+ formatFolio: "Fólio",
36
+ formatDoubleFolio: "Duplo Fólio",
37
+ formatSmallPoster: "Póster Pequeno",
38
+ formatLargePoster: "Póster Grande",
39
+ formatPlane: "Planta",
40
+ supportedText: "Sim (Coberto)",
41
+ notSupportedPrefix: "Não (",
42
+ invalidImageError: "Por favor, selecione uma imagem válida",
43
+ faqTitle: "Perguntas Frequentes",
44
+ bibliographyTitle: "Referências"
45
+ };
46
+
47
+ const faq: PrintQualityCalculatorLocaleContent['faq'] = [
48
+ {
49
+ question: "O que é DPI e por que é importante?",
50
+ answer: "DPI (Dots Per Inch - Pontos por Polegada) indica quantos pontos de tinta a impressora colocará numa polegada linear. Quanto maior o DPI, mais nítida será a imagem, mas menor será o tamanho físico total que os seus píxeis cobrirão.",
51
+ },
52
+ {
53
+ question: "Qual é o DPI ideal para imprimir uma foto?",
54
+ answer: "O padrão industrial é de 300 DPI para uma excelente qualidade fotográfica. Para impressões de grande formato que serão vistas de longe, 150 DPI podem ser suficientes.",
55
+ },
56
+ {
57
+ question: "Posso aumentar o DPI da minha imagem sem perder qualidade?",
58
+ answer: "Não. Aumentar o DPI sem alterar os píxeis simplesmente reduz o tamanho da impressão. Se \"inventar\" píxeis através de software (upscaling), a imagem poderá parecer desfocada.",
59
+ },
60
+ ];
61
+
62
+ const howTo: PrintQualityCalculatorLocaleContent['howTo'] = [
63
+ {
64
+ name: "Carregue a sua imagem",
65
+ text: "Carregue a fotografia que deseja imprimir para conhecer as suas dimensões em píxeis.",
66
+ },
67
+ {
68
+ name: "Ajuste o DPI",
69
+ text: "Deslize a barra para ver como o tamanho final muda de acordo com a densidade de pontos (72 a 600 DPI).",
70
+ },
71
+ {
72
+ name: "Verifique o formato",
73
+ text: "Consulte a tabela de formatos padrão (A4, A3, etc.) para ver se a sua resolução cobre o papel desejado.",
74
+ },
75
+ {
76
+ name: "Confirme a qualidade",
77
+ text: "Certifique se de que o indicador marca \"Qualidade Excelente\" antes de enviar para impressão.",
78
+ },
79
+ ];
80
+
81
+ const bibliography: PrintQualityCalculatorLocaleContent['bibliography'] = [
82
+ {
83
+ name: "Formatos de papel internacionais (ISO 216)",
84
+ url: "https://www.iso.org/standard/36631.html",
85
+ },
86
+ {
87
+ name: "Guia de resolução de imagem - Adobe",
88
+ url: "https://www.adobe.com/pt/creativecloud/photography/discover/image-resolution.html",
89
+ },
90
+ ];
91
+
92
+ const seo: PrintQualityCalculatorLocaleContent['seo'] = [
93
+ {
94
+ type: 'summary',
95
+ title: 'Cálculo Profissional de Resolução de Impressão',
96
+ items: [
97
+ 'Converta píxeis em centímetros e polegadas com precisão',
98
+ 'Calcule o tamanho máximo com base no DPI desejado',
99
+ 'Compatibilidade com formatos padrão (A4, A3, etc.)',
100
+ 'Guia para 4 níveis de qualidade: Excelente a Não Adequado'
101
+ ]
102
+ },
103
+ { type: 'title', text: 'Guia Definitivo de Qualidade de Impressão e DPI', level: 2 },
104
+ { type: 'paragraph', html: 'Já alguma vez imprimiu uma foto e o resultado foi desfocado ou pixelizado? O segredo reside na relação matemática entre <strong>Píxeis</strong> e <strong>DPI</strong> (Pontos por Polegada). Esta ferramenta calcula o tamanho máximo exato a que pode imprimir as suas imagens sem perder a qualidade profissional.' },
105
+
106
+ { type: 'stats', items: [
107
+ { value: '300', label: 'DPI Padrão Profissional', icon: 'mdi:target' },
108
+ { value: '100%', label: 'Cálculos Precisos', icon: 'mdi:check' },
109
+ { value: 'ISO 216', label: 'Formatos Suportados', icon: 'mdi:file-document' }
110
+ ], columns: 3 },
111
+
112
+ { type: 'title', text: 'Compreender o DPI: Píxeis vs Pontos', level: 3 },
113
+ { type: 'paragraph', html: 'A confusão comum é pensar que DPI e píxeis são a mesma coisa. Não são. Os píxeis estão NO seu ficheiro digital. O DPI é a forma como a impressora os converte em tinta no papel.' },
114
+ { type: 'list', items: [
115
+ '<strong>DPI (Pontos por Polegada):</strong> Quantos pontos de tinta a impressora coloca numa polegada linear (2,54 cm).',
116
+ '<strong>Píxeis:</strong> Pequenos quadrados de dados no seu ficheiro digital. Uma foto de 3000x2000 píxeis tem informação constante, independentemente do DPI.',
117
+ '<strong>A Fórmula:</strong> Tamanho de impressão (polegadas) = Píxeis / DPI. Exemplo: 3000 píxeis / 300 DPI = 10 polegadas (25,4 cm)'
118
+ ], icon: 'mdi:check' },
119
+
120
+ { type: 'title', text: 'Níveis de Qualidade DPI Explicados', level: 3 },
121
+ { type: 'table', headers: ['DPI', 'Qualidade Visual', 'Casos de Uso', 'Distância de Visualização'], rows: [
122
+ ['600+ DPI', 'Excelente (Perfeito)', 'Livros de arte, revistas de luxo, fotografia fine art', 'Menos de 10 cm'],
123
+ ['300-400 DPI', 'Excelente (Profissional)', 'Fotografia, livros, catálogos de empresas', '20-30 cm (mão)'],
124
+ ['150-200 DPI', 'Boa (Impressão Web)', 'Pósteres, calendários, visualização média', '1-2 metros'],
125
+ ['72-100 DPI', 'Ecrã (Aceitável)', 'Painéis publicitários, faixas distantes', '5+ metros'],
126
+ ['10-30 DPI', 'Baixa (Não Adequado)', 'Painéis gigantes, visualização extremamente distante', '50+ metros']
127
+ ] },
128
+
129
+ { type: 'card', title: 'A Regra de Ouro dos 300 DPI', html: 'Para impressão fotográfica e editorial profissional, o padrão industrial é <strong>300 DPI</strong>. Isto garante que o olho humano a uma distância normal (20-30 cm) não perceba os pontos individuais de tinta. Com menos de 300 DPI, a grelha de píxeis torna-se visível.' },
130
+
131
+ { type: 'comparative', items: [
132
+ {
133
+ title: 'Fotografia de Mão (Fotos 10x15)',
134
+ description: '300 DPI obrigatórios - visualização de perto',
135
+ icon: 'mdi:image',
136
+ points: [
137
+ 'A 3000x2000 píxeis = máximo 10x6,7 polegadas',
138
+ 'Qualidade Excelente garantida',
139
+ 'Padrão para álbuns e presentes'
140
+ ]
141
+ },
142
+ {
143
+ title: 'Póster de Parede A3 (30x42 cm)',
144
+ description: '150 DPI suficientes - visualização à distância',
145
+ icon: 'mdi:wall-fire',
146
+ points: [
147
+ 'Visualização de 1-2 metros',
148
+ 'Menos píxeis necessários',
149
+ 'Poupe na qualidade da câmara'
150
+ ],
151
+ highlight: true
152
+ },
153
+ {
154
+ title: 'Painel Publicitário (200x300 cm)',
155
+ description: '15-30 DPI - visualização de muitos metros',
156
+ icon: 'mdi:sign',
157
+ points: [
158
+ 'Observado a mais de 20 metros de distância',
159
+ 'Mesmo a baixa resolução parece bem',
160
+ 'Otimize ficheiros grandes'
161
+ ]
162
+ }
163
+ ], columns: 3 },
164
+
165
+ { type: 'title', text: 'Preparar Ficheiros para Impressão Profissional', level: 3 },
166
+ { type: 'proscons', items: [
167
+ {
168
+ pro: 'CMYK vs RGB: As impressoras usam tinta (CMYK), os ecrãs usam luz (RGB). Converta para evitar surpresas nas cores.',
169
+ con: 'As cores podem mudar ao converter - verifique a pré-visualização primeiro'
170
+ },
171
+ {
172
+ pro: 'Sangria: Adicione 3mm extra por lado se a imagem deve chegar à borda do papel',
173
+ con: 'Sem sangria, as bordas cortadas podem ficar brancas'
174
+ },
175
+ {
176
+ pro: 'O upscaling NÃO funciona: Aumentar os píxeis no Photoshop adiciona informação falsa (desfocagem)',
177
+ con: 'Se deseja imprimir em grande, precisa da foto original em alta resolução'
178
+ },
179
+ {
180
+ pro: 'Formatos: TIFF sem compressão ou JPEG de alta qualidade para fotos; vetorial (AI, EPS) para logótipos',
181
+ con: 'O PNG não suporta nativamente CMYK na maioria das tipografias'
182
+ }
183
+ ], proTitle: 'Recomendações', conTitle: 'Contrapartidas' },
184
+
185
+ { type: 'diagnostic', variant: 'warning', title: 'Erro Comum: O Mito do Upscaling', icon: 'mdi:alert', badge: 'Crítico', html: '<strong>NÃO aumente o DPI no Photoshop sem alterar os píxeis.</strong> Aumentar de 72 DPI para 300 DPI simplesmente reduz o tamanho físico da impressão. Se \"adicionar píxeis\" através de interpolação (upscaling), a imagem parecerá desfocada. Precisa de píxeis REAIS da fonte.' },
186
+
187
+ { type: 'glossary', items: [
188
+ {
189
+ term: 'DPI (Pontos por Polegada)',
190
+ definition: 'Medida de resolução de impressão: quantos pontos de tinta por polegada linear (2,54 cm). 300 DPI = 300x300 = 90.000 pontos por polegada quadrada.'
191
+ },
192
+ {
193
+ term: 'CMYK',
194
+ definition: 'Espaço de cor de impressão: Ciano, Magenta, Amarelo, Preto (Key black). Baseado em tinta subtrativa. Diferente de RGB (luz aditiva de ecrãs).'
195
+ },
196
+ {
197
+ term: 'Sangria (Bleed)',
198
+ definition: 'Área extra (tipicamente 3mm) que é impressa e depois cortada. Garante que a imagem chegue ao bordo sem deixar margens brancas.'
199
+ },
200
+ {
201
+ term: 'Resolução Nativa',
202
+ definition: 'Píxeis REAIS captados pela câmara, sem manipulação. Aumentar o DPI sem alterar píxeis não gera \"resolução nativa\".'
203
+ },
204
+ {
205
+ term: 'Interpolação (Upscaling)',
206
+ definition: 'Algoritmo que inventa novos píxeis com base nos existentes. Útil para pequenos aumentos, mas perde nitidez em grandes ampliações.'
207
+ }
208
+ ] },
209
+
210
+ { type: 'message', title: 'Precisão Técnica para Resultados Profissionais', ariaLabel: 'Informações sobre cálculos de impressão', html: 'A nossa calculadora converte píxeis em centímetros considerando os padrões internacionais (ISO 216 para papel). Não é apenas uma calculadora: é o seu validador para saber se essa foto serve para esse tamanho de impressão mantendo a qualidade profissional.' },
211
+
212
+ { type: 'title', text: 'Conclusão: Imprima Sem Surpresas', level: 3 },
213
+ { type: 'paragraph', html: 'A diferença entre uma bela impressão e uma dececionante é conhecer a relação entre píxeis e DPI. Use esta calculadora para validar os seus ficheiros ANTES de ir à tipografia. Assim evita gastos desnecessários e resultados frustrantes.' }
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: 'pt',
247
+ };
248
+
249
+ export const content: PrintQualityCalculatorLocaleContent = {
250
+ slug,
251
+ title,
252
+ description,
253
+ ui,
254
+ seo,
255
+ faqTitle: "Perguntas Frequentes",
256
+ faq,
257
+ bibliographyTitle: "Referências",
258
+ bibliography,
259
+ howTo,
260
+ schemas: [faqSchema as any, howToSchema as any, appSchema],
261
+ };