@jjlmoya/utils-audiovisual 1.6.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 +59 -58
- package/src/category/i18n/de.ts +198 -0
- package/src/category/i18n/fr.ts +1 -1
- 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/tests/schemas_fulfillment.test.ts +23 -0
- package/src/tests/title_quality.test.ts +55 -0
- package/src/tool/chromaticLens/i18n/de.ts +246 -0
- package/src/tool/chromaticLens/i18n/en.ts +1 -1
- package/src/tool/chromaticLens/i18n/es.ts +1 -1
- package/src/tool/chromaticLens/i18n/fr.ts +1 -1
- 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/en.ts +1 -1
- package/src/tool/collageMaker/i18n/es.ts +1 -1
- package/src/tool/collageMaker/i18n/fr.ts +1 -1
- 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/en.ts +2 -2
- package/src/tool/exifCleaner/i18n/es.ts +2 -2
- package/src/tool/exifCleaner/i18n/fr.ts +4 -4
- 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 +2 -2
- package/src/tool/imageCompressor/i18n/es.ts +2 -2
- 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/en.ts +2 -2
- package/src/tool/printQualityCalculator/i18n/es.ts +3 -3
- package/src/tool/printQualityCalculator/i18n/fr.ts +3 -3
- 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/en.ts +1 -1
- package/src/tool/privacyBlur/i18n/es.ts +1 -1
- package/src/tool/privacyBlur/i18n/fr.ts +1 -1
- 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/en.ts +1 -1
- package/src/tool/subtitleSync/i18n/es.ts +1 -1
- package/src/tool/subtitleSync/i18n/fr.ts +8 -8
- 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/en.ts +1 -1
- package/src/tool/tvDistance/i18n/es.ts +1 -1
- package/src/tool/tvDistance/i18n/fr.ts +1 -1
- 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/en.ts +1 -1
- package/src/tool/videoFrameExtractor/i18n/es.ts +1 -1
- package/src/tool/videoFrameExtractor/i18n/fr.ts +1 -1
- 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,277 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ExifCleanerUI, ExifCleanerLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'pembersih-metadata-exif-hapus-gps-privasi-foto';
|
|
5
|
+
const title = 'Pembersih Metadata EXIF: Hapus GPS dan Data Tersembunyi dari Foto';
|
|
6
|
+
const description = 'Alat online gratis untuk menghapus metadata EXIF, koordinat GPS, dan spesifikasi kamera dari gambar Anda sebelum dibagikan. 100% pribadi: bekerja tanpa mengunggah foto ke internet.';
|
|
7
|
+
|
|
8
|
+
const ui: ExifCleanerUI = {
|
|
9
|
+
dropTitle: "Seret gambar Anda ke sini",
|
|
10
|
+
dropSubtitle: "Hapus metadata GPS, model kamera, dan pengaturan tersembunyi.",
|
|
11
|
+
dropLocalInfo: "Pemrosesan lokal 100%. Tidak ada yang diunggah ke cloud.",
|
|
12
|
+
selectButton: "Pilih Gambar",
|
|
13
|
+
processingText: "Membersihkan metadata...",
|
|
14
|
+
analysisCompleted: "Analisis Selesai",
|
|
15
|
+
downloadButton: "Unduh Gambar Bersih",
|
|
16
|
+
resetButton: "Bersihkan gambar lain",
|
|
17
|
+
privacyRiskTitle: "RISIKO PRIVASI TERDETEKSI:",
|
|
18
|
+
gpsLabel: "GPS:",
|
|
19
|
+
gpsDetected: "TERDETEKSI",
|
|
20
|
+
gpsNotFound: "TIDAK DITEMUKAN",
|
|
21
|
+
cameraLabel: "KAMERA:",
|
|
22
|
+
softwareLabel: "PERANGKAT LUNAK:",
|
|
23
|
+
dateLabel: "TANGGAL:",
|
|
24
|
+
otherTechnicalDetails: "DETAIL TEKNIS LAINNYA",
|
|
25
|
+
noMetadataFound: "Tidak ditemukan metadata EXIF yang terbaca.",
|
|
26
|
+
alreadyCleanInfo: "Gambar mungkin sudah bersih.",
|
|
27
|
+
previewLabel: "Pratinjau",
|
|
28
|
+
faqTitle: "Pertanyaan yang sering diajukan tentang privasi foto",
|
|
29
|
+
bibliographyTitle: "Sumber daya dan dokumentasi teknis EXIF",
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
const faq: ExifCleanerLocaleContent['faq'] = [
|
|
33
|
+
{
|
|
34
|
+
question: "Apa itu metadata EXIF?",
|
|
35
|
+
answer: "EXIF (Exchangeable Image File Format) adalah informasi tersembunyi yang disimpan kamera atau ponsel Anda di dalam setiap foto. Ini mencakup tanggal yang tepat, model perangkat, pengaturan pengambilan gambar (ISO, aperture), dan yang paling kritis, koordinat GPS tempat foto diambil.",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
question: "Apakah aman menggunakan alat online ini?",
|
|
39
|
+
answer: "Ya, karena pemrosesan dilakukan 100% secara lokal di browser Anda. Foto Anda tidak pernah diunggah ke server mana pun; pembersihan terjadi langsung di memori perangkat Anda, memastikan privasi absolut.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Data spesifik apa yang dihapus oleh pembersih ini?",
|
|
43
|
+
answer: "Alat ini menghapus semua tag EXIF (GPS, merek kamera, nomor seri), IPTC (hak cipta, penulis), dan XMP (riwayat pengeditan). Gambar Anda menjadi 'bersih', hanya menyisakan piksel visual.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "Apakah gambar kehilangan kualitas saat metadata dibersihkan?",
|
|
47
|
+
answer: "Tidak. Kami hanya menghapus 'header' data teknis dari file. Data gambar (piksel) tetap identik, sehingga kualitas visual tidak terpengaruh sama sekali.",
|
|
48
|
+
},
|
|
49
|
+
];
|
|
50
|
+
|
|
51
|
+
const howTo: ExifCleanerLocaleContent['howTo'] = [
|
|
52
|
+
{
|
|
53
|
+
name: "Pilih gambar",
|
|
54
|
+
text: "Seret foto Anda atau pilih dari file explorer Anda. Anda dapat memproses beberapa foto sekaligus.",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: "Analisis data saat ini",
|
|
58
|
+
text: "Alat ini akan menunjukkan kepada Anda informasi sensitif apa yang telah dideteksi (misalnya, 'Koordinat GPS terdeteksi').",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "Proses dan bersihkan",
|
|
62
|
+
text: "Klik tombol bersihkan untuk langsung menghapus semua tag metadata.",
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
name: "Unduh foto yang aman",
|
|
66
|
+
text: "Simpan versi baru gambar Anda, sekarang sudah dianonimkan dan siap dibagikan dengan aman di media sosial.",
|
|
67
|
+
},
|
|
68
|
+
];
|
|
69
|
+
|
|
70
|
+
const bibliography: ExifCleanerLocaleContent['bibliography'] = [
|
|
71
|
+
{
|
|
72
|
+
name: "Exchangeable image file format (EXIF) - Wikipedia",
|
|
73
|
+
url: "https://id.wikipedia.org/wiki/Exchangeable_image_file_format",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
name: "W3C - Metadata dalam Gambar",
|
|
77
|
+
url: "https://www.w3.org/community/image-metadata/",
|
|
78
|
+
},
|
|
79
|
+
];
|
|
80
|
+
|
|
81
|
+
const seo: ExifCleanerLocaleContent['seo'] = [
|
|
82
|
+
{
|
|
83
|
+
type: 'summary',
|
|
84
|
+
title: 'Pembersih Metadata EXIF: Lindungi Privasi Anda',
|
|
85
|
+
items: [
|
|
86
|
+
'Hapus koordinat GPS dan lokasi dari foto Anda secara instan',
|
|
87
|
+
'Hapus model kamera, nomor seri, dan informasi teknis',
|
|
88
|
+
'Pemrosesan berbasis browser 100% - gambar Anda tidak pernah meninggalkan perangkat Anda',
|
|
89
|
+
'Mempertahankan kualitas visual - hanya data tersembunyi yang dihapus'
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{ type: 'title', text: 'Panduan Lengkap Privasi dan Metadata EXIF dalam Fotografi Digital', level: 2 },
|
|
93
|
+
{ type: 'paragraph', html: 'Pernahkah Anda bertanya-tanya seberapa banyak informasi pribadi yang Anda bagikan saat mengunggah foto ke media sosial? Metadata EXIF seperti <strong>sidik jari yang tidak terlihat</strong> yang dapat mengungkapkan segalanya mulai dari lokasi rumah Anda yang tepat hingga harga peralatan fotografi Anda. Panduan ini menjelaskan cara melindungi privasi Anda secara efektif.' },
|
|
94
|
+
|
|
95
|
+
{ type: 'stats', items: [
|
|
96
|
+
{ value: '100%', label: 'Privasi - Pemrosesan Lokal', icon: 'mdi:shield-check' },
|
|
97
|
+
{ value: '0%', label: 'Data Disimpan di Server', icon: 'mdi:database' },
|
|
98
|
+
{ value: 'Instan', label: 'Penghapusan Metadata', icon: 'mdi:lightning-bolt' }
|
|
99
|
+
], columns: 3 },
|
|
100
|
+
|
|
101
|
+
{ type: 'title', text: 'Informasi Apa yang Tersembunyi di Foto Anda?', level: 3 },
|
|
102
|
+
{ type: 'paragraph', html: 'Lebih dari 90% foto digital berisi informasi sensitif yang dapat membahayakan keamanan Anda. Berikut adalah semua data yang dapat terungkap:' },
|
|
103
|
+
{ type: 'list', items: [
|
|
104
|
+
'<strong>Koordinat GPS:</strong> Garis lintang dan garis bujur yang tepat di mana pengambilan gambar dilakukan (alamat rumah, kantor, tempat yang sering dikunjungi).',
|
|
105
|
+
'<strong>Identifikasi Peralatan:</strong> Merek, model, dan nomor seri kamera atau ponsel cerdas (informasi berharga).',
|
|
106
|
+
'<strong>Pengaturan Teknis:</strong> ISO, aperture (f/), waktu pencahayaan, dan panjang fokus (memungkinkan identifikasi peralatan spesifik Anda).',
|
|
107
|
+
'<strong>Tanggal dan Waktu yang Tepat:</strong> Garis waktu lengkap dari aktivitas harian Anda.',
|
|
108
|
+
'<strong>Riwayat Pengeditan:</strong> Perangkat lunak yang digunakan, perangkat lunak pengeditan, dan tanggal modifikasi terakhir.',
|
|
109
|
+
'<strong>Data Hak Cipta:</strong> Fotografer, hak cipta, dan catatan pribadi.'
|
|
110
|
+
] },
|
|
111
|
+
|
|
112
|
+
{ type: 'title', text: 'Risiko Keamanan Nyata: Kasus Penggunaan', level: 3 },
|
|
113
|
+
{ type: 'comparative', items: [
|
|
114
|
+
{
|
|
115
|
+
title: 'Fotografer Profesional',
|
|
116
|
+
description: 'Risiko pencurian peralatan mahal yang diidentifikasi berdasarkan nomor seri',
|
|
117
|
+
icon: 'mdi:camera',
|
|
118
|
+
points: [
|
|
119
|
+
'Pencuri mencari fotografer dengan peralatan berharga',
|
|
120
|
+
'GPS mengidentifikasi alamat rumah pemilik',
|
|
121
|
+
'Nomor seri memudahkan penjualan kembali di dark web'
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
title: 'Orang Tua dan Influencer',
|
|
126
|
+
description: 'Bahaya besar: lokasi real-time anak-anak',
|
|
127
|
+
icon: 'mdi:alert',
|
|
128
|
+
points: [
|
|
129
|
+
'Predator melacak lokasi menggunakan OSINT',
|
|
130
|
+
'Predator dapat mengidentifikasi rutinitas harian',
|
|
131
|
+
'Risiko stalking dan pelacakan fisik'
|
|
132
|
+
],
|
|
133
|
+
highlight: true
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
title: 'Pengguna Media Sosial',
|
|
137
|
+
description: 'Paparan privasi pribadi dan profesional',
|
|
138
|
+
icon: 'mdi:share-variant',
|
|
139
|
+
points: [
|
|
140
|
+
'Posting dari kantor mengungkapkan lokasi tempat kerja',
|
|
141
|
+
'Geolokasi memungkinkan menyimpulkan perkiraan gaji',
|
|
142
|
+
'Data publik memungkinkan pemrofilan yang ditargetkan'
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
title: 'Pelancong dan Nomad',
|
|
147
|
+
description: 'Bahaya pencurian di rumah yang kosong',
|
|
148
|
+
icon: 'mdi:map',
|
|
149
|
+
points: [
|
|
150
|
+
'GPS yang dipublikasikan menunjukkan rumah kosong selama perjalanan',
|
|
151
|
+
'Data peralatan menarik perhatian kriminal',
|
|
152
|
+
'Riwayat perjalanan mengungkapkan jadwal dan pola'
|
|
153
|
+
]
|
|
154
|
+
}
|
|
155
|
+
], columns: 2 },
|
|
156
|
+
|
|
157
|
+
{ type: 'title', text: 'Cara Kerja Alat Ini', level: 3 },
|
|
158
|
+
{ type: 'list', items: [
|
|
159
|
+
'<strong>1. Pilih gambar Anda:</strong> Seret foto atau gunakan pemilih. Anda dapat memproses beberapa foto secara bersamaan.',
|
|
160
|
+
'<strong>2. Analisis otomatis:</strong> Alat ini mendeteksi dan menampilkan semua metadata yang ada (GPS, model kamera, tanggal, dll.).',
|
|
161
|
+
'<strong>3. Pembersihan instan:</strong> Dengan satu klik, alat ini menghapus 100% metadata berbahaya.',
|
|
162
|
+
'<strong>4. Unduhan aman:</strong> Terima gambar yang telah dianonimkan dan siap dibagikan di jejaring tanpa risiko.',
|
|
163
|
+
'<strong>5. Tanpa residu:</strong> Gambar bersih mempertahankan semua kualitas visual aslinya.'
|
|
164
|
+
], icon: 'mdi:check' },
|
|
165
|
+
|
|
166
|
+
{ type: 'card', title: 'Teknologi Privasi', icon: 'mdi:shield-check', html: 'Alat ini menggunakan <strong>API Canvas browser</strong> untuk membuat salinan gambar yang bersih piksel demi piksel, memastikan bahwa:<br><br>- Tidak ada data yang dikirim ke server<br>- Gambar Anda tidak pernah meninggalkan perangkat Anda<br>- Pemrosesan anonim dan aman 100%<br>- Anda dapat menggunakannya bahkan tanpa koneksi internet (setelah pemuatan awal)' },
|
|
167
|
+
|
|
168
|
+
{ type: 'title', text: 'Data Spesifik Apa yang Dihapus?', level: 3 },
|
|
169
|
+
{ type: 'table', headers: ['Jenis Metadata', 'Contoh', 'Risiko'], rows: [
|
|
170
|
+
['EXIF (Exchangeable)', 'GPS, ISO, Aperture, Kecepatan Shutter, Model Kamera', 'KRITIS'],
|
|
171
|
+
['IPTC (Publikasi)', 'Hak Cipta, Penulis, Kata Kunci, Lokasi Adegan', 'TINGGI'],
|
|
172
|
+
['XMP (XML)', 'Riwayat Pengeditan, Perangkat Lunak yang Digunakan, Editan yang Dilakukan', 'SEDANG'],
|
|
173
|
+
['Data File Dasar', 'Tanggal Pembuatan, Waktu yang Tepat, Perangkat', 'TINGGI']
|
|
174
|
+
] },
|
|
175
|
+
|
|
176
|
+
{ type: 'proscons', items: [
|
|
177
|
+
{
|
|
178
|
+
pro: 'Privasi Total - pemrosesan berbasis browser 100%',
|
|
179
|
+
con: 'Memerlukan browser modern dengan dukungan JavaScript'
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
pro: 'Instan - membersihkan foto membutuhkan waktu kurang dari 1 detik',
|
|
183
|
+
con: 'Pemrosesan foto besar mungkin lambat pada perangkat lama'
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
pro: 'Tanpa Kehilangan Kualitas - hanya menghapus data teknis, bukan piksel',
|
|
187
|
+
con: 'Tidak mengedit gambar (crop, rotasi, dll.)'
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
pro: 'Sepenuhnya Gratis tanpa Batasan - proses foto tanpa batas',
|
|
191
|
+
con: 'Tidak ada dukungan premium atau penyimpanan cloud'
|
|
192
|
+
}
|
|
193
|
+
], proTitle: 'Keunggulan Utama', conTitle: 'Batasan' },
|
|
194
|
+
|
|
195
|
+
{ type: 'tip', title: 'Tips Keamanan Digital', html: '<strong>Bersihkan foto Anda SEBELUM memposting</strong> di jejaring sosial mana pun. Meskipun Anda menghapus postingan, metadata mungkin telah diindeks oleh mesin pencarian atau arsip. Pencegahan lebih baik daripada mengobati. Jadikan ini kebiasaan: <br><br><em>Foto → Bersihkan EXIF → Posting</em>' },
|
|
196
|
+
|
|
197
|
+
{ type: 'diagnostic', variant: 'warning', title: 'Risiko Nyata dari Tidak Membersihkan', icon: 'mdi:alert-circle', badge: 'Keamanan Kritis', html: '<strong>Kasus yang didokumentasikan:</strong><br>- Orang tua memposting foto anak - predator melacak GPS<br>- Fotografer yang sedang bepergian - rumah dirampok saat mereka pergi<br>- Influencer - lokasi tempat tinggal diidentifikasi oleh penggemar obsesif<br><br>Ini bukan paranoia: ini adalah kebersihan digital dasar di tahun 2026.' },
|
|
198
|
+
|
|
199
|
+
{ type: 'glossary', items: [
|
|
200
|
+
{
|
|
201
|
+
term: 'EXIF',
|
|
202
|
+
definition: 'Exchangeable Image File Format. Standar yang menyimpan metadata teknis dalam file gambar: GPS, data kamera, pengaturan pencahayaan. Ada di ~90% foto digital tanpa niat pengguna.'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
term: 'Koordinat GPS',
|
|
206
|
+
definition: 'Garis lintang dan garis bujur yang tepat dari lokasi persis di mana foto diambil. Dikombinasikan dengan media sosial, ini memungkinkan pelacakan fisik orang.'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
term: 'IPTC',
|
|
210
|
+
definition: 'International Press Telecommunications Council. Metadata publikasi yang terbaca: hak cipta, penulis, kata kunci, deskripsi. Standar dalam fotografi profesional.'
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
term: 'XMP',
|
|
214
|
+
definition: 'Extensible Metadata Platform. Format XML yang merekam riwayat pengeditan dalam perangkat lunak seperti Lightroom atau Photoshop. Ini dapat mengungkapkan semua editan yang dilakukan.'
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
term: 'OSINT',
|
|
218
|
+
definition: 'Open Source Intelligence. Teknik mengumpulkan informasi publik (media sosial, metadata, catatan) untuk memprofilkan orang tanpa sepengetahuan mereka.'
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
term: 'Anonimisasi Digital',
|
|
222
|
+
definition: 'Proses menghapus atau mengaburkan informasi yang dapat diidentifikasi: lokasi, perangkat, pola perilaku. Penting untuk privasi online.'
|
|
223
|
+
}
|
|
224
|
+
] },
|
|
225
|
+
|
|
226
|
+
{ type: 'message', title: 'Privasi Anda Adalah Tanggung Jawab Anda', ariaLabel: 'Informasi tentang privasi dan hak data', html: 'Kami tidak menyimpan, memproses, atau membagikan gambar Anda. <strong>Anda memiliki kendali penuh.</strong> Semua operasi terjadi secara eksklusif di browser Anda. Saat Anda menutup tab ini, tidak ada catatan aktivitas Anda yang tersisa. Inilah cara melindungi privasi Anda di internet: alat yang menghargai data Anda.' },
|
|
227
|
+
|
|
228
|
+
{ type: 'title', text: 'Kesimpulan: Berbagi Tanpa Jejak', level: 3 },
|
|
229
|
+
{ type: 'paragraph', html: 'Melindungi identitas digital Anda dimulai dengan detail kecil. Membersihkan foto Anda sebelum mempublikasikannya adalah <strong>kebiasaan kebersihan digital yang penting</strong> di tahun 2026. Ini tidak hanya melindungi lokasi Anda: ini melindungi keluarga, aset, dan privasi profesional Anda. Foto yang tampak lugu dapat mengungkapkan lebih banyak tentang Anda daripada yang pernah Anda bayangkan.' }
|
|
230
|
+
];
|
|
231
|
+
|
|
232
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
233
|
+
'@context': 'https://schema.org',
|
|
234
|
+
'@type': 'FAQPage',
|
|
235
|
+
mainEntity: faq.map((item) => ({
|
|
236
|
+
'@type': 'Question',
|
|
237
|
+
name: item.question,
|
|
238
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
239
|
+
})),
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
const howToSchema: WithContext<HowTo> = {
|
|
243
|
+
'@context': 'https://schema.org',
|
|
244
|
+
'@type': 'HowTo',
|
|
245
|
+
name: title,
|
|
246
|
+
description,
|
|
247
|
+
step: howTo.map((step) => ({
|
|
248
|
+
'@type': 'HowToStep',
|
|
249
|
+
name: step.name,
|
|
250
|
+
text: step.text,
|
|
251
|
+
})),
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
255
|
+
'@context': 'https://schema.org',
|
|
256
|
+
'@type': 'SoftwareApplication',
|
|
257
|
+
name: title,
|
|
258
|
+
description,
|
|
259
|
+
applicationCategory: 'UtilitiesApplication',
|
|
260
|
+
operatingSystem: 'Web',
|
|
261
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
262
|
+
inLanguage: 'id',
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
export const content: ExifCleanerLocaleContent = {
|
|
266
|
+
slug,
|
|
267
|
+
title,
|
|
268
|
+
description,
|
|
269
|
+
ui,
|
|
270
|
+
seo,
|
|
271
|
+
faqTitle: "Pertanyaan yang Sering Diajukan",
|
|
272
|
+
faq,
|
|
273
|
+
bibliographyTitle: "Referensi",
|
|
274
|
+
bibliography,
|
|
275
|
+
howTo,
|
|
276
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
277
|
+
};
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import type { WithContext, FAQPage, HowTo, SoftwareApplication } from 'schema-dts';
|
|
2
|
+
import type { ExifCleanerUI, ExifCleanerLocaleContent } from '../index';
|
|
3
|
+
|
|
4
|
+
const slug = 'pulizia-metadati-exif-rimuovi-gps-privacy-foto';
|
|
5
|
+
const title = 'Pulizia Metadati EXIF: Rimuovi GPS e Dati Nascosti dalle Foto';
|
|
6
|
+
const description = 'Strumento online gratuito per cancellare i metadati EXIF, le coordinate GPS e le specifiche della fotocamera dalle tue immagini prima di condividerle. 100% privato: funziona senza caricare foto su Internet.';
|
|
7
|
+
|
|
8
|
+
const ui: ExifCleanerUI = {
|
|
9
|
+
dropTitle: "Trascina la tua immagine qui",
|
|
10
|
+
dropSubtitle: "Rimuovi i metadati GPS, il modello della fotocamera e le impostazioni nascoste.",
|
|
11
|
+
dropLocalInfo: "Elaborazione 100% locale. Nulla viene caricato sul cloud.",
|
|
12
|
+
selectButton: "Seleziona Immagine",
|
|
13
|
+
processingText: "Pulizia metadati in corso...",
|
|
14
|
+
analysisCompleted: "Analisi Completata",
|
|
15
|
+
downloadButton: "Scarica Immagine Pulita",
|
|
16
|
+
resetButton: "Pulisci un'altra immagine",
|
|
17
|
+
privacyRiskTitle: "RISCHI PER LA PRIVACY RILEVATI:",
|
|
18
|
+
gpsLabel: "GPS:",
|
|
19
|
+
gpsDetected: "RILEVATO",
|
|
20
|
+
gpsNotFound: "NON TROVATO",
|
|
21
|
+
cameraLabel: "FOTOCAMERA:",
|
|
22
|
+
softwareLabel: "SOFTWARE:",
|
|
23
|
+
dateLabel: "DATA:",
|
|
24
|
+
otherTechnicalDetails: "ALTRI DETTAGLI TECNICI",
|
|
25
|
+
noMetadataFound: "Nessun metadato EXIF leggibile trovato.",
|
|
26
|
+
alreadyCleanInfo: "L'immagine potrebbe essere già pulita.",
|
|
27
|
+
previewLabel: "Anteprima",
|
|
28
|
+
faqTitle: "Domande frequenti sulla privacy delle foto",
|
|
29
|
+
bibliographyTitle: "Risorse e documentazione tecnica EXIF",
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
const faq: ExifCleanerLocaleContent['faq'] = [
|
|
33
|
+
{
|
|
34
|
+
question: "Cosa sono i metadati EXIF?",
|
|
35
|
+
answer: "EXIF (Exchangeable Image File Format) sono informazioni nascoste che la tua fotocamera o il tuo telefono salvano all'interno di ogni foto. Includono la data esatta, il modello del dispositivo, le impostazioni di scatto (ISO, apertura) e, cosa più critica, le coordinate GPS del luogo in cui è stata scattata la foto.",
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
question: "È sicuro usare questo strumento online?",
|
|
39
|
+
answer: "Sì, perché l'elaborazione è al 100% locale nel tuo browser. Le tue foto non vengono mai caricate su alcun server; la pulizia avviene direttamente nella memoria del tuo dispositivo, garantendo la massima privacy.",
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
question: "Quali dati specifici rimuove lo strumento?",
|
|
43
|
+
answer: "Cancella tutti i tag EXIF (GPS, marca della fotocamera, numero di serie), IPTC (copyright, autore) e XMP (cronologia delle modifiche). La tua immagine diventa 'pulita', preservando solo i pixel visivi.",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
question: "L'immagine perde qualità durante la pulizia dei metadati?",
|
|
47
|
+
answer: "No. Rimuoviamo solo l''intestazione' dei dati tecnici del file. I dati dell'immagine (pixel) rimangono identici, quindi la qualità visiva non viene minimamente intaccata.",
|
|
48
|
+
},
|
|
49
|
+
];
|
|
50
|
+
|
|
51
|
+
const howTo: ExifCleanerLocaleContent['howTo'] = [
|
|
52
|
+
{
|
|
53
|
+
name: "Seleziona le immagini",
|
|
54
|
+
text: "Trascina le tue foto o selezionale dal tuo explorer di file. Puoi elaborarne diverse contemporaneamente.",
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
name: "Analizza i dati attuali",
|
|
58
|
+
text: "Lo strumento ti mostrerà quali informazioni sensibili ha rilevato (ad esempio, 'Coordinate GPS rilevate').",
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
name: "Elabora e pulisci",
|
|
62
|
+
text: "Fai clic sul pulsante di pulizia per rimuovere istantaneamente tutti i tag dei metadati.",
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
name: "Scarica foto sicure",
|
|
66
|
+
text: "Salva le nuove versioni delle tue immagini, ora anonimizzate e pronte per essere condivise in sicurezza sui social media.",
|
|
67
|
+
},
|
|
68
|
+
];
|
|
69
|
+
|
|
70
|
+
const bibliography: ExifCleanerLocaleContent['bibliography'] = [
|
|
71
|
+
{
|
|
72
|
+
name: "Exchangeable image file format (EXIF) - Wikipedia",
|
|
73
|
+
url: "https://it.wikipedia.org/wiki/Exchangeable_image_file_format",
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
name: "W3C - Metadati nelle immagini",
|
|
77
|
+
url: "https://www.w3.org/community/image-metadata/",
|
|
78
|
+
},
|
|
79
|
+
];
|
|
80
|
+
|
|
81
|
+
const seo: ExifCleanerLocaleContent['seo'] = [
|
|
82
|
+
{
|
|
83
|
+
type: 'summary',
|
|
84
|
+
title: 'Pulizia Metadati EXIF: Proteggi la tua Privacy',
|
|
85
|
+
items: [
|
|
86
|
+
'Rimuovi istantaneamente le coordinate GPS e la posizione dalle tue foto',
|
|
87
|
+
'Cancella il modello della fotocamera, il numero di serie e le informazioni tecniche',
|
|
88
|
+
'Elaborazione basata al 100% su browser: le tue immagini non lasciano mai il tuo dispositivo',
|
|
89
|
+
'Mantiene la qualità visiva - vengono rimossi solo i dati nascosti'
|
|
90
|
+
]
|
|
91
|
+
},
|
|
92
|
+
{ type: 'title', text: 'Guida completa alla privacy e ai metadati EXIF nella fotografia digitale', level: 2 },
|
|
93
|
+
{ type: 'paragraph', html: 'Ti sei mai chiesto quante informazioni personali condividi quando carichi una foto sui social media? I metadati EXIF sono come un\'<strong>impronta digitale invisibile</strong> che può rivelare tutto, dalla tua posizione esatta a casa al prezzo della tua attrezzatura fotografica. Questa guida spiega come proteggere efficacemente la tua privacy.' },
|
|
94
|
+
|
|
95
|
+
{ type: 'stats', items: [
|
|
96
|
+
{ value: '100%', label: 'Privacy - Elaborazione Locale', icon: 'mdi:shield-check' },
|
|
97
|
+
{ value: '0%', label: 'Dati memorizzati sui server', icon: 'mdi:database' },
|
|
98
|
+
{ value: 'Istantanea', label: 'Rimozione Metadati', icon: 'mdi:lightning-bolt' }
|
|
99
|
+
], columns: 3 },
|
|
100
|
+
|
|
101
|
+
{ type: 'title', text: 'Quali informazioni si nascondono nelle tue foto?', level: 3 },
|
|
102
|
+
{ type: 'paragraph', html: 'Oltre il 90% delle foto digitali contiene informazioni sensibili che possono compromettere la tua sicurezza. Ecco tutti i dati che possono essere rivelati:' },
|
|
103
|
+
{ type: 'list', items: [
|
|
104
|
+
'<strong>Coordinate GPS:</strong> La latitudine e la longitudine esatte in cui è stato effettuato lo scatto (indirizzo di casa, lavoro, luoghi visitati di frequente).',
|
|
105
|
+
'<strong>Identificazione dell\'attrezzatura:</strong> Marca, modello e numero di serie della fotocamera o dello smartphone (informazioni preziose).',
|
|
106
|
+
'<strong>Impostazioni tecniche:</strong> ISO, apertura (f/), tempo di esposizione e lunghezza focale (consente di identificare la tua attrezzatura specifica).',
|
|
107
|
+
'<strong>Data e ora esatte:</strong> Una cronologia completa delle tue attività quotidiane.',
|
|
108
|
+
'<strong>Cronologia delle modifiche:</strong> Software utilizzato, software di editing e data dell\'ultima modifica.',
|
|
109
|
+
'<strong>Dati sul copyright:</strong> Fotografo, copyright e note personali.'
|
|
110
|
+
] },
|
|
111
|
+
|
|
112
|
+
{ type: 'title', text: 'Rischi reali per la sicurezza: Casi d\'uso', level: 3 },
|
|
113
|
+
{ type: 'comparative', items: [
|
|
114
|
+
{
|
|
115
|
+
title: 'Fotografi professionisti',
|
|
116
|
+
description: 'Rischio di furto di attrezzature costose identificate tramite numero di serie',
|
|
117
|
+
icon: 'mdi:camera',
|
|
118
|
+
points: [
|
|
119
|
+
'I ladri cercano fotografi con attrezzatura di valore',
|
|
120
|
+
'Il GPS identifica l\'indirizzo di casa del proprietario',
|
|
121
|
+
'Il numero di serie facilita la rivendita nel dark web'
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
title: 'Genitori e Influencer',
|
|
126
|
+
description: 'Pericolo estremo: posizione in tempo reale dei bambini',
|
|
127
|
+
icon: 'mdi:alert',
|
|
128
|
+
points: [
|
|
129
|
+
'I predatori tracciano le posizioni usando l\'OSINT',
|
|
130
|
+
'I predatori possono identificare le routine quotidiane',
|
|
131
|
+
'Rischio di stalking e tracciamento fisico'
|
|
132
|
+
],
|
|
133
|
+
highlight: true
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
title: 'Utenti dei Social Media',
|
|
137
|
+
description: 'Esposizione della privacy personale e professionale',
|
|
138
|
+
icon: 'mdi:share-variant',
|
|
139
|
+
points: [
|
|
140
|
+
'Pubblicare dall\'ufficio rivela la posizione del luogo di lavoro',
|
|
141
|
+
'La geolocalizzazione permette di dedurre lo stipendio approssimativo',
|
|
142
|
+
'I dati pubblici consentono un profiling mirato'
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
title: 'Viaggiatori e Nomadi',
|
|
147
|
+
description: 'Pericolo di furto in case non occupate',
|
|
148
|
+
icon: 'mdi:map',
|
|
149
|
+
points: [
|
|
150
|
+
'Il GPS pubblicato indica che la casa è vuota durante il viaggio',
|
|
151
|
+
'I dati sull\'attrezzatura attirano i criminali',
|
|
152
|
+
'Le cronologie di viaggio rivelano orari e abitudini'
|
|
153
|
+
]
|
|
154
|
+
}
|
|
155
|
+
], columns: 2 },
|
|
156
|
+
|
|
157
|
+
{ type: 'title', text: 'Come funziona questo strumento', level: 3 },
|
|
158
|
+
{ type: 'list', items: [
|
|
159
|
+
'<strong>1. Seleziona le tue immagini:</strong> Trascina le foto o usa il selettore. Puoi elaborarne diverse contemporaneamente.',
|
|
160
|
+
'<strong>2. Analisi automatica:</strong> Lo strumento rileva e mostra tutti i metadati presenti (GPS, modello fotocamera, data, ecc.).',
|
|
161
|
+
'<strong>3. Pulizia istantanea:</strong> Con un clic, rimuove il 100% dei metadati dannosi.',
|
|
162
|
+
'<strong>4. Download sicuro:</strong> Ricevi immagini anonimizzate pronte per essere condivise sui social senza rischi.',
|
|
163
|
+
'<strong>5. Senza residui:</strong> L\'immagine pulita conserva tutta la sua qualità visiva originale.'
|
|
164
|
+
], icon: 'mdi:check' },
|
|
165
|
+
|
|
166
|
+
{ type: 'card', title: 'Tecnologia per la Privacy', icon: 'mdi:shield-check', html: 'Questo strumento utilizza l\'<strong>API Canvas del browser</strong> per creare una copia pulita dell\'immagine pixel per pixel, garantendo che:<br><br>- Nessun dato venga inviato ai server<br>- La tua immagine non lasci mai il tuo dispositivo<br>- L\'elaborazione sia 100% anonima e sicura<br>- Puoi usarlo anche senza una connessione Internet (dopo il caricamento iniziale)' },
|
|
167
|
+
|
|
168
|
+
{ type: 'title', text: 'Quali dati specifici vengono rimossi?', level: 3 },
|
|
169
|
+
{ type: 'table', headers: ['Tipo di metadati', 'Esempi', 'Rischio'], rows: [
|
|
170
|
+
['EXIF (Exchangeable)', 'GPS, ISO, Apertura, Velocità dell\'otturatore, Modello fotocamera', 'CRITICO'],
|
|
171
|
+
['IPTC (Pubblicazione)', 'Copyright, Autore, Parole chiave, Posizione della scena', 'ALTO'],
|
|
172
|
+
['XMP (XML)', 'Cronologia modifiche, software utilizzato, modifiche apportate', 'MEDIO'],
|
|
173
|
+
['Dati di base del file', 'Data di creazione, ora esatta, dispositivo', 'ALTO']
|
|
174
|
+
] },
|
|
175
|
+
|
|
176
|
+
{ type: 'proscons', items: [
|
|
177
|
+
{
|
|
178
|
+
pro: 'Privacy totale - elaborazione 100% basata su browser',
|
|
179
|
+
con: 'Richiede un browser moderno con supporto JavaScript'
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
pro: 'Istantaneo - la pulizia di una foto richiede meno di 1 secondo',
|
|
183
|
+
con: 'L\'elaborazione di foto di grandi dimensioni potrebbe essere lenta su dispositivi datati'
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
pro: 'Zero perdita di qualità - rimuove solo i dati tecnici, non i pixel',
|
|
187
|
+
con: 'Non modifica l\'immagine (ritagli, rotazioni, ecc.)'
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
pro: 'Completamente gratuito senza limiti - elabora foto illimitate',
|
|
191
|
+
con: 'Nessun supporto premium o archiviazione cloud'
|
|
192
|
+
}
|
|
193
|
+
], proTitle: 'Vantaggi principali', conTitle: 'Limitazioni' },
|
|
194
|
+
|
|
195
|
+
{ type: 'tip', title: 'Consiglio per la sicurezza digitale', html: '<strong>Pulisci le tue foto PRIMA di pubblicarle</strong> su qualsiasi social network. Anche se elimini un post, i metadati potrebbero essere stati indicizzati dai motori di ricerca o dagli archivi. Prevenire è meglio che curare. Rendilo un\'abitudine: <br><br><em>Foto → Pulisci EXIF → Pubblica</em>' },
|
|
196
|
+
|
|
197
|
+
{ type: 'diagnostic', variant: 'warning', title: 'Rischi reali della mancata pulizia', icon: 'mdi:alert-circle', badge: 'Sicurezza Critica', html: '<strong>Casi documentati:</strong><br>- Genitori che pubblicano foto di bambini - i predatori hanno tracciato il GPS<br>- Fotografi di viaggio - case svaligiate mentre erano via<br>- Influencer - luoghi di residenza identificati da fan ossessivi<br><br>Non è paranoia: è igiene digitale di base nel 2026.' },
|
|
198
|
+
|
|
199
|
+
{ type: 'glossary', items: [
|
|
200
|
+
{
|
|
201
|
+
term: 'EXIF',
|
|
202
|
+
definition: 'Exchangeable Image File Format. Uno standard che memorizza i metadati tecnici nei file immagine: GPS, dati della fotocamera, impostazioni di esposizione. Presente in circa il 90% delle foto digitali senza l\'intenzione dell\'utente.'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
term: 'Coordinate GPS',
|
|
206
|
+
definition: 'Latitudine e longitudine precise della posizione esatta in cui è stata scattata la foto. Combinato con i social media, consente il tracciamento fisico delle persone.'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
term: 'IPTC',
|
|
210
|
+
definition: 'International Press Telecommunications Council. Metadati di pubblicazione leggibili: copyright, autore, parole chiave, descrizione. Standard nella fotografia professionale.'
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
term: 'XMP',
|
|
214
|
+
definition: 'Extensible Metadata Platform. Un formato XML che registra la cronologia delle modifiche in software come Lightroom o Photoshop. Può rivelare tutte le modifiche apportate.'
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
term: 'OSINT',
|
|
218
|
+
definition: 'Open Source Intelligence. Una tecnica di raccolta di informazioni pubbliche (social media, metadati, registri) per profilare le persone a loro insaputa.'
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
term: 'Anonimizzazione digitale',
|
|
222
|
+
definition: 'Il processo di rimozione o offuscamento delle informazioni identificabili: posizione, dispositivo, modelli di comportamento. Essenziale per la privacy online.'
|
|
223
|
+
}
|
|
224
|
+
] },
|
|
225
|
+
|
|
226
|
+
{ type: 'message', title: 'La tua privacy è una tua responsabilità', ariaLabel: 'Informazioni sulla privacy e sui diritti dei dati', html: 'Non memorizziamo, elaboriamo o condividiamo le tue immagini. <strong>Hai il pieno controllo.</strong> Tutte le operazioni avvengono esclusivamente nel tuo browser. Quando chiudi questa scheda, non rimane alcuna traccia delle tue attività. Ecco come proteggere la tua privacy su Internet: strumenti che rispettano i tuoi dati.' },
|
|
227
|
+
|
|
228
|
+
{ type: 'title', text: 'Conclusione: Condividi senza tracce', level: 3 },
|
|
229
|
+
{ type: 'paragraph', html: 'Proteggere la tua identità digitale inizia dai piccoli dettagli. Pulire le tue foto prima di pubblicarle è un\'<strong>abitudine essenziale di igiene digitale</strong> nel 2026. Non protegge solo la tua posizione: protegge la tua famiglia, i tuoi beni e la tua privacy professionale. Una foto apparentemente innocente può rivelare più cose su di te di quante tu possa immaginare.' }
|
|
230
|
+
];
|
|
231
|
+
|
|
232
|
+
const faqSchema: WithContext<FAQPage> = {
|
|
233
|
+
'@context': 'https://schema.org',
|
|
234
|
+
'@type': 'FAQPage',
|
|
235
|
+
mainEntity: faq.map((item) => ({
|
|
236
|
+
'@type': 'Question',
|
|
237
|
+
name: item.question,
|
|
238
|
+
acceptedAnswer: { '@type': 'Answer', text: item.answer },
|
|
239
|
+
})),
|
|
240
|
+
};
|
|
241
|
+
|
|
242
|
+
const howToSchema: WithContext<HowTo> = {
|
|
243
|
+
'@context': 'https://schema.org',
|
|
244
|
+
'@type': 'HowTo',
|
|
245
|
+
name: title,
|
|
246
|
+
description,
|
|
247
|
+
step: howTo.map((step) => ({
|
|
248
|
+
'@type': 'HowToStep',
|
|
249
|
+
name: step.name,
|
|
250
|
+
text: step.text,
|
|
251
|
+
})),
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
const appSchema: WithContext<SoftwareApplication> = {
|
|
255
|
+
'@context': 'https://schema.org',
|
|
256
|
+
'@type': 'SoftwareApplication',
|
|
257
|
+
name: title,
|
|
258
|
+
description,
|
|
259
|
+
applicationCategory: 'UtilitiesApplication',
|
|
260
|
+
operatingSystem: 'Web',
|
|
261
|
+
offers: { '@type': 'Offer', price: '0', priceCurrency: 'EUR' },
|
|
262
|
+
inLanguage: 'it',
|
|
263
|
+
};
|
|
264
|
+
|
|
265
|
+
export const content: ExifCleanerLocaleContent = {
|
|
266
|
+
slug,
|
|
267
|
+
title,
|
|
268
|
+
description,
|
|
269
|
+
ui,
|
|
270
|
+
seo,
|
|
271
|
+
faqTitle: "Domande Frequenti",
|
|
272
|
+
faq,
|
|
273
|
+
bibliographyTitle: "Riferimenti",
|
|
274
|
+
bibliography,
|
|
275
|
+
howTo,
|
|
276
|
+
schemas: [faqSchema as any, howToSchema as any, appSchema],
|
|
277
|
+
};
|