@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
package/package.json
CHANGED
|
@@ -65,37 +65,102 @@ const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: '
|
|
68
|
+
text: 'AVIF to JPG Converter: Universal Compatibility for Your Modern Images',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'AVIF (AV1 Image File Format) is the most efficient image format available today. Developed by the Alliance for Open Media and based on the AV1 video codec, it offers compression 50% better than JPG at the same visual quality. However, this technical advantage comes at a price: AVIF is not supported by Photoshop, Lightroom, Windows Photo Viewer, or most traditional editing and viewing tools. Converting to JPG solves this problem at its root.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'AVIF vs JPG: Efficiency vs Universal Compatibility',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'Converting AVIF to JPG is the solution to maximize compatibility. JPG has universal support on all devices and operating systems worldwide. By converting from AVIF to JPG, you ensure anyone can view your image without compatibility issues.',
|
|
82
|
+
html: 'AVIF compresses extraordinarily well: a high-resolution photo that weighs 4 MB in JPG can be just 2 MB in AVIF at the same perceived quality. This makes it perfect for web delivery where load performance is critical. However, outside the browser, AVIF is practically invisible: Windows Explorer does not preview it, cameras do not export it, and designers do not welcome it in their workflows.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
|
-
type: '
|
|
82
|
-
html:
|
|
83
|
-
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'JPG has been the universal standard of digital photography for over 30 years. It is supported by 100% of devices, operating systems, office applications, social networks, printers and any software that has ever handled an image. When you need to share, print, edit or send by email, JPG is the guarantee that everything will work without friction.',
|
|
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 AVIF files to a remote server for processing.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Your private photos travel over the internet to external servers',
|
|
103
|
+
'Waiting times for file upload and download',
|
|
104
|
+
'Size limits and restricted free conversions',
|
|
105
|
+
'Risk of image retention on third-party servers',
|
|
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
|
+
'Your images never leave your device',
|
|
115
|
+
'Instant conversion with no network latency',
|
|
116
|
+
'No file or size limits',
|
|
117
|
+
'Suitable for medical, legal or confidential images',
|
|
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
|
-
'AVIF can achieve images 50-60% smaller than JPEG at equivalent visual quality. However, the universal compatibility of JPG still makes it essential for mass distribution.',
|
|
129
|
+
html: 'Modern browsers like Chrome, Firefox and Edge include native AVIF support through their built-in AV1 decoders. When you load an AVIF file, the browser decodes it in memory and converts it to a bitmap representation in RAM. This representation is painted onto an invisible HTML5 <code>Canvas</code> element.',
|
|
89
130
|
},
|
|
90
131
|
{
|
|
91
132
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
|
|
133
|
+
html: 'The Canvas then exports the image using <code>toBlob(\'image/jpeg\', quality)</code>, applying standard JPG compression. Since JPG does not support transparency, any alpha channel present in the AVIF is filled with a white background before export. The result is a high-quality JPG file ready for direct download, without a single byte leaving your browser.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'The perfect balance between compression and compatibility',
|
|
138
|
+
html: 'AVIF is 50% smaller than JPG at equal quality — but JPG has 100% compatibility with any software. If you receive AVIF images from the server and need to edit them, send them by email or open them in desktop tools, convert them to JPG first.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Use cases: when to convert AVIF to JPG',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Editing in Photoshop, Lightroom, GIMP or other desktop software.',
|
|
150
|
+
'Sharing images with users on older devices or operating systems.',
|
|
151
|
+
'Attaching to emails to ensure viewing in any mail client.',
|
|
152
|
+
'Publishing on platforms that do not accept AVIF as an upload format.',
|
|
153
|
+
'Printing: professional print services work with JPG natively.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusion: Universal compatibility in a single step',
|
|
159
|
+
level: 3,
|
|
94
160
|
},
|
|
95
161
|
{
|
|
96
162
|
type: 'paragraph',
|
|
97
|
-
html:
|
|
98
|
-
'Convert AVIF to JPG for free, locally and without limits. Maximum universal compatibility for your images without compromising your file privacy.',
|
|
163
|
+
html: 'AVIF is the future of image compression, but the present demands compatibility. Our converter lets you get the best of both worlds: receive and store images in AVIF for maximum efficiency, and convert them to JPG instantly when you need them to work in any context. All privately, free and without limits.',
|
|
99
164
|
},
|
|
100
165
|
];
|
|
101
166
|
|
|
@@ -65,37 +65,102 @@ const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: 'Convertidor AVIF a JPG
|
|
68
|
+
text: 'Convertidor AVIF a JPG: Compatibilidad Universal para Tus Imágenes Modernas',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'AVIF (AV1 Image File Format) es el formato de imagen más eficiente disponible hoy en día. Desarrollado por la Alliance for Open Media y basado en el códec de video AV1, ofrece una compresión un 50% superior a JPG a la misma calidad visual. Sin embargo, esta ventaja técnica tiene un precio: AVIF no está soportado por Photoshop, Lightroom, el Visor de Fotos de Windows, ni por la mayoría de herramientas de edición y visualización tradicionales. Convertir a JPG resuelve este problema de raíz.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'AVIF vs JPG: Eficiencia frente a Compatibilidad Universal',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'Convertir AVIF a JPG es la solución para maximizar la compatibilidad. El formato JPG tiene soporte universal en todos los dispositivos y sistemas operativos del mundo, desde smartphones de gama baja hasta televisores inteligentes. Al convertir de AVIF a JPG, garantizas que cualquier persona puede ver tu imagen sin problemas de compatibilidad.',
|
|
82
|
+
html: 'AVIF comprime de forma extraordinaria: una foto de alta resolución que en JPG ocupa 4 MB puede pesar apenas 2 MB en AVIF manteniendo la misma calidad percibida. Esto lo hace perfecto para la entrega web donde el rendimiento de carga es crítico. Sin embargo, fuera del navegador, AVIF es prácticamente invisible: ni Windows Explorer lo previsualiza, ni las cámaras lo exportan, ni los diseñadores lo reciben con agrado en sus flujos de trabajo.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
85
|
type: 'paragraph',
|
|
82
|
-
html:
|
|
83
|
-
'Nuestro convertidor realiza el proceso completamente en el navegador. El archivo AVIF se decodifica por el motor de imagen nativo del navegador (los navegadores modernos soportan AVIF), se renderiza en un canvas HTML5 y se exporta como JPG de alta calidad. Todo esto sin enviar ningún dato a internet.',
|
|
86
|
+
html: 'El JPG lleva más de 30 años siendo el estándar universal de la fotografía digital. Está soportado por el 100% de los dispositivos, sistemas operativos, aplicaciones de oficina, redes sociales, impresoras y cualquier software que haya visto una imagen alguna vez. Cuando necesitas compartir, imprimir, editar o enviar por email, JPG es la garantía de que todo funcionará sin fricción.',
|
|
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 AVIF a un servidor remoto para procesarlos.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Tus fotos privadas viajan por internet a servidores externos',
|
|
103
|
+
'Tiempos de espera por subida y bajada del archivo',
|
|
104
|
+
'Límites de tamaño y número de conversiones gratuitas',
|
|
105
|
+
'Riesgo de retención de imágenes en servidores de terceros',
|
|
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
|
+
'Tus imágenes nunca salen de tu dispositivo',
|
|
115
|
+
'Conversión instantánea sin latencia de red',
|
|
116
|
+
'Sin límites de archivos ni de tamaño',
|
|
117
|
+
'Apto para imágenes médicas, legales o confidenciales',
|
|
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: 'Los navegadores modernos como Chrome, Firefox y Edge incluyen soporte nativo para AVIF gracias a sus decodificadores integrados de AV1. Cuando cargas un archivo AVIF, el navegador lo decodifica en memoria y lo convierte a una representación de mapa de bits en RAM. Esta representación se pinta sobre un elemento <code>Canvas</code> HTML5 invisible.',
|
|
89
130
|
},
|
|
90
131
|
{
|
|
91
132
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
|
|
133
|
+
html: 'A continuación, el Canvas exporta la imagen usando <code>toBlob(\'image/jpeg\', quality)</code>, aplicando la compresión JPG estándar. Dado que JPG no soporta transparencias, cualquier canal alfa presente en el AVIF se rellena con fondo blanco antes de la exportación. El resultado es un archivo JPG de alta calidad listo para descarga directa, sin que ningún byte haya salido de tu navegador.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'El equilibrio perfecto entre compresión y compatibilidad',
|
|
138
|
+
html: 'AVIF es un 50% más pequeño que JPG a igual calidad — pero JPG tiene compatibilidad del 100% con cualquier software. Si recibes imágenes AVIF del servidor y necesitas editarlas, enviarlas por email o abrirlas en herramientas de escritorio, conviértelas a JPG primero.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Casos de uso: cuándo convertir AVIF a JPG',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Editar en Photoshop, Lightroom, GIMP u otro software de escritorio.',
|
|
150
|
+
'Compartir imágenes con usuarios en dispositivos o sistemas operativos antiguos.',
|
|
151
|
+
'Adjuntar en emails para garantizar visualización en cualquier cliente de correo.',
|
|
152
|
+
'Publicar en plataformas que no aceptan AVIF como formato de subida.',
|
|
153
|
+
'Imprimir: los servicios de impresión profesional trabajan con JPG de forma nativa.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusión: La compatibilidad universal en un solo paso',
|
|
159
|
+
level: 3,
|
|
94
160
|
},
|
|
95
161
|
{
|
|
96
162
|
type: 'paragraph',
|
|
97
|
-
html:
|
|
98
|
-
'Convierte AVIF a JPG de forma gratuita, local y sin límites. Máxima compatibilidad universal para tus imágenes sin comprometer la privacidad de tus archivos.',
|
|
163
|
+
html: 'AVIF es el futuro de la compresión de imágenes, pero el presente exige compatibilidad. Nuestro convertidor te permite obtener lo mejor de ambos mundos: recibe y almacena imágenes en AVIF para máxima eficiencia, y conviértelas a JPG al instante cuando necesites que funcionen en cualquier contexto. Todo de forma privada, gratuita y sin límites.',
|
|
99
164
|
},
|
|
100
165
|
];
|
|
101
166
|
|
|
@@ -65,32 +65,102 @@ const bibliography: AvifAJpgLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: AvifAJpgLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: 'Convertisseur AVIF vers JPG
|
|
68
|
+
text: 'Convertisseur AVIF vers JPG : Compatibilité Universelle pour Vos Images Modernes',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'AVIF (AV1 Image File Format) est le format d\'image le plus efficace disponible aujourd\'hui. Développé par l\'Alliance for Open Media et basé sur le codec vidéo AV1, il offre une compression 50% meilleure que le JPG à la même qualité visuelle. Cependant, cet avantage technique a un prix : AVIF n\'est pas pris en charge par Photoshop, Lightroom, la visionneuse de photos Windows, ni par la plupart des outils d\'édition et de visualisation traditionnels. Convertir en JPG résout ce problème à la racine.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'AVIF vs JPG : Efficacité versus Compatibilité Universelle',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'Convertir AVIF en JPG est la solution pour maximiser la compatibilité. Le JPG bénéficie d\'un support universel sur tous les appareils et systèmes d\'exploitation dans le monde. En convertissant d\'AVIF en JPG, vous garantissez que n\'importe qui peut voir votre image sans problèmes de compatibilité.',
|
|
82
|
+
html: 'AVIF compresse de manière extraordinaire : une photo haute résolution qui pèse 4 Mo en JPG peut peser à peine 2 Mo en AVIF à la même qualité perçue. Cela le rend parfait pour la livraison web où les performances de chargement sont critiques. Cependant, en dehors du navigateur, AVIF est pratiquement invisible : Windows Explorer ne le prévisualise pas, les appareils photo ne l\'exportent pas, et les designers ne l\'accueillent pas favorablement dans leurs flux de travail.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
|
-
type: '
|
|
82
|
-
html:
|
|
83
|
-
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'Le JPG est le standard universel de la photographie numérique depuis plus de 30 ans. Il est pris en charge par 100% des appareils, systèmes d\'exploitation, applications bureautiques, réseaux sociaux, imprimantes et tout logiciel ayant jamais traité une image. Quand vous avez besoin de partager, imprimer, éditer ou envoyer par email, le JPG est la garantie que tout fonctionnera sans friction.',
|
|
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 AVIF vers un serveur distant pour les traiter.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Vos photos privées transitent sur internet vers des serveurs externes',
|
|
103
|
+
'Temps d\'attente pour le téléversement et le téléchargement',
|
|
104
|
+
'Limites de taille et conversions gratuites restreintes',
|
|
105
|
+
'Risque de rétention d\'images sur des serveurs tiers',
|
|
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
|
+
'Vos images ne quittent jamais votre appareil',
|
|
115
|
+
'Conversion instantanée sans latence réseau',
|
|
116
|
+
'Aucune limite de fichiers ni de taille',
|
|
117
|
+
'Adapté aux images médicales, juridiques ou confidentielles',
|
|
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: 'Les navigateurs modernes comme Chrome, Firefox et Edge incluent le support natif d\'AVIF grâce à leurs décodeurs AV1 intégrés. Lorsque vous chargez un fichier AVIF, le navigateur le décode en mémoire et le convertit en une représentation bitmap en RAM. Cette représentation est peinte sur un élément <code>Canvas</code> HTML5 invisible.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'paragraph',
|
|
133
|
+
html: 'Le Canvas exporte ensuite l\'image avec <code>toBlob(\'image/jpeg\', quality)</code>, appliquant la compression JPG standard. Comme le JPG ne supporte pas la transparence, tout canal alpha présent dans l\'AVIF est rempli avec un fond blanc avant l\'export. Le résultat est un fichier JPG de haute qualité prêt pour le téléchargement direct, sans qu\'un seul octet ne quitte votre navigateur.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'L\'équilibre parfait entre compression et compatibilité',
|
|
138
|
+
html: 'AVIF est 50% plus petit que JPG à qualité égale — mais JPG a une compatibilité de 100% avec n\'importe quel logiciel. Si vous recevez des images AVIF du serveur et devez les éditer, les envoyer par email ou les ouvrir dans des outils de bureau, convertissez-les d\'abord en JPG.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Cas d\'utilisation : quand convertir AVIF en JPG',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Édition dans Photoshop, Lightroom, GIMP ou tout autre logiciel de bureau.',
|
|
150
|
+
'Partage d\'images avec des utilisateurs sur des appareils ou systèmes d\'exploitation anciens.',
|
|
151
|
+
'Pièces jointes d\'emails pour garantir la visualisation dans n\'importe quel client de messagerie.',
|
|
152
|
+
'Publication sur des plateformes qui n\'acceptent pas l\'AVIF comme format de téléversement.',
|
|
153
|
+
'Impression : les services d\'impression professionnels travaillent nativement avec le JPG.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusion : La compatibilité universelle en une seule étape',
|
|
159
|
+
level: 3,
|
|
89
160
|
},
|
|
90
161
|
{
|
|
91
162
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
'Convertissez AVIF en JPG gratuitement, localement et sans limites. Compatibilité universelle maximale pour vos images sans compromettre la confidentialité de vos fichiers.',
|
|
163
|
+
html: 'AVIF est l\'avenir de la compression d\'images, mais le présent exige de la compatibilité. Notre convertisseur vous permet d\'obtenir le meilleur des deux mondes : recevez et stockez des images en AVIF pour une efficacité maximale, et convertissez-les instantanément en JPG quand vous avez besoin qu\'elles fonctionnent dans n\'importe quel contexte. Le tout en toute confidentialité, gratuitement et sans limites.',
|
|
94
164
|
},
|
|
95
165
|
];
|
|
96
166
|
|
|
@@ -65,32 +65,102 @@ const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: '
|
|
68
|
+
text: 'AVIF to PNG Converter: From Web Delivery to Professional Editing',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'AVIF is the ideal format for serving images on the web — small, efficient and high quality. But when the time comes to edit, retouch or work with those images in design tools, AVIF becomes an obstacle. Figma, Photoshop, Illustrator, Sketch and virtually any professional design tool expect PNG for transparency work and lossless editing. Converting AVIF to PNG is the bridge between the world of web delivery and creative editing.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'AVIF vs PNG: Delivery vs Editing',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'Converting AVIF to PNG has a fundamental advantage over converting to JPG: the preservation of the alpha channel. If your AVIF image has transparent areas, when converting to PNG these are kept intact. This is crucial for logos, icons, stickers and any graphic where transparency is essential for the design.',
|
|
82
|
+
html: 'AVIF excels as a delivery format: small files, fast loading, alpha channel support and exceptional visual quality. However, its tooling ecosystem is limited. Most design software cannot import AVIF directly, which disrupts creative workflows. Trying to open an AVIF in Figma or import it as a layer in Photoshop simply does not work.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
|
-
type: '
|
|
82
|
-
html:
|
|
83
|
-
|
|
85
|
+
type: 'paragraph',
|
|
86
|
+
html: 'PNG is the native format of digital design. With lossless compression, full alpha channel support and universal compatibility with all creative tools, PNG is the go-to working format. When you need to scale, retouch, export to multiple formats or work in layers, PNG guarantees you will not lose any detail or pixel in the process.',
|
|
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 AVIF files to a remote server for processing.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Your design images travel to third-party servers',
|
|
103
|
+
'Waiting time due to network latency',
|
|
104
|
+
'Possible loss or alteration of the alpha channel',
|
|
105
|
+
'Size limits that complicate batch conversion',
|
|
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
|
+
'Alpha channel preserved with perfect fidelity',
|
|
115
|
+
'Instant conversion without data transfer',
|
|
116
|
+
'No limits on files, size or batches',
|
|
117
|
+
'Total privacy for proprietary design assets',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'How the technical conversion works with transparency',
|
|
125
|
+
level: 3,
|
|
84
126
|
},
|
|
85
127
|
{
|
|
86
128
|
type: 'paragraph',
|
|
87
|
-
html:
|
|
88
|
-
|
|
129
|
+
html: 'Modern browsers decode AVIF natively thanks to their built-in AV1 engines. When loading the file, the browser decodes it in memory preserving all alpha channel information. The decoded image — including its transparencies — is drawn onto an HTML5 <code>Canvas</code> element with the correct compositing mode to preserve the alpha channel.',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
type: 'paragraph',
|
|
133
|
+
html: 'Unlike exporting to JPG (which destroys transparencies by filling with white), exporting to PNG via <code>toBlob(\'image/png\')</code> fully preserves the alpha channel. The result is a losslessly compressed PNG that retains every pixel, every semi-transparency and every detail of the original AVIF.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'The mandatory first step for any design tool',
|
|
138
|
+
html: 'Convert your AVIF files to PNG before importing them into Figma, Photoshop, Illustrator or any design tool. These applications cannot read AVIF directly, but PNG works natively in all of them, preserving transparency and quality perfectly.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Use cases: when you need AVIF converted to PNG',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Import into Figma, Sketch, Adobe XD or other UI design tools.',
|
|
150
|
+
'Edit as a layer in Photoshop, Affinity Photo or GIMP preserving transparency.',
|
|
151
|
+
'Use as source for icon or sprite generation.',
|
|
152
|
+
'Send to clients or collaborators working with standard design software.',
|
|
153
|
+
'Archive images with transparency in a lossless editing format.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusion: The bridge between the web and design',
|
|
159
|
+
level: 3,
|
|
89
160
|
},
|
|
90
161
|
{
|
|
91
162
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
'Convert AVIF to PNG preserving transparency, for free and locally. Get the universal compatibility of PNG without sacrificing the image quality of your AVIF.',
|
|
163
|
+
html: 'AVIF and PNG are perfect companions in a modern workflow: AVIF for efficient web delivery, PNG for editing and collaboration in design tools. With our converter, the step from one to the other is instant, private and preserves every detail — exactly what you need when your visual assets matter.',
|
|
94
164
|
},
|
|
95
165
|
];
|
|
96
166
|
|
|
@@ -65,37 +65,102 @@ const bibliography: AvifAPngLocaleContent['bibliography'] = [
|
|
|
65
65
|
const seo: AvifAPngLocaleContent['seo'] = [
|
|
66
66
|
{
|
|
67
67
|
type: 'title',
|
|
68
|
-
text: 'Convertidor AVIF a PNG
|
|
68
|
+
text: 'Convertidor AVIF a PNG: De la Entrega Web a la Edición Profesional',
|
|
69
|
+
level: 2,
|
|
69
70
|
},
|
|
70
71
|
{
|
|
71
72
|
type: 'paragraph',
|
|
72
|
-
html:
|
|
73
|
-
|
|
73
|
+
html: 'AVIF es el formato ideal para servir imágenes en la web — pequeño, eficiente y de alta calidad. Pero cuando llega el momento de editar, retocar o trabajar con esas imágenes en herramientas de diseño, el AVIF se convierte en un obstáculo. Figma, Photoshop, Illustrator, Sketch y prácticamente cualquier herramienta de diseño profesional esperan recibir PNG para el trabajo con transparencias y edición sin pérdida. Convertir AVIF a PNG es el puente entre el mundo de la entrega web y el de la edición creativa.',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
type: 'title',
|
|
77
|
+
text: 'AVIF vs PNG: Entrega vs Edición',
|
|
78
|
+
level: 3,
|
|
74
79
|
},
|
|
75
80
|
{
|
|
76
81
|
type: 'paragraph',
|
|
77
|
-
html:
|
|
78
|
-
'La conversión de AVIF a PNG tiene una ventaja fundamental sobre la conversión a JPG: la preservación del canal alfa. Si tu imagen AVIF tiene áreas transparentes, al convertir a PNG estas se mantienen intactas. Esto es crucial para logos, iconos, pegatinas y cualquier gráfico donde la transparencia es esencial para el diseño.',
|
|
82
|
+
html: 'AVIF destaca como formato de entrega: archivos pequeños, carga rápida, soporte de canal alfa y calidad visual excepcional. Sin embargo, su ecosistema de herramientas es limitado. La mayoría de software de diseño no puede importar AVIF directamente, lo que interrumpe los flujos de trabajo creativos. Intentar abrir un AVIF en Figma o importarlo como capa en Photoshop simplemente no funciona.',
|
|
79
83
|
},
|
|
80
84
|
{
|
|
81
85
|
type: 'paragraph',
|
|
82
|
-
html:
|
|
83
|
-
'Toda la conversión ocurre en tu navegador web. Los navegadores modernos ya incluyen soporte nativo para AVIF, lo que permite decodificar el archivo localmente, renderizarlo en un canvas y exportarlo como PNG sin ninguna comunicación con servidores externos.',
|
|
86
|
+
html: 'PNG es el formato nativo del diseño digital. Con compresión sin pérdida, soporte completo de canal alfa y compatibilidad universal con todas las herramientas creativas, PNG es el formato de trabajo por excelencia. Cuando necesitas escalar, retocar, exportar a múltiples formatos o trabajar en capas, PNG garantiza que no perderás ningún detalle ni pixel en el proceso.',
|
|
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 AVIF a un servidor remoto para procesarlos.',
|
|
99
|
+
icon: 'mdi:cloud-upload',
|
|
100
|
+
pointIcon: 'mdi:close-circle-outline',
|
|
101
|
+
points: [
|
|
102
|
+
'Tus imágenes de diseño viajan a servidores de terceros',
|
|
103
|
+
'Tiempo de espera por latencia de red',
|
|
104
|
+
'Posible pérdida o alteración del canal alfa',
|
|
105
|
+
'Límites de tamaño que complican la conversión por lotes',
|
|
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
|
+
'Canal alfa preservado con fidelidad perfecta',
|
|
115
|
+
'Conversión instantánea sin transferencia de datos',
|
|
116
|
+
'Sin límites de archivos, tamaño ni lotes',
|
|
117
|
+
'Privacidad total para activos de diseño propietarios',
|
|
118
|
+
],
|
|
119
|
+
},
|
|
120
|
+
],
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
type: 'title',
|
|
124
|
+
text: 'Cómo funciona la conversión técnica con transparencias',
|
|
125
|
+
level: 3,
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
type: 'paragraph',
|
|
129
|
+
html: 'Los navegadores modernos decodifican AVIF de forma nativa gracias a sus motores AV1 integrados. Al cargar el archivo, el navegador lo decodifica en memoria preservando toda la información del canal alfa. La imagen decodificada — incluyendo sus transparencias — se dibuja sobre un elemento <code>Canvas</code> HTML5 con el modo de composición correcto para preservar el canal alfa.',
|
|
89
130
|
},
|
|
90
131
|
{
|
|
91
132
|
type: 'paragraph',
|
|
92
|
-
html:
|
|
93
|
-
|
|
133
|
+
html: 'A diferencia de la exportación a JPG (que destruye las transparencias rellenando con blanco), la exportación a PNG mediante <code>toBlob(\'image/png\')</code> preserva íntegramente el canal alfa. El resultado es un PNG con compresión sin pérdida que mantiene cada pixel, cada semitransparencia y cada detalle del AVIF original.',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
type: 'tip',
|
|
137
|
+
title: 'El paso previo obligatorio para cualquier herramienta de diseño',
|
|
138
|
+
html: 'Convierte tus AVIF a PNG antes de importarlos a Figma, Photoshop, Illustrator o cualquier herramienta de diseño. Estas aplicaciones no leen AVIF directamente, pero PNG funciona de forma nativa en todas ellas, preservando transparencias y calidad perfectamente.',
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
type: 'title',
|
|
142
|
+
text: 'Casos de uso: cuándo necesitas AVIF convertido a PNG',
|
|
143
|
+
level: 3,
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
type: 'list',
|
|
147
|
+
icon: 'mdi:check-circle',
|
|
148
|
+
items: [
|
|
149
|
+
'Importar en Figma, Sketch, Adobe XD u otras herramientas de diseño UI.',
|
|
150
|
+
'Editar como capa en Photoshop, Affinity Photo o GIMP preservando transparencias.',
|
|
151
|
+
'Usar como fuente para la generación de iconos o sprites.',
|
|
152
|
+
'Enviar a clientes o colaboradores que trabajan con software de diseño estándar.',
|
|
153
|
+
'Archivar imágenes con transparencias en formato de edición sin pérdida.',
|
|
154
|
+
],
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
type: 'title',
|
|
158
|
+
text: 'Conclusión: El puente entre la web y el diseño',
|
|
159
|
+
level: 3,
|
|
94
160
|
},
|
|
95
161
|
{
|
|
96
162
|
type: 'paragraph',
|
|
97
|
-
html:
|
|
98
|
-
'Convierte AVIF a PNG preservando transparencias, de forma gratuita y local. Obtén la compatibilidad universal de PNG sin sacrificar la calidad de imagen de tu AVIF.',
|
|
163
|
+
html: 'AVIF y PNG son compañeros perfectos en un flujo de trabajo moderno: AVIF para la entrega eficiente en web, PNG para la edición y colaboración en herramientas de diseño. Con nuestro convertidor, el paso de uno a otro es instantáneo, privado y preserva cada detalle — exactamente lo que necesitas cuando tus activos visuales importan.',
|
|
99
164
|
},
|
|
100
165
|
];
|
|
101
166
|
|