@jjlmoya/utils-converters 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/tool/avifAJpg/i18n/en.ts +79 -14
- package/src/tool/avifAJpg/i18n/es.ts +79 -14
- package/src/tool/avifAJpg/i18n/fr.ts +82 -12
- package/src/tool/avifAPng/i18n/en.ts +82 -12
- package/src/tool/avifAPng/i18n/es.ts +79 -14
- package/src/tool/avifAPng/i18n/fr.ts +82 -12
- package/src/tool/avifAWebp/i18n/en.ts +82 -12
- package/src/tool/avifAWebp/i18n/es.ts +79 -14
- package/src/tool/avifAWebp/i18n/fr.ts +82 -12
- package/src/tool/bmpAJpg/i18n/en.ts +79 -14
- package/src/tool/bmpAJpg/i18n/es.ts +79 -14
- package/src/tool/bmpAJpg/i18n/fr.ts +82 -12
- package/src/tool/bmpAPng/i18n/en.ts +79 -14
- package/src/tool/bmpAPng/i18n/es.ts +79 -14
- package/src/tool/bmpAPng/i18n/fr.ts +82 -12
- package/src/tool/bmpAWebp/i18n/en.ts +82 -12
- package/src/tool/bmpAWebp/i18n/es.ts +79 -14
- package/src/tool/bmpAWebp/i18n/fr.ts +82 -12
- package/src/tool/gifAJpg/i18n/en.ts +79 -14
- package/src/tool/gifAJpg/i18n/es.ts +79 -14
- package/src/tool/gifAJpg/i18n/fr.ts +82 -12
- package/src/tool/gifAPng/i18n/en.ts +79 -14
- package/src/tool/gifAPng/i18n/es.ts +79 -14
- package/src/tool/gifAPng/i18n/fr.ts +82 -12
- package/src/tool/gifAWebp/i18n/en.ts +79 -14
- package/src/tool/gifAWebp/i18n/es.ts +79 -14
- package/src/tool/gifAWebp/i18n/fr.ts +82 -12
- package/src/tool/imagenBase64/i18n/en.ts +57 -16
- package/src/tool/imagenBase64/i18n/es.ts +57 -16
- package/src/tool/imagenBase64/i18n/fr.ts +59 -13
- package/src/tool/jpgAIco/i18n/en.ts +79 -14
- package/src/tool/jpgAIco/i18n/es.ts +79 -14
- package/src/tool/jpgAIco/i18n/fr.ts +82 -12
- package/src/tool/jpgAPng/i18n/en.ts +76 -16
- package/src/tool/jpgAPng/i18n/es.ts +76 -16
- package/src/tool/jpgAPng/i18n/fr.ts +79 -14
- package/src/tool/jpgAWebp/i18n/en.ts +82 -12
- package/src/tool/jpgAWebp/i18n/es.ts +79 -14
- package/src/tool/jpgAWebp/i18n/fr.ts +82 -12
- package/src/tool/pngAIco/i18n/en.ts +79 -14
- package/src/tool/pngAIco/i18n/es.ts +79 -14
- package/src/tool/pngAIco/i18n/fr.ts +82 -12
- package/src/tool/pngAWebp/i18n/en.ts +79 -14
- package/src/tool/pngAWebp/i18n/es.ts +76 -16
- package/src/tool/pngAWebp/i18n/fr.ts +82 -12
- package/src/tool/svgAJpg/i18n/en.ts +82 -12
- package/src/tool/svgAJpg/i18n/es.ts +79 -14
- package/src/tool/svgAJpg/i18n/fr.ts +82 -12
- package/src/tool/svgAPng/i18n/en.ts +79 -14
- package/src/tool/svgAPng/i18n/es.ts +76 -16
- package/src/tool/svgAPng/i18n/fr.ts +82 -12
- package/src/tool/webpAIco/i18n/en.ts +79 -14
- package/src/tool/webpAIco/i18n/es.ts +79 -14
- package/src/tool/webpAIco/i18n/fr.ts +82 -12
- package/src/tool/webpAJpg/i18n/en.ts +82 -12
- package/src/tool/webpAJpg/i18n/es.ts +79 -14
- package/src/tool/webpAJpg/i18n/fr.ts +82 -12
- package/src/tool/webpAPng/i18n/en.ts +79 -14
- package/src/tool/webpAPng/i18n/es.ts +76 -16
- package/src/tool/webpAPng/i18n/fr.ts +82 -12
|
@@ -65,32 +65,102 @@ const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: '
|
|
68
|
+
text: 'BMP to WebP Converter: The Most Extreme File Size Reduction Possible',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'Converting BMP to WebP is undoubtedly the most spectacular transformation you can make with an image. The BMP (Bitmap) format is the oldest and heaviest format in the digital ecosystem: it stores every pixel without any compression, resulting in files that can weigh 20, 50 or even 100 times more than their modern equivalent. WebP, developed by Google, applies state-of-the-art compression algorithms that reduce the size to the minimum possible while maintaining excellent visual quality.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'Why is BMP so heavy and WebP so efficient?',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'The process works completely offline in your browser. BMP files are decoded via the browser\'s native API, rendered on an HTML5 canvas and exported as WebP. No network connection is established during conversion, guaranteeing complete confidentiality of your files.',
|
|
82
|
+
html: 'The BMP format was born in the 1980s for Windows, when disk space was abundant and compression was not a priority. Every pixel is stored as-is, with no reduction algorithm: a 1920x1080 pixel image in BMP takes up exactly 5.93 MB regardless of its content. This makes it ideal for internal screenshots or lossless editing, but completely inappropriate for the web or modern storage.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
|
-
type: '
|
|
82
|
-
html:
|
|
83
|
-
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'WebP uses block-based predictive compression and DCT transforms (the same technology underlying digital video), allowing the same 1920x1080 image to occupy between 80 KB and 300 KB. That is a reduction of 95 to 99% compared to the original BMP. In addition, WebP supports an alpha channel for transparency and both lossy and lossless compression, offering total versatility.',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Comparison: Cloud Converters vs Our Local Architecture',
|
|
91
|
+
level: 3,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'comparative',
|
|
95
|
+
items: [
|
|
96
|
+
{
|
|
97
|
+
title: 'Cloud Converters',
|
|
98
|
+
description: 'Tools that upload your BMP files to a remote server for processing.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Uploading a 20 MB BMP takes minutes on a slow connection',
|
|
103
|
+
'Your images remain stored on third-party servers',
|
|
104
|
+
'File size limits that exclude large BMP files',
|
|
105
|
+
'Intrusive advertising and data trackers',
|
|
106
|
+
],
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
title: 'Our Local Architecture',
|
|
110
|
+
description: 'Direct processing in your browser using Vanilla JS and Canvas API technology.',
|
|
111
|
+
icon: 'mdi:laptop-mac',
|
|
112
|
+
highlight: true,
|
|
113
|
+
points: [
|
|
114
|
+
'Instant conversion with no network transfer',
|
|
115
|
+
'Absolute privacy — 0 bytes leave your device',
|
|
116
|
+
'No file size limits',
|
|
117
|
+
'Works without an internet connection',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'How the technical conversion works in the browser',
|
|
125
|
+
level: 3,
|
|
84
126
|
},
|
|
85
127
|
{
|
|
86
128
|
type: 'paragraph',
|
|
87
|
-
html:
|
|
88
|
-
|
|
129
|
+
html: 'When you drag a BMP file, the browser reads it as a binary Blob in RAM. This Blob is loaded into a JavaScript <code>Image</code> element, which decodes it using the native image engine. The image is then painted onto an invisible HTML5 <code>Canvas</code> element. The Canvas acts as a virtual canvas where the image exists in its pixel-by-pixel form.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'paragraph',
|
|
133
|
+
html: 'Once painted on the Canvas, we execute the <code>toBlob()</code> method with the MIME type <code>image/webp</code> and the desired quality level. The browser internally applies the WebP compression algorithm and generates a new Blob with the resulting file. This Blob is converted into a direct download URL that your browser saves to disk. At no point is any network connection established.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'The biggest compression leap possible',
|
|
138
|
+
html: 'Converting BMP to WebP can achieve a 99% reduction in file size. A 20 MB BMP can become a WebP of just 200 KB with virtually identical visual quality. It is the most efficient transformation available between standard image formats.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Use cases and WebP compatibility',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Web publishing — Chrome, Firefox, Safari, Edge and all modern browsers.',
|
|
150
|
+
'Social media — Instagram, Twitter, Facebook natively accept WebP.',
|
|
151
|
+
'Web apps and PWAs — minimal sizes for instant loading.',
|
|
152
|
+
'Efficient archiving — replace legacy BMP collections saving gigabytes.',
|
|
153
|
+
'Email marketing — lightweight images that load fast in any modern mail client.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusion: The most impactful conversion in a single click',
|
|
159
|
+
level: 3,
|
|
89
160
|
},
|
|
90
161
|
{
|
|
91
162
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
'Convert BMP to WebP offline, for free and without limits. The most efficient conversion available: from huge uncompressed files to ultra-compressed WebP, with guaranteed total privacy.',
|
|
163
|
+
html: 'If you have legacy BMP files from Windows, uncompressed screenshots or images from old tools, converting them to WebP is the most impactful action you can take to optimize your storage and web performance. With our tool, the conversion is instant, private and unlimited — exactly as it should be.',
|
|
94
164
|
},
|
|
95
165
|
];
|
|
96
166
|
|
|
@@ -65,37 +65,102 @@ const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: 'Convertidor BMP a WebP
|
|
68
|
+
text: 'Convertidor BMP a WebP: La Reducción de Tamaño Más Extrema Posible',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'Convertir BMP a WebP es, sin duda, la transformación más espectacular que puedes hacer con una imagen. El formato BMP (Bitmap) es el formato más antiguo y pesado del ecosistema digital: almacena cada píxel sin ningún tipo de compresión, resultando en archivos que pueden pesar 20, 50 o incluso 100 veces más que su equivalente moderno. WebP, desarrollado por Google, aplica algoritmos de compresión de última generación que reducen el tamaño al mínimo posible manteniendo una calidad visual excelente.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: '¿Por qué BMP es tan pesado y WebP tan eficiente?',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'El proceso funciona completamente offline en tu navegador. Los archivos BMP se decodifican mediante el API nativo del navegador, se renderizan en un canvas HTML5 y se exportan como WebP. No se establece ninguna conexión de red durante la conversión, garantizando la confidencialidad total de tus archivos.',
|
|
82
|
+
html: 'El formato BMP nació en los años 80 para Windows, cuando el espacio en disco era enorme y la compresión no era una prioridad. Cada píxel se guarda tal cual, sin ningún algoritmo de reducción: una imagen de 1920x1080 píxeles en BMP ocupa exactamente 5,93 MB, independientemente de su contenido. Esto lo hace ideal para capturas de pantalla internas o edición sin pérdidas, pero completamente inapropiado para la web o el almacenamiento moderno.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
85
|
type: 'paragraph',
|
|
82
|
-
html:
|
|
83
|
-
'WebP también soporta el canal alfa para transparencias, lo que lo hace versátil para cualquier tipo de imagen. Si tus BMPs tienen fondos de colores uniformes, la compresión WebP sin pérdida puede generar archivos especialmente pequeños al aprovechar la redundancia de los datos.',
|
|
86
|
+
html: 'WebP utiliza compresión predictiva basada en bloques y transformadas DCT (la misma tecnología que subyace al video digital), logrando que la misma imagen de 1920x1080 ocupe entre 80 KB y 300 KB. Eso supone una reducción del 95 al 99% respecto al BMP original. Además, WebP soporta canal alfa para transparencias y compresión tanto con pérdida como sin pérdida, ofreciendo versatilidad total.',
|
|
84
87
|
},
|
|
85
88
|
{
|
|
86
|
-
type: '
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Comparativa: Convertidores Cloud vs Nuestra Arquitectura Local',
|
|
91
|
+
level: 3,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'comparative',
|
|
95
|
+
items: [
|
|
96
|
+
{
|
|
97
|
+
title: 'Convertidores Cloud',
|
|
98
|
+
description: 'Herramientas que suben tus archivos BMP a un servidor remoto para procesarlos.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Subir un BMP de 20 MB lleva minutos con conexión lenta',
|
|
103
|
+
'Tus imágenes quedan almacenadas en servidores ajenos',
|
|
104
|
+
'Límites de tamaño que excluyen archivos BMP grandes',
|
|
105
|
+
'Publicidad invasiva y rastreadores de datos',
|
|
106
|
+
],
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
title: 'Nuestra Arquitectura Local',
|
|
110
|
+
description: 'Procesamiento directo en tu navegador mediante tecnología Vanilla JS y Canvas API.',
|
|
111
|
+
icon: 'mdi:laptop-mac',
|
|
112
|
+
highlight: true,
|
|
113
|
+
points: [
|
|
114
|
+
'Conversión instantánea sin transferencia de red',
|
|
115
|
+
'Privacidad absoluta — 0 bytes salen de tu dispositivo',
|
|
116
|
+
'Sin límites de tamaño por archivo',
|
|
117
|
+
'Funciona sin conexión a internet',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'Cómo funciona la conversión técnica en el navegador',
|
|
125
|
+
level: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: 'Al arrastrar un archivo BMP, el navegador lo lee como un Blob binario en memoria RAM. Este Blob se carga en un elemento <code>Image</code> de JavaScript, que lo decodifica usando el motor de imágenes nativo. A continuación, la imagen se pinta sobre un elemento <code>Canvas</code> HTML5 invisible. El Canvas actúa como lienzo virtual donde la imagen existe en su forma píxel a píxel.',
|
|
89
130
|
},
|
|
90
131
|
{
|
|
91
132
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
|
|
133
|
+
html: 'Una vez pintada en el Canvas, ejecutamos el método <code>toBlob()</code> con el tipo MIME <code>image/webp</code> y el nivel de calidad deseado. El navegador aplica internamente el algoritmo de compresión WebP y genera un nuevo Blob con el archivo resultante. Este Blob se convierte en una URL de descarga directa que tu navegador guarda en disco. En ningún momento se establece ninguna conexión de red.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'El mayor salto de compresión posible',
|
|
138
|
+
html: 'La conversión de BMP a WebP puede lograr una reducción del 99% en el tamaño del archivo. Un BMP de 20 MB puede convertirse en un WebP de apenas 200 KB con calidad visual prácticamente idéntica. Es la transformación más eficiente disponible entre formatos de imagen estándar.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Casos de uso y compatibilidad de WebP',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Publicación web — Chrome, Firefox, Safari, Edge y todos los navegadores modernos.',
|
|
150
|
+
'Redes sociales — Instagram, Twitter, Facebook aceptan WebP de forma nativa.',
|
|
151
|
+
'Aplicaciones web y PWA — tamaños mínimos para carga instantánea.',
|
|
152
|
+
'Archivado eficiente — sustituye colecciones de BMPs heredados ahorrando gigabytes.',
|
|
153
|
+
'Email marketing — imágenes ligeras que cargan rápido en cualquier cliente de correo moderno.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusión: La conversión más impactante en un solo clic',
|
|
159
|
+
level: 3,
|
|
94
160
|
},
|
|
95
161
|
{
|
|
96
162
|
type: 'paragraph',
|
|
97
|
-
html:
|
|
98
|
-
'Convierte BMP a WebP offline, gratis y sin límites. La conversión más eficiente disponible: de archivos enormes sin comprimir a WebP ultra-comprimido, con privacidad total garantizada.',
|
|
163
|
+
html: 'Si tienes archivos BMP heredados de Windows, capturas de pantalla sin comprimir o imágenes de herramientas antiguas, convertirlos a WebP es la acción más impactante que puedes tomar para optimizar tu almacenamiento y rendimiento web. Con nuestra herramienta, la conversión es instantánea, privada y sin límites — exactamente como debería ser.',
|
|
99
164
|
},
|
|
100
165
|
];
|
|
101
166
|
|
|
@@ -65,32 +65,102 @@ const bibliography: BmpAWebpLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: BmpAWebpLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: 'Convertisseur BMP vers WebP
|
|
68
|
+
text: 'Convertisseur BMP vers WebP : La Réduction de Taille la Plus Extrême Possible',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'Convertir BMP en WebP est sans conteste la transformation la plus spectaculaire que vous puissiez faire avec une image. Le format BMP (Bitmap) est le format le plus ancien et le plus lourd de l\'écosystème numérique : il stocke chaque pixel sans aucune compression, produisant des fichiers qui peuvent peser 20, 50 ou même 100 fois plus que leur équivalent moderne. WebP, développé par Google, applique des algorithmes de compression de dernière génération qui réduisent la taille au minimum possible tout en maintenant une excellente qualité visuelle.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'Pourquoi le BMP est-il si lourd et le WebP si efficace ?',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'Le processus fonctionne entièrement hors ligne dans votre navigateur. Les fichiers BMP sont décodés via l\'API native du navigateur, rendus sur un canvas HTML5 et exportés en WebP. Aucune connexion réseau n\'est établie pendant la conversion, garantissant la confidentialité totale de vos fichiers.',
|
|
82
|
+
html: 'Le format BMP est né dans les années 80 pour Windows, à une époque où l\'espace disque était abondant et la compression n\'était pas une priorité. Chaque pixel est stocké tel quel, sans aucun algorithme de réduction : une image de 1920x1080 pixels en BMP occupe exactement 5,93 Mo quel que soit son contenu. Cela le rend idéal pour les captures d\'écran internes ou l\'édition sans perte, mais totalement inadapté au web ou au stockage moderne.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
|
-
type: '
|
|
82
|
-
html:
|
|
83
|
-
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'WebP utilise une compression prédictive par blocs et des transformées DCT (la même technologie qui sous-tend la vidéo numérique), permettant à la même image 1920x1080 d\'occuper entre 80 Ko et 300 Ko. Cela représente une réduction de 95 à 99% par rapport au BMP original. De plus, WebP supporte le canal alpha pour la transparence et la compression avec et sans perte, offrant une polyvalence totale.',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Comparatif : Convertisseurs Cloud vs Notre Architecture Locale',
|
|
91
|
+
level: 3,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'comparative',
|
|
95
|
+
items: [
|
|
96
|
+
{
|
|
97
|
+
title: 'Convertisseurs Cloud',
|
|
98
|
+
description: 'Outils qui téléversent vos fichiers BMP vers un serveur distant pour les traiter.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Téléverser un BMP de 20 Mo prend des minutes avec une connexion lente',
|
|
103
|
+
'Vos images restent stockées sur des serveurs tiers',
|
|
104
|
+
'Limites de taille excluant les grands fichiers BMP',
|
|
105
|
+
'Publicité intrusive et traceurs de données',
|
|
106
|
+
],
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
title: 'Notre Architecture Locale',
|
|
110
|
+
description: 'Traitement direct dans votre navigateur via Vanilla JS et l\'API Canvas.',
|
|
111
|
+
icon: 'mdi:laptop-mac',
|
|
112
|
+
highlight: true,
|
|
113
|
+
points: [
|
|
114
|
+
'Conversion instantanée sans transfert réseau',
|
|
115
|
+
'Confidentialité absolue — 0 octet ne quitte votre appareil',
|
|
116
|
+
'Aucune limite de taille de fichier',
|
|
117
|
+
'Fonctionne sans connexion internet',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'Comment fonctionne la conversion technique dans le navigateur',
|
|
125
|
+
level: 3,
|
|
84
126
|
},
|
|
85
127
|
{
|
|
86
128
|
type: 'paragraph',
|
|
87
|
-
html:
|
|
88
|
-
|
|
129
|
+
html: 'Lorsque vous faites glisser un fichier BMP, le navigateur le lit comme un Blob binaire en mémoire RAM. Ce Blob est chargé dans un élément JavaScript <code>Image</code>, qui le décode à l\'aide du moteur d\'image natif. L\'image est ensuite dessinée sur un élément <code>Canvas</code> HTML5 invisible. Le Canvas agit comme une toile virtuelle où l\'image existe pixel par pixel.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'paragraph',
|
|
133
|
+
html: 'Une fois dessinée sur le Canvas, nous exécutons la méthode <code>toBlob()</code> avec le type MIME <code>image/webp</code> et le niveau de qualité souhaité. Le navigateur applique en interne l\'algorithme de compression WebP et génère un nouveau Blob avec le fichier résultant. Ce Blob est converti en URL de téléchargement direct que votre navigateur enregistre sur le disque. Aucune connexion réseau n\'est établie à aucun moment.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'Le plus grand bond de compression possible',
|
|
138
|
+
html: 'La conversion BMP vers WebP peut atteindre une réduction de 99% de la taille du fichier. Un BMP de 20 Mo peut devenir un WebP de seulement 200 Ko avec une qualité visuelle pratiquement identique. C\'est la transformation la plus efficace disponible entre formats d\'image standard.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Cas d\'utilisation et compatibilité WebP',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Publication web — Chrome, Firefox, Safari, Edge et tous les navigateurs modernes.',
|
|
150
|
+
'Réseaux sociaux — Instagram, Twitter, Facebook acceptent nativement le WebP.',
|
|
151
|
+
'Applications web et PWA — tailles minimales pour un chargement instantané.',
|
|
152
|
+
'Archivage efficace — remplacez les collections BMP héritées en économisant des gigaoctets.',
|
|
153
|
+
'Email marketing — images légères qui chargent rapidement dans tout client de messagerie moderne.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusion : La conversion la plus impactante en un seul clic',
|
|
159
|
+
level: 3,
|
|
89
160
|
},
|
|
90
161
|
{
|
|
91
162
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
'Convertissez BMP en WebP hors ligne, gratuitement et sans limites. La conversion la plus efficace disponible : de fichiers non compressés énormes vers un WebP ultra-compressé, avec confidentialité totale garantie.',
|
|
163
|
+
html: 'Si vous avez des fichiers BMP hérités de Windows, des captures d\'écran non compressées ou des images provenant d\'anciens outils, les convertir en WebP est l\'action la plus impactante que vous puissiez prendre pour optimiser votre stockage et vos performances web. Avec notre outil, la conversion est instantanée, privée et sans limites — exactement comme elle devrait être.',
|
|
94
164
|
},
|
|
95
165
|
];
|
|
96
166
|
|
|
@@ -65,37 +65,102 @@ const bibliography: GifAJpgLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: GifAJpgLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: '
|
|
68
|
+
text: 'GIF to JPG Converter: Extract Frames as High-Quality Static Images',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'Animated GIFs have dominated short-form animation on the web for decades. But their animated nature makes them completely useless as thumbnails, social media previews, or document images. When you need to extract a specific frame from a GIF and turn it into a high-quality static image, converting to JPG is the most practical and universally compatible solution.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'GIF vs JPG: Two formats with opposite purposes',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'Converting GIF to JPG extracts the first frame of the animation and converts it into a static JPG image. During this process, any transparent areas in the original GIF are replaced with a solid white background, since JPG does not support transparency.',
|
|
82
|
+
html: 'GIF (Graphics Interchange Format) was designed in 1987 with a severe limitation that persists today: it can only represent 256 colors per frame. This technical constraint did not matter for simple animations with limited palettes, but it makes it a visually poor format for real photography. JPG, on the other hand, can render millions of colors using advanced perceptual compression algorithms.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
|
-
type: '
|
|
82
|
-
html:
|
|
83
|
-
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Extracting a frame from a GIF and saving it as JPG has many practical uses: generating thumbnails for video players, creating previews for content management systems, obtaining static images for presentations, or simply archiving a visual moment from a complex animation. The resulting JPG will be much lighter than the original GIF and universally compatible.',
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Architecture Comparison: Local vs Cloud',
|
|
91
|
+
level: 3,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'comparative',
|
|
95
|
+
items: [
|
|
96
|
+
{
|
|
97
|
+
title: 'Cloud Converters',
|
|
98
|
+
description: 'Tools that upload your files to a remote server for processing.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Your GIFs travel over the internet to third-party servers',
|
|
103
|
+
'Network latency on upload and download',
|
|
104
|
+
'Size limits and file quotas per session',
|
|
105
|
+
'Risk of data retention on external servers',
|
|
106
|
+
],
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
title: 'Our Local Architecture',
|
|
110
|
+
description: 'Direct processing on your hardware using Vanilla JS technology.',
|
|
111
|
+
icon: 'mdi:laptop-mac',
|
|
112
|
+
highlight: true,
|
|
113
|
+
points: [
|
|
114
|
+
'The GIF never leaves your device',
|
|
115
|
+
'Instant speed with no network wait',
|
|
116
|
+
'No size limits or file quotas',
|
|
117
|
+
'Total privacy: 0 bytes sent externally',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'How the frame extraction works technically',
|
|
125
|
+
level: 3,
|
|
84
126
|
},
|
|
85
127
|
{
|
|
86
128
|
type: 'paragraph',
|
|
87
|
-
html:
|
|
88
|
-
'A 2 MB animated GIF can produce a JPG of the first frame of just 50-200 KB, depending on the resolution and complexity of the image.',
|
|
129
|
+
html: 'The local conversion relies on the HTML5 Canvas API. When you load a GIF, the browser decodes it in memory as a native Image element. By rendering it onto an invisible canvas, the browser\'s graphics engine automatically captures the first frame of the animation sequence.',
|
|
89
130
|
},
|
|
90
131
|
{
|
|
91
132
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
|
|
133
|
+
html: 'Since JPG does not support transparency, our algorithm applies a solid white background before exporting. The canvas <code>toDataURL(\'image/jpeg\')</code> method generates the JPG byte stream directly in your computer\'s RAM, with no network connection. The resulting file is immediately downloaded to your device.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'GIF\'s limited color palette',
|
|
138
|
+
html: 'GIF can only contain 256 colors per frame. The extracted JPG will inherit that reduced palette from the original: if the GIF contained gradients or photography, it may appear with some posterization. For best results, use GIFs with simple colors or illustrations.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Use cases and compatibility of the resulting JPG',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Thumbnails and previews for video platforms and CMS.',
|
|
150
|
+
'Cover images for social media posts.',
|
|
151
|
+
'Insertion into Word, PowerPoint or PDF documents.',
|
|
152
|
+
'Presentation files and marketing materials.',
|
|
153
|
+
'Universal compatibility with viewers on Windows, macOS and mobile.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusion: the frame worth more than the animation',
|
|
159
|
+
level: 3,
|
|
94
160
|
},
|
|
95
161
|
{
|
|
96
162
|
type: 'paragraph',
|
|
97
|
-
html:
|
|
98
|
-
'Convert GIF to JPG by extracting the first frame. Free, private and local. Transparent backgrounds automatically replaced with white for full JPG compatibility.',
|
|
163
|
+
html: 'A 2 MB animated GIF can produce a JPG of the first frame of just 50-200 KB, depending on resolution. Our tool performs this conversion instantly, privately, and without limits, directly in your browser. No servers, no accounts, no waiting.',
|
|
99
164
|
},
|
|
100
165
|
];
|
|
101
166
|
|
|
@@ -65,37 +65,102 @@ const bibliography: GifAJpgLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: GifAJpgLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: 'Convertidor GIF a JPG
|
|
68
|
+
text: 'Convertidor de GIF a JPG: Extrae Fotogramas como Imágenes de Alta Calidad',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'Los archivos GIF llevan décadas dominando el mundo de las animaciones cortas en internet. Sin embargo, su naturaleza animada los hace completamente inútiles como miniatura, vista previa para redes sociales o imagen para documentos. Cuando necesitas extraer un fotograma concreto de un GIF y convertirlo en una imagen estática de alta calidad, la conversión a JPG es la solución más práctica y compatible.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: '¿GIF o JPG? Formatos con propósitos opuestos',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'Convertir GIF a JPG extrae el primer fotograma de la animación y lo convierte en una imagen JPG estática. Durante este proceso, cualquier área transparente del GIF original (frecuente en GIFs animados con fondos transparentes) se sustituye por un fondo blanco sólido, ya que el formato JPG no soporta transparencias.',
|
|
82
|
+
html: 'El GIF (Graphics Interchange Format) fue diseñado en 1987 con una limitación severa que persiste hoy: solo puede representar 256 colores por fotograma. Esta restricción técnica no importaba para animaciones simples con paletas reducidas, pero la convierte en un formato visualmente pobre para capturas de fotografía real. El JPG, en cambio, puede renderizar millones de colores con algoritmos de compresión perceptual avanzados.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
85
|
type: 'paragraph',
|
|
82
|
-
html:
|
|
83
|
-
'Nuestro convertidor carga el GIF en el elemento Image nativo del navegador, lo dibuja en un canvas HTML5 y lo exporta como JPG. Este proceso es completamente local: no se envían datos a ningún servidor. Puedes convertir GIFs con total privacidad.',
|
|
86
|
+
html: 'Extraer un fotograma de un GIF y guardarlo como JPG tiene múltiples aplicaciones: generar thumbnails para reproductores de video, crear previsualizaciones para plataformas de gestión de contenidos, obtener imágenes estáticas para presentaciones o simplemente archivar un momento visual de una animación compleja. El JPG resultante será mucho más ligero que el GIF original y universalmente compatible.',
|
|
84
87
|
},
|
|
85
88
|
{
|
|
86
|
-
type: '
|
|
87
|
-
|
|
88
|
-
|
|
89
|
+
type: 'title',
|
|
90
|
+
text: 'Comparativa de Arquitectura: Local vs Nube',
|
|
91
|
+
level: 3,
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
type: 'comparative',
|
|
95
|
+
items: [
|
|
96
|
+
{
|
|
97
|
+
title: 'Convertidores Cloud',
|
|
98
|
+
description: 'Herramientas que suben tus archivos a un servidor remoto para procesarlos.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Tus GIFs viajan por internet a servidores de terceros',
|
|
103
|
+
'Latencia de red en subida y bajada',
|
|
104
|
+
'Límites de tamaño y de archivos por sesión',
|
|
105
|
+
'Riesgo de retención de datos en servidores ajenos',
|
|
106
|
+
],
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
title: 'Nuestra Arquitectura Local',
|
|
110
|
+
description: 'Procesamiento directo en tu hardware mediante tecnología Vanilla JS.',
|
|
111
|
+
icon: 'mdi:laptop-mac',
|
|
112
|
+
highlight: true,
|
|
113
|
+
points: [
|
|
114
|
+
'El GIF nunca abandona tu dispositivo',
|
|
115
|
+
'Velocidad instantánea sin espera de red',
|
|
116
|
+
'Sin límites de tamaño ni de archivos',
|
|
117
|
+
'Privacidad total: 0 bytes enviados al exterior',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'Cómo funciona la extracción técnica del fotograma',
|
|
125
|
+
level: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: 'La conversión local se apoya en la potencia del Canvas API de HTML5. Cuando cargas un GIF, el navegador lo decodifica en memoria como un elemento Image nativo. Al renderizarlo sobre un canvas invisible, el motor gráfico del navegador captura automáticamente el primer fotograma de la secuencia de animación.',
|
|
89
130
|
},
|
|
90
131
|
{
|
|
91
132
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
|
|
133
|
+
html: 'Dado que el formato JPG no soporta transparencias, nuestro algoritmo aplica un fondo blanco sólido antes de exportar. El método <code>toDataURL(\'image/jpeg\')</code> del canvas genera el flujo de bytes JPG directamente en la RAM de tu ordenador, sin ninguna conexión de red. El archivo resultante se descarga inmediatamente a tu dispositivo.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'Paleta de colores limitada del GIF',
|
|
138
|
+
html: 'El GIF solo puede contener 256 colores por fotograma. El JPG extraído heredará esa paleta reducida del original: si el GIF tenía degradados o fotografías, puede verse con cierta posterización. Para obtener el mejor resultado, usa GIFs con colores simples o ilustraciones.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Casos de uso y compatibilidad del JPG resultante',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Thumbnails y vistas previas para plataformas de video y CMS.',
|
|
150
|
+
'Imágenes de portada para publicaciones en redes sociales.',
|
|
151
|
+
'Inserción en documentos Word, PowerPoint o PDF.',
|
|
152
|
+
'Archivos de presentación y materiales de marketing.',
|
|
153
|
+
'Compatibilidad universal con visores en Windows, macOS y móviles.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusión: el fotograma que vale más que la animación',
|
|
159
|
+
level: 3,
|
|
94
160
|
},
|
|
95
161
|
{
|
|
96
162
|
type: 'paragraph',
|
|
97
|
-
html:
|
|
98
|
-
'Convierte GIF a JPG extrayendo el primer fotograma. Gratis, privado y local. Fondos transparentes sustituidos automáticamente por blanco para compatibilidad total con JPG.',
|
|
163
|
+
html: 'Un GIF animado de 2 MB puede producir un JPG del primer fotograma de apenas 50-200 KB, dependiendo de la resolución. Nuestra herramienta realiza esta conversión de forma instantánea, privada y sin límites, directamente en tu navegador. Sin servidores, sin cuentas, sin esperas.',
|
|
99
164
|
},
|
|
100
165
|
];
|
|
101
166
|
|