@jjlmoya/utils-converters 1.15.0 → 1.18.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 +8 -4
- package/scripts/clean_titles.py +95 -0
- package/scripts/postinstall.mjs +27 -0
- package/src/category/i18n/de.ts +1 -1
- package/src/category/i18n/fr.ts +9 -9
- package/src/category/i18n/ru.ts +1 -1
- package/src/category/i18n/sv.ts +1 -1
- package/src/data.ts +0 -21
- package/src/layouts/PreviewLayout.astro +2 -1
- package/src/pages/[locale]/[slug].astro +28 -12
- package/src/tests/diacritics_density.test.ts +118 -0
- package/src/tests/inverted_punctuation.test.ts +84 -0
- package/src/tests/no_en_dash.test.ts +70 -0
- package/src/tests/pagespeed_best_practices.test.ts +198 -0
- package/src/tests/script_density.test.ts +94 -0
- package/src/tests/shared-test-helpers.ts +56 -0
- package/src/tests/tool_exports.test.ts +34 -0
- package/src/tool/avifAJpg/bibliography.ts +12 -0
- package/src/tool/avifAJpg/entry.ts +2 -0
- package/src/tool/avifAJpg/i18n/de.ts +2 -12
- package/src/tool/avifAJpg/i18n/en.ts +2 -12
- package/src/tool/avifAJpg/i18n/es.ts +2 -12
- package/src/tool/avifAJpg/i18n/fr.ts +11 -21
- package/src/tool/avifAJpg/i18n/id.ts +2 -12
- package/src/tool/avifAJpg/i18n/it.ts +2 -12
- package/src/tool/avifAJpg/i18n/ja.ts +1 -11
- package/src/tool/avifAJpg/i18n/ko.ts +1 -11
- package/src/tool/avifAJpg/i18n/nl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pl.ts +2 -12
- package/src/tool/avifAJpg/i18n/pt.ts +2 -12
- package/src/tool/avifAJpg/i18n/ru.ts +7 -17
- package/src/tool/avifAJpg/i18n/sv.ts +2 -12
- package/src/tool/avifAJpg/i18n/tr.ts +1 -11
- package/src/tool/avifAJpg/i18n/zh.ts +4 -14
- package/src/tool/avifAJpg/seo.astro +2 -1
- package/src/tool/avifAPng/bibliography.ts +12 -0
- package/src/tool/avifAPng/entry.ts +2 -0
- package/src/tool/avifAPng/i18n/de.ts +4 -14
- package/src/tool/avifAPng/i18n/en.ts +4 -14
- package/src/tool/avifAPng/i18n/es.ts +4 -14
- package/src/tool/avifAPng/i18n/fr.ts +10 -20
- package/src/tool/avifAPng/i18n/id.ts +4 -14
- package/src/tool/avifAPng/i18n/it.ts +1 -11
- package/src/tool/avifAPng/i18n/ja.ts +1 -11
- package/src/tool/avifAPng/i18n/ko.ts +1 -11
- package/src/tool/avifAPng/i18n/nl.ts +4 -14
- package/src/tool/avifAPng/i18n/pl.ts +4 -14
- package/src/tool/avifAPng/i18n/pt.ts +4 -14
- package/src/tool/avifAPng/i18n/ru.ts +5 -15
- package/src/tool/avifAPng/i18n/sv.ts +4 -14
- package/src/tool/avifAPng/i18n/tr.ts +1 -11
- package/src/tool/avifAPng/i18n/zh.ts +3 -13
- package/src/tool/avifAPng/seo.astro +2 -1
- package/src/tool/avifAWebp/bibliography.ts +12 -0
- package/src/tool/avifAWebp/entry.ts +2 -0
- package/src/tool/avifAWebp/i18n/de.ts +6 -16
- package/src/tool/avifAWebp/i18n/en.ts +6 -16
- package/src/tool/avifAWebp/i18n/es.ts +6 -16
- package/src/tool/avifAWebp/i18n/fr.ts +13 -23
- package/src/tool/avifAWebp/i18n/id.ts +6 -16
- package/src/tool/avifAWebp/i18n/it.ts +1 -11
- package/src/tool/avifAWebp/i18n/ja.ts +1 -11
- package/src/tool/avifAWebp/i18n/ko.ts +2 -12
- package/src/tool/avifAWebp/i18n/nl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pl.ts +6 -16
- package/src/tool/avifAWebp/i18n/pt.ts +6 -16
- package/src/tool/avifAWebp/i18n/ru.ts +7 -17
- package/src/tool/avifAWebp/i18n/sv.ts +6 -16
- package/src/tool/avifAWebp/i18n/tr.ts +2 -12
- package/src/tool/avifAWebp/i18n/zh.ts +6 -16
- package/src/tool/avifAWebp/seo.astro +2 -1
- package/src/tool/bmpAJpg/bibliography.ts +12 -0
- package/src/tool/bmpAJpg/entry.ts +2 -0
- package/src/tool/bmpAJpg/i18n/de.ts +1 -11
- package/src/tool/bmpAJpg/i18n/en.ts +1 -11
- package/src/tool/bmpAJpg/i18n/es.ts +1 -11
- package/src/tool/bmpAJpg/i18n/fr.ts +9 -19
- package/src/tool/bmpAJpg/i18n/id.ts +1 -11
- package/src/tool/bmpAJpg/i18n/it.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ja.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ko.ts +1 -11
- package/src/tool/bmpAJpg/i18n/nl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pl.ts +1 -11
- package/src/tool/bmpAJpg/i18n/pt.ts +1 -11
- package/src/tool/bmpAJpg/i18n/ru.ts +5 -15
- package/src/tool/bmpAJpg/i18n/sv.ts +1 -11
- package/src/tool/bmpAJpg/i18n/tr.ts +1 -11
- package/src/tool/bmpAJpg/i18n/zh.ts +1 -11
- package/src/tool/bmpAJpg/seo.astro +2 -1
- package/src/tool/bmpAPng/bibliography.ts +12 -0
- package/src/tool/bmpAPng/entry.ts +2 -0
- package/src/tool/bmpAPng/i18n/de.ts +2 -12
- package/src/tool/bmpAPng/i18n/en.ts +3 -13
- package/src/tool/bmpAPng/i18n/es.ts +2 -12
- package/src/tool/bmpAPng/i18n/fr.ts +12 -22
- package/src/tool/bmpAPng/i18n/id.ts +2 -12
- package/src/tool/bmpAPng/i18n/it.ts +2 -12
- package/src/tool/bmpAPng/i18n/ja.ts +1 -11
- package/src/tool/bmpAPng/i18n/ko.ts +1 -11
- package/src/tool/bmpAPng/i18n/nl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pl.ts +2 -12
- package/src/tool/bmpAPng/i18n/pt.ts +2 -12
- package/src/tool/bmpAPng/i18n/ru.ts +9 -19
- package/src/tool/bmpAPng/i18n/sv.ts +2 -12
- package/src/tool/bmpAPng/i18n/tr.ts +1 -11
- package/src/tool/bmpAPng/i18n/zh.ts +1 -11
- package/src/tool/bmpAPng/seo.astro +2 -1
- package/src/tool/bmpAWebp/bibliography.ts +12 -0
- package/src/tool/bmpAWebp/entry.ts +2 -0
- package/src/tool/bmpAWebp/i18n/de.ts +8 -18
- package/src/tool/bmpAWebp/i18n/en.ts +8 -18
- package/src/tool/bmpAWebp/i18n/es.ts +8 -18
- package/src/tool/bmpAWebp/i18n/fr.ts +13 -23
- package/src/tool/bmpAWebp/i18n/id.ts +8 -18
- package/src/tool/bmpAWebp/i18n/it.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ja.ts +7 -17
- package/src/tool/bmpAWebp/i18n/ko.ts +7 -17
- package/src/tool/bmpAWebp/i18n/nl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pl.ts +8 -18
- package/src/tool/bmpAWebp/i18n/pt.ts +8 -18
- package/src/tool/bmpAWebp/i18n/ru.ts +10 -20
- package/src/tool/bmpAWebp/i18n/sv.ts +8 -18
- package/src/tool/bmpAWebp/i18n/tr.ts +8 -18
- package/src/tool/bmpAWebp/i18n/zh.ts +8 -18
- package/src/tool/bmpAWebp/seo.astro +2 -1
- package/src/tool/gifAJpg/bibliography.ts +12 -0
- package/src/tool/gifAJpg/entry.ts +2 -0
- package/src/tool/gifAJpg/i18n/de.ts +1 -11
- package/src/tool/gifAJpg/i18n/en.ts +1 -11
- package/src/tool/gifAJpg/i18n/es.ts +1 -11
- package/src/tool/gifAJpg/i18n/fr.ts +9 -19
- package/src/tool/gifAJpg/i18n/id.ts +1 -11
- package/src/tool/gifAJpg/i18n/it.ts +1 -11
- package/src/tool/gifAJpg/i18n/ja.ts +1 -11
- package/src/tool/gifAJpg/i18n/ko.ts +1 -11
- package/src/tool/gifAJpg/i18n/nl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pl.ts +1 -11
- package/src/tool/gifAJpg/i18n/pt.ts +1 -11
- package/src/tool/gifAJpg/i18n/ru.ts +2 -12
- package/src/tool/gifAJpg/i18n/sv.ts +1 -11
- package/src/tool/gifAJpg/i18n/tr.ts +1 -11
- package/src/tool/gifAJpg/i18n/zh.ts +1 -11
- package/src/tool/gifAJpg/seo.astro +2 -1
- package/src/tool/gifAPng/bibliography.ts +12 -0
- package/src/tool/gifAPng/entry.ts +2 -0
- package/src/tool/gifAPng/i18n/de.ts +2 -12
- package/src/tool/gifAPng/i18n/en.ts +3 -13
- package/src/tool/gifAPng/i18n/es.ts +2 -12
- package/src/tool/gifAPng/i18n/fr.ts +11 -21
- package/src/tool/gifAPng/i18n/id.ts +2 -12
- package/src/tool/gifAPng/i18n/it.ts +2 -12
- package/src/tool/gifAPng/i18n/ja.ts +1 -11
- package/src/tool/gifAPng/i18n/ko.ts +1 -11
- package/src/tool/gifAPng/i18n/nl.ts +2 -12
- package/src/tool/gifAPng/i18n/pl.ts +3 -13
- package/src/tool/gifAPng/i18n/pt.ts +2 -12
- package/src/tool/gifAPng/i18n/ru.ts +3 -13
- package/src/tool/gifAPng/i18n/sv.ts +3 -13
- package/src/tool/gifAPng/i18n/tr.ts +1 -11
- package/src/tool/gifAPng/i18n/zh.ts +2 -12
- package/src/tool/gifAPng/seo.astro +2 -1
- package/src/tool/gifAWebp/bibliography.ts +12 -0
- package/src/tool/gifAWebp/entry.ts +2 -0
- package/src/tool/gifAWebp/i18n/de.ts +3 -13
- package/src/tool/gifAWebp/i18n/en.ts +3 -13
- package/src/tool/gifAWebp/i18n/es.ts +1 -11
- package/src/tool/gifAWebp/i18n/fr.ts +11 -21
- package/src/tool/gifAWebp/i18n/id.ts +3 -13
- package/src/tool/gifAWebp/i18n/it.ts +1 -11
- package/src/tool/gifAWebp/i18n/ja.ts +1 -11
- package/src/tool/gifAWebp/i18n/ko.ts +1 -11
- package/src/tool/gifAWebp/i18n/nl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pl.ts +3 -13
- package/src/tool/gifAWebp/i18n/pt.ts +3 -13
- package/src/tool/gifAWebp/i18n/ru.ts +7 -17
- package/src/tool/gifAWebp/i18n/sv.ts +3 -13
- package/src/tool/gifAWebp/i18n/tr.ts +1 -11
- package/src/tool/gifAWebp/i18n/zh.ts +4 -14
- package/src/tool/gifAWebp/seo.astro +2 -1
- package/src/tool/imagenBase64/bibliography.ts +12 -0
- package/src/tool/imagenBase64/component.astro +0 -301
- package/src/tool/imagenBase64/entry.ts +2 -0
- package/src/tool/imagenBase64/i18n/de.ts +7 -17
- package/src/tool/imagenBase64/i18n/en.ts +7 -17
- package/src/tool/imagenBase64/i18n/es.ts +7 -17
- package/src/tool/imagenBase64/i18n/fr.ts +17 -27
- package/src/tool/imagenBase64/i18n/id.ts +7 -17
- package/src/tool/imagenBase64/i18n/it.ts +6 -16
- package/src/tool/imagenBase64/i18n/ja.ts +1 -11
- package/src/tool/imagenBase64/i18n/ko.ts +1 -11
- package/src/tool/imagenBase64/i18n/nl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pl.ts +7 -17
- package/src/tool/imagenBase64/i18n/pt.ts +7 -17
- package/src/tool/imagenBase64/i18n/ru.ts +9 -19
- package/src/tool/imagenBase64/i18n/sv.ts +7 -17
- package/src/tool/imagenBase64/i18n/tr.ts +2 -12
- package/src/tool/imagenBase64/i18n/zh.ts +7 -17
- package/src/tool/imagenBase64/image-to-base64-converter.css +299 -0
- package/src/tool/imagenBase64/seo.astro +2 -1
- package/src/tool/jpgAIco/bibliography.ts +12 -0
- package/src/tool/jpgAIco/entry.ts +2 -0
- package/src/tool/jpgAIco/i18n/de.ts +9 -19
- package/src/tool/jpgAIco/i18n/en.ts +9 -19
- package/src/tool/jpgAIco/i18n/es.ts +7 -17
- package/src/tool/jpgAIco/i18n/fr.ts +13 -23
- package/src/tool/jpgAIco/i18n/id.ts +9 -19
- package/src/tool/jpgAIco/i18n/it.ts +3 -13
- package/src/tool/jpgAIco/i18n/ja.ts +2 -12
- package/src/tool/jpgAIco/i18n/ko.ts +2 -12
- package/src/tool/jpgAIco/i18n/nl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pl.ts +9 -19
- package/src/tool/jpgAIco/i18n/pt.ts +9 -19
- package/src/tool/jpgAIco/i18n/ru.ts +11 -21
- package/src/tool/jpgAIco/i18n/sv.ts +9 -19
- package/src/tool/jpgAIco/i18n/tr.ts +3 -13
- package/src/tool/jpgAIco/i18n/zh.ts +9 -19
- package/src/tool/jpgAIco/seo.astro +2 -1
- package/src/tool/jpgAPng/bibliography.ts +12 -0
- package/src/tool/jpgAPng/entry.ts +2 -0
- package/src/tool/jpgAPng/i18n/de.ts +7 -17
- package/src/tool/jpgAPng/i18n/en.ts +9 -19
- package/src/tool/jpgAPng/i18n/es.ts +7 -17
- package/src/tool/jpgAPng/i18n/fr.ts +13 -23
- package/src/tool/jpgAPng/i18n/id.ts +7 -17
- package/src/tool/jpgAPng/i18n/it.ts +5 -15
- package/src/tool/jpgAPng/i18n/ja.ts +3 -13
- package/src/tool/jpgAPng/i18n/ko.ts +3 -13
- package/src/tool/jpgAPng/i18n/nl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pl.ts +7 -17
- package/src/tool/jpgAPng/i18n/pt.ts +7 -17
- package/src/tool/jpgAPng/i18n/ru.ts +10 -20
- package/src/tool/jpgAPng/i18n/sv.ts +7 -17
- package/src/tool/jpgAPng/i18n/tr.ts +6 -16
- package/src/tool/jpgAPng/i18n/zh.ts +8 -18
- package/src/tool/jpgAPng/seo.astro +2 -1
- package/src/tool/jpgAWebp/bibliography.ts +12 -0
- package/src/tool/jpgAWebp/entry.ts +2 -0
- package/src/tool/jpgAWebp/i18n/de.ts +10 -20
- package/src/tool/jpgAWebp/i18n/en.ts +10 -20
- package/src/tool/jpgAWebp/i18n/es.ts +4 -14
- package/src/tool/jpgAWebp/i18n/fr.ts +16 -26
- package/src/tool/jpgAWebp/i18n/id.ts +10 -20
- package/src/tool/jpgAWebp/i18n/it.ts +6 -16
- package/src/tool/jpgAWebp/i18n/ja.ts +2 -12
- package/src/tool/jpgAWebp/i18n/ko.ts +3 -13
- package/src/tool/jpgAWebp/i18n/nl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pl.ts +10 -20
- package/src/tool/jpgAWebp/i18n/pt.ts +10 -20
- package/src/tool/jpgAWebp/i18n/ru.ts +10 -20
- package/src/tool/jpgAWebp/i18n/sv.ts +10 -20
- package/src/tool/jpgAWebp/i18n/tr.ts +5 -15
- package/src/tool/jpgAWebp/i18n/zh.ts +9 -19
- package/src/tool/jpgAWebp/seo.astro +2 -1
- package/src/tool/pngAIco/bibliography.ts +12 -0
- package/src/tool/pngAIco/entry.ts +2 -0
- package/src/tool/pngAIco/i18n/de.ts +8 -18
- package/src/tool/pngAIco/i18n/en.ts +8 -18
- package/src/tool/pngAIco/i18n/es.ts +8 -18
- package/src/tool/pngAIco/i18n/fr.ts +14 -24
- package/src/tool/pngAIco/i18n/id.ts +8 -18
- package/src/tool/pngAIco/i18n/it.ts +4 -14
- package/src/tool/pngAIco/i18n/ja.ts +2 -12
- package/src/tool/pngAIco/i18n/ko.ts +2 -12
- package/src/tool/pngAIco/i18n/nl.ts +8 -18
- package/src/tool/pngAIco/i18n/pl.ts +8 -18
- package/src/tool/pngAIco/i18n/pt.ts +8 -18
- package/src/tool/pngAIco/i18n/ru.ts +11 -21
- package/src/tool/pngAIco/i18n/sv.ts +8 -18
- package/src/tool/pngAIco/i18n/tr.ts +7 -17
- package/src/tool/pngAIco/i18n/zh.ts +8 -18
- package/src/tool/pngAIco/seo.astro +2 -1
- package/src/tool/pngAJpg/bibliography.ts +12 -0
- package/src/tool/pngAJpg/entry.ts +2 -0
- package/src/tool/pngAJpg/i18n/de.ts +1 -11
- package/src/tool/pngAJpg/i18n/en.ts +1 -11
- package/src/tool/pngAJpg/i18n/es.ts +1 -11
- package/src/tool/pngAJpg/i18n/fr.ts +3 -13
- package/src/tool/pngAJpg/i18n/id.ts +1 -11
- package/src/tool/pngAJpg/i18n/it.ts +1 -11
- package/src/tool/pngAJpg/i18n/ja.ts +1 -11
- package/src/tool/pngAJpg/i18n/ko.ts +1 -11
- package/src/tool/pngAJpg/i18n/nl.ts +1 -11
- package/src/tool/pngAJpg/i18n/pl.ts +7 -17
- package/src/tool/pngAJpg/i18n/pt.ts +1 -11
- package/src/tool/pngAJpg/i18n/ru.ts +9 -19
- package/src/tool/pngAJpg/i18n/sv.ts +1 -11
- package/src/tool/pngAJpg/i18n/tr.ts +1 -11
- package/src/tool/pngAJpg/i18n/zh.ts +6 -16
- package/src/tool/pngAJpg/seo.astro +2 -1
- package/src/tool/pngAWebp/bibliography.ts +16 -0
- package/src/tool/pngAWebp/entry.ts +2 -0
- package/src/tool/pngAWebp/i18n/de.ts +7 -21
- package/src/tool/pngAWebp/i18n/en.ts +7 -21
- package/src/tool/pngAWebp/i18n/es.ts +6 -20
- package/src/tool/pngAWebp/i18n/fr.ts +13 -27
- package/src/tool/pngAWebp/i18n/id.ts +7 -21
- package/src/tool/pngAWebp/i18n/it.ts +3 -17
- package/src/tool/pngAWebp/i18n/ja.ts +2 -16
- package/src/tool/pngAWebp/i18n/ko.ts +2 -16
- package/src/tool/pngAWebp/i18n/nl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pl.ts +7 -21
- package/src/tool/pngAWebp/i18n/pt.ts +6 -20
- package/src/tool/pngAWebp/i18n/ru.ts +8 -22
- package/src/tool/pngAWebp/i18n/sv.ts +7 -21
- package/src/tool/pngAWebp/i18n/tr.ts +6 -20
- package/src/tool/pngAWebp/i18n/zh.ts +6 -20
- package/src/tool/pngAWebp/seo.astro +2 -1
- package/src/tool/svgAJpg/bibliography.ts +12 -0
- package/src/tool/svgAJpg/entry.ts +2 -0
- package/src/tool/svgAJpg/i18n/de.ts +2 -12
- package/src/tool/svgAJpg/i18n/en.ts +1 -11
- package/src/tool/svgAJpg/i18n/es.ts +1 -11
- package/src/tool/svgAJpg/i18n/fr.ts +6 -16
- package/src/tool/svgAJpg/i18n/id.ts +1 -11
- package/src/tool/svgAJpg/i18n/it.ts +1 -11
- package/src/tool/svgAJpg/i18n/ja.ts +1 -11
- package/src/tool/svgAJpg/i18n/ko.ts +1 -11
- package/src/tool/svgAJpg/i18n/nl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pl.ts +1 -11
- package/src/tool/svgAJpg/i18n/pt.ts +1 -11
- package/src/tool/svgAJpg/i18n/ru.ts +3 -13
- package/src/tool/svgAJpg/i18n/sv.ts +1 -11
- package/src/tool/svgAJpg/i18n/tr.ts +1 -11
- package/src/tool/svgAJpg/i18n/zh.ts +1 -11
- package/src/tool/svgAJpg/seo.astro +2 -1
- package/src/tool/svgAPng/bibliography.ts +12 -0
- package/src/tool/svgAPng/entry.ts +2 -0
- package/src/tool/svgAPng/i18n/de.ts +3 -13
- package/src/tool/svgAPng/i18n/en.ts +3 -13
- package/src/tool/svgAPng/i18n/es.ts +1 -11
- package/src/tool/svgAPng/i18n/fr.ts +9 -19
- package/src/tool/svgAPng/i18n/id.ts +3 -13
- package/src/tool/svgAPng/i18n/it.ts +3 -13
- package/src/tool/svgAPng/i18n/ja.ts +1 -11
- package/src/tool/svgAPng/i18n/ko.ts +1 -11
- package/src/tool/svgAPng/i18n/nl.ts +3 -13
- package/src/tool/svgAPng/i18n/pl.ts +3 -13
- package/src/tool/svgAPng/i18n/pt.ts +3 -13
- package/src/tool/svgAPng/i18n/ru.ts +5 -15
- package/src/tool/svgAPng/i18n/sv.ts +3 -13
- package/src/tool/svgAPng/i18n/tr.ts +3 -13
- package/src/tool/svgAPng/i18n/zh.ts +3 -13
- package/src/tool/svgAPng/seo.astro +2 -1
- package/src/tool/webpAIco/bibliography.ts +12 -0
- package/src/tool/webpAIco/entry.ts +2 -0
- package/src/tool/webpAIco/i18n/de.ts +1 -11
- package/src/tool/webpAIco/i18n/en.ts +1 -11
- package/src/tool/webpAIco/i18n/es.ts +1 -11
- package/src/tool/webpAIco/i18n/fr.ts +5 -15
- package/src/tool/webpAIco/i18n/id.ts +1 -11
- package/src/tool/webpAIco/i18n/it.ts +1 -11
- package/src/tool/webpAIco/i18n/ja.ts +1 -11
- package/src/tool/webpAIco/i18n/ko.ts +1 -11
- package/src/tool/webpAIco/i18n/nl.ts +1 -11
- package/src/tool/webpAIco/i18n/pl.ts +1 -11
- package/src/tool/webpAIco/i18n/pt.ts +1 -11
- package/src/tool/webpAIco/i18n/ru.ts +3 -13
- package/src/tool/webpAIco/i18n/sv.ts +1 -11
- package/src/tool/webpAIco/i18n/tr.ts +1 -11
- package/src/tool/webpAIco/i18n/zh.ts +1 -12
- package/src/tool/webpAIco/seo.astro +2 -1
- package/src/tool/webpAJpg/bibliography.ts +16 -0
- package/src/tool/webpAJpg/entry.ts +2 -0
- package/src/tool/webpAJpg/i18n/de.ts +3 -17
- package/src/tool/webpAJpg/i18n/en.ts +3 -17
- package/src/tool/webpAJpg/i18n/es.ts +1 -15
- package/src/tool/webpAJpg/i18n/fr.ts +10 -24
- package/src/tool/webpAJpg/i18n/id.ts +3 -17
- package/src/tool/webpAJpg/i18n/it.ts +2 -16
- package/src/tool/webpAJpg/i18n/ja.ts +1 -15
- package/src/tool/webpAJpg/i18n/ko.ts +1 -15
- package/src/tool/webpAJpg/i18n/nl.ts +2 -16
- package/src/tool/webpAJpg/i18n/pl.ts +3 -17
- package/src/tool/webpAJpg/i18n/pt.ts +3 -17
- package/src/tool/webpAJpg/i18n/ru.ts +7 -21
- package/src/tool/webpAJpg/i18n/sv.ts +3 -17
- package/src/tool/webpAJpg/i18n/tr.ts +2 -16
- package/src/tool/webpAJpg/i18n/zh.ts +2 -16
- package/src/tool/webpAJpg/seo.astro +2 -1
- package/src/tool/webpAPng/bibliography.ts +16 -0
- package/src/tool/webpAPng/entry.ts +2 -0
- package/src/tool/webpAPng/i18n/de.ts +3 -17
- package/src/tool/webpAPng/i18n/en.ts +3 -17
- package/src/tool/webpAPng/i18n/es.ts +1 -15
- package/src/tool/webpAPng/i18n/fr.ts +9 -23
- package/src/tool/webpAPng/i18n/id.ts +3 -17
- package/src/tool/webpAPng/i18n/it.ts +3 -17
- package/src/tool/webpAPng/i18n/ja.ts +1 -15
- package/src/tool/webpAPng/i18n/ko.ts +1 -15
- package/src/tool/webpAPng/i18n/nl.ts +3 -17
- package/src/tool/webpAPng/i18n/pl.ts +3 -17
- package/src/tool/webpAPng/i18n/pt.ts +3 -17
- package/src/tool/webpAPng/i18n/ru.ts +4 -18
- package/src/tool/webpAPng/i18n/sv.ts +3 -17
- package/src/tool/webpAPng/i18n/tr.ts +2 -17
- package/src/tool/webpAPng/i18n/zh.ts +3 -17
- package/src/tool/webpAPng/seo.astro +2 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,26 +52,15 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Structure Iconographique ICO et Utilisation Système',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Standards JPEG.org',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
68
|
-
text: 'Convertisseur JPG vers ICO
|
|
58
|
+
text: 'Convertisseur JPG vers ICO: Créez des Favicons et Icônes Windows depuis vos Photos',
|
|
69
59
|
level: 2,
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'Le format <strong>ICO</strong> est le standard de Microsoft pour les icônes d\'applications Windows et les favicons de sites web. Contrairement à un simple renommage d\'un JPG en .ico, un vrai fichier ICO nécessite une structure binaire spécifique avec des en-têtes de 22 octets et un répertoire d\'images intégré. Le <strong>JPG</strong> est le point de départ le plus courant pour créer ces icônes
|
|
63
|
+
html: 'Le format <strong>ICO</strong> est le standard de Microsoft pour les icônes d\'applications Windows et les favicons de sites web. Contrairement à un simple renommage d\'un JPG en .ico, un vrai fichier ICO nécessite une structure binaire spécifique avec des en-têtes de 22 octets et un répertoire d\'images intégré. Le <strong>JPG</strong> est le point de départ le plus courant pour créer ces icônes - un logo d\'entreprise, une photo de profil ou toute image que vous souhaitez transformer en identité visuelle de votre application ou site web.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,15 +69,15 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'Le <strong>JPG</strong> est un format source, pas une destination pour les icônes. Parfait pour les photos et les bannières, mais incompatible avec les systèmes qui exigent des icônes
|
|
72
|
+
html: 'Le <strong>JPG</strong> est un format source, pas une destination pour les icônes. Parfait pour les photos et les bannières, mais incompatible avec les systèmes qui exigent des icônes: l\'Explorateur Windows, la barre de favoris du navigateur, les raccourcis bureau ou les manifestes d\'applications PWA. Un système d\'exploitation ou un navigateur cherchant une icône attend le format ICO - et s\'il ne le trouve pas, il affichera une icône générique ou un carré cassé.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'Le format <strong>ICO</strong> a été conçu pour contenir plusieurs résolutions dans un seul fichier
|
|
76
|
+
html: 'Le format <strong>ICO</strong> a été conçu pour contenir plusieurs résolutions dans un seul fichier: <strong>16×16</strong> pour la barre de favoris, <strong>32×32</strong> pour les raccourcis, <strong>48×48</strong> pour l\'explorateur de fichiers et <strong>256×256</strong> pour les écrans haute densité. Les navigateurs et systèmes d\'exploitation sélectionnent automatiquement la résolution appropriée selon le contexte d\'affichage - l\'utilisateur n\'a rien à gérer.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
90
|
-
text: 'Comparatif
|
|
80
|
+
text: 'Comparatif: Conversion locale vs Cloud',
|
|
91
81
|
level: 3,
|
|
92
82
|
},
|
|
93
83
|
{
|
|
@@ -111,8 +101,8 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Vitesse instantanée
|
|
115
|
-
'Confidentialité totale
|
|
104
|
+
'Vitesse instantanée - zéro latence réseau',
|
|
105
|
+
'Confidentialité totale - 0 octet envoyé à l\'extérieur',
|
|
116
106
|
'Aucune limite de taille ni de nombre de fichiers',
|
|
117
107
|
'Interface épurée, sans publicités ni traçage',
|
|
118
108
|
],
|
|
@@ -126,16 +116,16 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Le JPG est décodé et dessiné sur un <strong>Canvas HTML5</strong> en mémoire. Comme le format ICO exige une image carrée, le moteur détecte automatiquement si le JPG est rectangulaire et le recadre en centrant la partie la plus pertinente. Il construit ensuite l\'en-tête ICO standard de Microsoft avec le bon nombre magique (<code>00 00 01 00</code>), le répertoire d\'images et les données de pixels encodées. Le résultat est un vrai fichier binaire .ico
|
|
119
|
+
html: 'Le JPG est décodé et dessiné sur un <strong>Canvas HTML5</strong> en mémoire. Comme le format ICO exige une image carrée, le moteur détecte automatiquement si le JPG est rectangulaire et le recadre en centrant la partie la plus pertinente. Il construit ensuite l\'en-tête ICO standard de Microsoft avec le bon nombre magique (<code>00 00 01 00</code>), le répertoire d\'images et les données de pixels encodées. Le résultat est un vrai fichier binaire .ico - pas un PNG renommé.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
133
|
-
html: 'Comme le JPG ne possède pas de canal alfa, l\'ICO résultant n\'aura pas non plus de transparence
|
|
123
|
+
html: 'Comme le JPG ne possède pas de canal alfa, l\'ICO résultant n\'aura pas non plus de transparence - il aura un fond solide hérité de la photographie originale. Si vous avez besoin d\'un favicon avec fond transparent (par exemple pour s\'adapter aux barres de favoris sombres ou claires), le flux recommandé est: supprimez le fond dans un éditeur, sauvegardez en PNG, puis utilisez le convertisseur PNG vers ICO.',
|
|
134
124
|
},
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
|
-
title: 'Conseil
|
|
138
|
-
html: 'Les fichiers ICO peuvent regrouper <strong>plusieurs résolutions</strong> dans un seul fichier
|
|
127
|
+
title: 'Conseil: plusieurs résolutions dans un seul ICO',
|
|
128
|
+
html: 'Les fichiers ICO peuvent regrouper <strong>plusieurs résolutions</strong> dans un seul fichier - le navigateur ou le système d\'exploitation choisit automatiquement la plus appropriée selon le contexte. Pour le meilleur résultat possible, utilisez un JPG carré d\'au moins <strong>256×256 pixels</strong> comme source: le convertisseur disposera ainsi de suffisamment d\'informations pour générer des tailles 16×16, 32×32 et 48×48 nettes, sans pixelisation.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -146,7 +136,7 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
146
136
|
type: 'list',
|
|
147
137
|
icon: 'mdi:check-circle',
|
|
148
138
|
items: [
|
|
149
|
-
'Favicon de site web
|
|
139
|
+
'Favicon de site web: compatible avec tous les navigateurs y compris Internet Explorer.',
|
|
150
140
|
'Personnalisation de dossiers et d\'icônes de bureau sous Windows 10/11.',
|
|
151
141
|
'Icône de raccourci pour applications de bureau ou installateurs.',
|
|
152
142
|
'Icône d\'application pour projets Electron ou applications PWA.',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Struktur Ikonografi ICO und Penggunaan Sistem',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Standar JPEG.org',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'Format <strong>ICO</strong> adalah standar Microsoft untuk ikon aplikasi Windows und favicon situs web. Berbeda dengan sekadar mengganti nama JPG menjadi .ico, file ICO asli memerlukan struktur biner khusus dengan header 22-byte und direktori gambar yang disematkan. <strong>JPG</strong> adalah titik awal yang paling umum untuk membuat ikon-ikon ini
|
|
63
|
+
html: 'Format <strong>ICO</strong> adalah standar Microsoft untuk ikon aplikasi Windows und favicon situs web. Berbeda dengan sekadar mengganti nama JPG menjadi .ico, file ICO asli memerlukan struktur biner khusus dengan header 22-byte und direktori gambar yang disematkan. <strong>JPG</strong> adalah titik awal yang paling umum untuk membuat ikon-ikon ini - logo perusahaan, foto profil, atau gambar apa pun yang ingin Anda ubah menjadi ikon visual aplikasi atau situs web Anda.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,11 +69,11 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: '<strong>JPG</strong> adalah format sumber, bukan tujuan untuk ikon. Sempurna untuk foto und banner, tetapi tidak kompatibel dengan sistem yang memerlukan ikon: Windows Explorer, bilah bookmark browser, pintasan desktop, atau manifes aplikasi PWA. Sistem operasi atau browser yang mencari ikon mengharapkan format ICO
|
|
72
|
+
html: '<strong>JPG</strong> adalah format sumber, bukan tujuan untuk ikon. Sempurna untuk foto und banner, tetapi tidak kompatibel dengan sistem yang memerlukan ikon: Windows Explorer, bilah bookmark browser, pintasan desktop, atau manifes aplikasi PWA. Sistem operasi atau browser yang mencari ikon mengharapkan format ICO - und jika tidak menemukannya, ia akan menampilkan ikon generik atau kotak rusak.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'Format <strong>ICO</strong> dirancang untuk menampung beberapa resolusi dalam satu file: <strong>16×16</strong> untuk bilah bookmark, <strong>32×32</strong> untuk pintasan, <strong>48×48</strong> untuk file explorer, und <strong>256×256</strong> untuk layar dengan kepadatan tinggi. Browser und sistem operasi secara otomatis memilih resolusi yang sesuai berdasarkan konteks tampilan
|
|
76
|
+
html: 'Format <strong>ICO</strong> dirancang untuk menampung beberapa resolusi dalam satu file: <strong>16×16</strong> untuk bilah bookmark, <strong>32×32</strong> untuk pintasan, <strong>48×48</strong> untuk file explorer, und <strong>256×256</strong> untuk layar dengan kepadatan tinggi. Browser und sistem operasi secara otomatis memilih resolusi yang sesuai berdasarkan konteks tampilan - pengguna tidak perlu mengelola apa pun.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
@@ -111,8 +101,8 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Kecepatan instan
|
|
115
|
-
'Privasi lengkap
|
|
104
|
+
'Kecepatan instan - nol latensi jaringan',
|
|
105
|
+
'Privasi lengkap - 0 byte dikirim secara eksternal',
|
|
116
106
|
'Tanpa batas MB atau batasan jumlah file',
|
|
117
107
|
'Antarmuka bersih, tanpa iklan atau pelacakan',
|
|
118
108
|
],
|
|
@@ -126,16 +116,16 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'JPG didekodekan und digambar ke dalam <strong>HTML5 Canvas</strong> di memori. Karena format ICO memerlukan gambar persegi, mesin secara otomatis mendeteksi jika JPG berbentuk persegi panjang und memotongnya dengan memusatkan bagian yang paling relevan. Kemudian ia membangun header Microsoft ICO standar dengan magic number yang benar (<code>00 00 01 00</code>), direktori gambar, und data piksel yang dikodekan. Hasilnya adalah file biner .ico asli
|
|
119
|
+
html: 'JPG didekodekan und digambar ke dalam <strong>HTML5 Canvas</strong> di memori. Karena format ICO memerlukan gambar persegi, mesin secara otomatis mendeteksi jika JPG berbentuk persegi panjang und memotongnya dengan memusatkan bagian yang paling relevan. Kemudian ia membangun header Microsoft ICO standar dengan magic number yang benar (<code>00 00 01 00</code>), direktori gambar, und data piksel yang dikodekan. Hasilnya adalah file biner .ico asli - bukan PNG yang diganti namanya.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
133
|
-
html: 'Karena JPG tidak memiliki saluran alfa, ICO yang dihasilkan juga tidak akan memiliki transparansi
|
|
123
|
+
html: 'Karena JPG tidak memiliki saluran alfa, ICO yang dihasilkan juga tidak akan memiliki transparansi - ia akan memiliki latar belakang padat yang diwarisi dari foto asli. Jika Anda memerlukan favicon dengan latar belakang transparan (misalnya, untuk beradaptasi dengan bilah bookmark gelap atau terang), alur kerja yang disarankan adalah: hapus latar belakang di editor, simpan sebagai PNG, und gunakan konverter PNG ke ICO.',
|
|
134
124
|
},
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Tip: beberapa resolusi dalam satu ICO',
|
|
138
|
-
html: 'File ICO dapat mengemas <strong>beberapa resolusi</strong> ke dalam satu file
|
|
128
|
+
html: 'File ICO dapat mengemas <strong>beberapa resolusi</strong> ke dalam satu file - browser atau OS secara otomatis memilih yang paling sesuai untuk setiap konteks. Untuk hasil terbaik, gunakan JPG persegi minimal <strong>256×256 piksel</strong> sebagai sumber Anda: ini memberi konverter informasi yang cukup untuk menghasilkan ukuran 16×16, 32×32, und 48×48 yang tajam tanpa pikselasi.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Struttura Iconografica ICO e Utilizzo del Sistema',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Standard JPEG.org',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -111,8 +101,8 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Velocità istantanea
|
|
115
|
-
'Privacy completa
|
|
104
|
+
'Velocità istantanea - latenza di rete zero',
|
|
105
|
+
'Privacy completa - 0 byte inviati esternamente',
|
|
116
106
|
'Nessun limite di MB o restrizioni sul numero di file',
|
|
117
107
|
'Interfaccia pulita, senza pubblicità o tracciamento',
|
|
118
108
|
],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'ICOの図像的構造とシステムの使用法',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'JPEG.org 標準',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'ネットワーク遅延のない即座の処理速度',
|
|
115
|
-
'完全なプライバシー
|
|
105
|
+
'完全なプライバシー - 外部に送信されるデータは0バイト',
|
|
116
106
|
'容量制限やファイル数の制限なし',
|
|
117
107
|
'広告や追跡のないクリーンなインターフェース',
|
|
118
108
|
],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'ICO 도상학적 구조 및 시스템 사용법',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'JPEG.org 표준',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -112,7 +102,7 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
104
|
'네트워크 지연 없는 즉각적인 속도',
|
|
115
|
-
'완벽한 개인 정보 보호
|
|
105
|
+
'완벽한 개인 정보 보호 - 외부로 전송되는 데이터 0바이트',
|
|
116
106
|
'용량 제한이나 파일 개수 제한 없음',
|
|
117
107
|
'광고나 추적 없는 깨끗한 인터페이스',
|
|
118
108
|
],
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'ICO Iconografische Structuur en Systeemgebruik',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'JPEG.org Standaarden',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'Het <strong>ICO</strong>-formaat is de standaard van Microsoft voor pictogrammen van Windows-applicaties en favicons van websites. In tegenstelling tot het simpelweg hernoemen van een JPG naar .ico, vereist een echt ICO-bestand een specifieke binaire structuur met 22-byte headers en een ingesloten afbeeldingsoverzicht. <strong>JPG</strong> is het meest voorkomende startpunt voor het maken van deze pictogrammen
|
|
63
|
+
html: 'Het <strong>ICO</strong>-formaat is de standaard van Microsoft voor pictogrammen van Windows-applicaties en favicons van websites. In tegenstelling tot het simpelweg hernoemen van een JPG naar .ico, vereist een echt ICO-bestand een specifieke binaire structuur met 22-byte headers en een ingesloten afbeeldingsoverzicht. <strong>JPG</strong> is het meest voorkomende startpunt voor het maken van deze pictogrammen - een bedrijfslogo, een profielfoto of een afbeelding die je wilt veranderen in het visuele icoon van je applicatie of website.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,11 +69,11 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: '<strong>JPG</strong> is een bronformaat, geen doel voor pictogrammen. Perfect voor foto\'s en banners, maar incompatibel met systemen die pictogrammen vereisen: Windows Verkenner, de favorietenbalk van de browser, snelkoppelingen op het bureaublad of PWA-applicatiedocumenten. Een besturingssysteem of browser die op zoek is naar een pictogram verwacht het ICO-formaat
|
|
72
|
+
html: '<strong>JPG</strong> is een bronformaat, geen doel voor pictogrammen. Perfect voor foto\'s en banners, maar incompatibel met systemen die pictogrammen vereisen: Windows Verkenner, de favorietenbalk van de browser, snelkoppelingen op het bureaublad of PWA-applicatiedocumenten. Een besturingssysteem of browser die op zoek is naar een pictogram verwacht het ICO-formaat - und als het dat niet vindt, wordt een generiek pictogram of een gebroken vierkant weergegeven.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'Het <strong>ICO</strong>-formaat is ontworpen om meerdere resoluties in één bestand te bevatten: <strong>16×16</strong> voor de favorietenbalk, <strong>32×32</strong> voor snelkoppelingen, <strong>48×48</strong> voor de Verkenner und <strong>256×256</strong> voor displays met hoge densiteit. Browsers und besturingssystemen selecteren automatisch de juiste resolutie op basis van de weergavecontext
|
|
76
|
+
html: 'Het <strong>ICO</strong>-formaat is ontworpen om meerdere resoluties in één bestand te bevatten: <strong>16×16</strong> voor de favorietenbalk, <strong>32×32</strong> voor snelkoppelingen, <strong>48×48</strong> voor de Verkenner und <strong>256×256</strong> voor displays met hoge densiteit. Browsers und besturingssystemen selecteren automatisch de juiste resolutie op basis van de weergavecontext - de gebruiker hoeft niets te beheren.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
@@ -111,8 +101,8 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Onmiddellijke snelheid
|
|
115
|
-
'Volledige privacy
|
|
104
|
+
'Onmiddellijke snelheid - geen netwerklatentie',
|
|
105
|
+
'Volledige privacy - 0 bytes extern verzonden',
|
|
116
106
|
'Geen MB-limieten of beperkingen op aantal bestanden',
|
|
117
107
|
'Schone interface, geen advertenties of tracking',
|
|
118
108
|
],
|
|
@@ -126,16 +116,16 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'De JPG wordt gedecodeerd und getekend op een in-memory <strong>HTML5 Canvas</strong>. Omdat het ICO-formaat een vierkante afbeelding vereist, detecteert de engine automatisch of de JPG rechthoekig is und snijdt deze bij door het meest relevante deel te centreren. Vervolgens bouwt het de standaard Microsoft ICO-header met het juiste magische getal (<code>00 00 01 00</code>), het afbeeldingsoverzicht und de gecodeerde pixelgegevens. Het resultaat is een authentiek binair .ico-bestand
|
|
119
|
+
html: 'De JPG wordt gedecodeerd und getekend op een in-memory <strong>HTML5 Canvas</strong>. Omdat het ICO-formaat een vierkante afbeelding vereist, detecteert de engine automatisch of de JPG rechthoekig is und snijdt deze bij door het meest relevante deel te centreren. Vervolgens bouwt het de standaard Microsoft ICO-header met het juiste magische getal (<code>00 00 01 00</code>), het afbeeldingsoverzicht und de gecodeerde pixelgegevens. Het resultaat is een authentiek binair .ico-bestand - geen hernoemd PNG.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
133
|
-
html: 'Omdat JPG geen alfakanaal heeft, zal het resulterende ICO-bestand ook geen transparantie hebben
|
|
123
|
+
html: 'Omdat JPG geen alfakanaal heeft, zal het resulterende ICO-bestand ook geen transparantie hebben - het zal een effen achtergrond hebben die is overgenomen van de originele foto. Als je een favicon met een transparante achtergrond nodig hebt (bijvoorbeeld om je aan te passen aan donkere of lichte favorietenbalken), is de aanbevolen werkwijze: de achtergrond verwijderen in een editor, opslaan als PNG und de PNG naar ICO converter gebruiken.',
|
|
134
124
|
},
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Tip: meerdere resoluties in een enkele ICO',
|
|
138
|
-
html: 'ICO-bestanden kunnen <strong>meerdere resoluties</strong> in één bestand bevatten
|
|
128
|
+
html: 'ICO-bestanden kunnen <strong>meerdere resoluties</strong> in één bestand bevatten - de browser of het OS kiest automatisch de meest geschikte voor elke context. Gebruik voor het best mogelijke resultaat een vierkante JPG van minimaal <strong>256×256 pixels</strong> als bron: dit geeft de converter genoeg informatie om scherpe 16×16, 32×32 und 48×48 formaten te genereren zonder pixelvorming.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Struktura ikonograficzna ICO i użycie w systemie',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Standardy JPEG.org',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'Format <strong>ICO</strong> to standard firmy Microsoft dla ikon aplikacji Windows i favikon stron internetowych. W przeciwieństwie do zwykłej zmiany nazwy pliku JPG na .ico, autentyczny plik ICO wymaga specyficznej struktury binarnej z 22-bajtowymi nagłówkami i wbudowanym katalogiem obrazów. <strong>JPG</strong> jest najczęstszym punktem wyjścia do tworzenia tych ikon
|
|
63
|
+
html: 'Format <strong>ICO</strong> to standard firmy Microsoft dla ikon aplikacji Windows i favikon stron internetowych. W przeciwieństwie do zwykłej zmiany nazwy pliku JPG na .ico, autentyczny plik ICO wymaga specyficznej struktury binarnej z 22-bajtowymi nagłówkami i wbudowanym katalogiem obrazów. <strong>JPG</strong> jest najczęstszym punktem wyjścia do tworzenia tych ikon - logo firmy, zdjęcia profilowego lub dowolnego obrazu, który chcesz zamienić w wizualny symbol swojej aplikacji lub strony internetowej.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,11 +69,11 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: '<strong>JPG</strong> to format źródłowy, a nie docelowy dla ikon. Idealny do zdjęć i banerów, ale niekompatybilny z systemami wymagającymi ikon: Eksploratorem plików Windows, paskiem zakładek przeglądarki, skrótami na pulpicie czy manifestami aplikacji PWA. System operacyjny lub przeglądarka szukająca ikony oczekuje formatu ICO
|
|
72
|
+
html: '<strong>JPG</strong> to format źródłowy, a nie docelowy dla ikon. Idealny do zdjęć i banerów, ale niekompatybilny z systemami wymagającymi ikon: Eksploratorem plików Windows, paskiem zakładek przeglądarki, skrótami na pulpicie czy manifestami aplikacji PWA. System operacyjny lub przeglądarka szukająca ikony oczekuje formatu ICO - a jeśli go nie znajdzie, wyświetli ikonę ogólną lub uszkodzony kwadrat.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'Format <strong>ICO</strong> został zaprojektowany tak, aby zawierał wiele rozdzielczości w jednym pliku: <strong>16×16</strong> dla paska zakładek, <strong>32×32</strong> dla skrótów, <strong>48×48</strong> dla eksploratora plików i <strong>256×256</strong> dla wyświetlaczy o wysokiej gęstości. Przeglądarki i systemy operacyjne automatycznie wybierają odpowiednią rozdzielczość w zależności od kontekstu wyświetlania
|
|
76
|
+
html: 'Format <strong>ICO</strong> został zaprojektowany tak, aby zawierał wiele rozdzielczości w jednym pliku: <strong>16×16</strong> dla paska zakładek, <strong>32×32</strong> dla skrótów, <strong>48×48</strong> dla eksploratora plików i <strong>256×256</strong> dla wyświetlaczy o wysokiej gęstości. Przeglądarki i systemy operacyjne automatycznie wybierają odpowiednią rozdzielczość w zależności od kontekstu wyświetlania - użytkownik nie musi niczym zarządzać.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
@@ -111,8 +101,8 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Błyskawiczna prędkość
|
|
115
|
-
'Pełna prywatność
|
|
104
|
+
'Błyskawiczna prędkość - zero opóźnień sieciowych',
|
|
105
|
+
'Pełna prywatność - 0 bajtów wysłanych na zewnątrz',
|
|
116
106
|
'Brak limitów MB lub ograniczeń liczby plików',
|
|
117
107
|
'Czysty interfejs, bez reklam i śledzenia',
|
|
118
108
|
],
|
|
@@ -126,16 +116,16 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'Plik JPG jest dekodowany i rysowany na <strong>HTML5 Canvas</strong> w pamięci. Ponieważ format ICO wymaga kwadratowego obrazu, silnik automatycznie wykrywa, czy plik JPG jest prostokątny i przycina go, centrując najważniejszą część. Następnie buduje standardowy nagłówek Microsoft ICO z poprawną sygnaturą (<code>00 00 01 00</code>), katalogiem obrazów i zakodowanymi danymi pikseli. Wynikiem jest autentyczny binarny plik .ico
|
|
119
|
+
html: 'Plik JPG jest dekodowany i rysowany na <strong>HTML5 Canvas</strong> w pamięci. Ponieważ format ICO wymaga kwadratowego obrazu, silnik automatycznie wykrywa, czy plik JPG jest prostokątny i przycina go, centrując najważniejszą część. Następnie buduje standardowy nagłówek Microsoft ICO z poprawną sygnaturą (<code>00 00 01 00</code>), katalogiem obrazów i zakodowanymi danymi pikseli. Wynikiem jest autentyczny binarny plik .ico - a nie zmieniony format PNG.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
133
|
-
html: 'Ponieważ w formacie JPG brakuje kanału alfa, wynikowy plik ICO również nie będzie miał przezroczystości
|
|
123
|
+
html: 'Ponieważ w formacie JPG brakuje kanału alfa, wynikowy plik ICO również nie będzie miał przezroczystości - będzie miał jednolite tło odziedziczone po oryginalnym zdjęciu. Jeśli potrzebujesz favikony z przezroczystym tłem (na przykład, aby dostosować ją do ciemnych lub jasnych pasków zakładek), zalecanym sposobem pracy jest: usunięcie tła w edytorze, zapisanie jako PNG und użycie konwertera PNG na ICO.',
|
|
134
124
|
},
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Wskazówka: wiele rozdzielczości w jednym pliku ICO',
|
|
138
|
-
html: 'Pliki ICO mogą zawierać <strong>wiele rozdzielczości</strong> w jednym pliku
|
|
128
|
+
html: 'Pliki ICO mogą zawierać <strong>wiele rozdzielczości</strong> w jednym pliku - przeglądarka lub system operacyjny automatycznie wybierają najbardziej odpowiednią dla każdego kontekstu. Aby uzyskać najlepszy możliwy wynik, użyj jako źródła kwadratowego zdjęcia JPG o rozdzielczości co najmniej <strong>256×256 pikseli</strong>: daje to konwerterowi wystarczającą ilość informacji do wygenerowania ostrych rozmiarów 16×16, 32×32 und 48×48 bez pikselozy.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { bibliography } from '../bibliography';
|
|
1
2
|
import type { ImageConverterUI } from '../../../shared/ImageConverter.astro';
|
|
2
3
|
import { generateSchemas } from '../../../shared/logic/schemas';
|
|
3
4
|
import type { JpgAIcoLocaleContent } from '../index';
|
|
@@ -51,17 +52,6 @@ const howTo: JpgAIcoLocaleContent['howTo'] = [
|
|
|
51
52
|
},
|
|
52
53
|
];
|
|
53
54
|
|
|
54
|
-
const bibliography: JpgAIcoLocaleContent['bibliography'] = [
|
|
55
|
-
{
|
|
56
|
-
name: 'Estrutura Iconográfica ICO e Uso do Sistema',
|
|
57
|
-
url: 'https://en.wikipedia.org/wiki/ICO_(file_format)',
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
name: 'Padrões JPEG.org',
|
|
61
|
-
url: 'https://jpeg.org/',
|
|
62
|
-
},
|
|
63
|
-
];
|
|
64
|
-
|
|
65
55
|
const seo: JpgAIcoLocaleContent['seo'] = [
|
|
66
56
|
{
|
|
67
57
|
type: 'title',
|
|
@@ -70,7 +60,7 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
70
60
|
},
|
|
71
61
|
{
|
|
72
62
|
type: 'paragraph',
|
|
73
|
-
html: 'O formato <strong>ICO</strong> é o padrão da Microsoft para ícones de aplicações Windows e favicons de websites. Ao contrário de simplesmente renomear um JPG como .ico, un arquivo ICO genuíno requer uma estrutura binária específica com cabeçalhos de 22 bytes e um diretório de imagens incorporado. O <strong>JPG</strong> é o ponto de partida mais comum para a criação destes ícones
|
|
63
|
+
html: 'O formato <strong>ICO</strong> é o padrão da Microsoft para ícones de aplicações Windows e favicons de websites. Ao contrário de simplesmente renomear um JPG como .ico, un arquivo ICO genuíno requer uma estrutura binária específica com cabeçalhos de 22 bytes e um diretório de imagens incorporado. O <strong>JPG</strong> é o ponto de partida mais comum para a criação destes ícones - um logótipo de empresa, uma foto de perfil ou qualquer imagem que queira transformar no ícone visual da sua aplicação ou website.',
|
|
74
64
|
},
|
|
75
65
|
{
|
|
76
66
|
type: 'title',
|
|
@@ -79,11 +69,11 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
79
69
|
},
|
|
80
70
|
{
|
|
81
71
|
type: 'paragraph',
|
|
82
|
-
html: 'O <strong>JPG</strong> é um formato de origem, não um destino para ícones. Perfeito para fotografias e banners, mas incompatível com sistemas que requerem ícones: Explorador de Arquivos do Windows, a barra de favoritos do navegador, atalhos do ambiente de trabalho ou manifestos de aplicações PWA. Um sistema operativo ou navegador que procura um ícone espera o formato ICO
|
|
72
|
+
html: 'O <strong>JPG</strong> é um formato de origem, não um destino para ícones. Perfeito para fotografias e banners, mas incompatível com sistemas que requerem ícones: Explorador de Arquivos do Windows, a barra de favoritos do navegador, atalhos do ambiente de trabalho ou manifestos de aplicações PWA. Um sistema operativo ou navegador que procura um ícone espera o formato ICO - e se não o encontrar, exibirá um ícone genérico ou um quadrado quebrado.',
|
|
83
73
|
},
|
|
84
74
|
{
|
|
85
75
|
type: 'paragraph',
|
|
86
|
-
html: 'O formato <strong>ICO</strong> foi concebido para conter múltiplas resoluções num único arquivo: <strong>16×16</strong> para a barra de favoritos, <strong>32×32</strong> para atalhos, <strong>48×48</strong> para o explorador de arquivos e <strong>256×256</strong> para ecrãs de alta densidade. Os navegadores e sistemas operativos selecionam automaticamente a resolução apropriada com base no contexto de exibição
|
|
76
|
+
html: 'O formato <strong>ICO</strong> foi concebido para conter múltiplas resoluções num único arquivo: <strong>16×16</strong> para a barra de favoritos, <strong>32×32</strong> para atalhos, <strong>48×48</strong> para o explorador de arquivos e <strong>256×256</strong> para ecrãs de alta densidade. Os navegadores e sistemas operativos selecionam automaticamente a resolução apropriada com base no contexto de exibição - o utilizador não tem de gerir nada.',
|
|
87
77
|
},
|
|
88
78
|
{
|
|
89
79
|
type: 'title',
|
|
@@ -111,8 +101,8 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
111
101
|
icon: 'mdi:laptop-mac',
|
|
112
102
|
highlight: true,
|
|
113
103
|
points: [
|
|
114
|
-
'Velocidade instantânea
|
|
115
|
-
'Privacidade total
|
|
104
|
+
'Velocidade instantânea - latência de rede zero',
|
|
105
|
+
'Privacidade total - 0 bytes enviados externamente',
|
|
116
106
|
'Sem limites de MB ou restrições no número de arquivos',
|
|
117
107
|
'Interface limpa, sem anúncios ou rastreamento',
|
|
118
108
|
],
|
|
@@ -126,16 +116,16 @@ const seo: JpgAIcoLocaleContent['seo'] = [
|
|
|
126
116
|
},
|
|
127
117
|
{
|
|
128
118
|
type: 'paragraph',
|
|
129
|
-
html: 'O JPG é descodificado e desenhado num <strong>HTML5 Canvas</strong> em memória. Como o formato ICO requer uma imagem quadrada, o motor deteta automaticamente se o JPG é retangular e recorta-o centrando a parte mais relevante. Em seguida, constrói o cabeçalho padrão da Microsoft ICO com o número mágico correto (<code>00 00 01 00</code>), o diretório de imagens und os dados de píxeis codificados. O resultado é um arquivo binário .ico genuíno
|
|
119
|
+
html: 'O JPG é descodificado e desenhado num <strong>HTML5 Canvas</strong> em memória. Como o formato ICO requer uma imagem quadrada, o motor deteta automaticamente se o JPG é retangular e recorta-o centrando a parte mais relevante. Em seguida, constrói o cabeçalho padrão da Microsoft ICO com o número mágico correto (<code>00 00 01 00</code>), o diretório de imagens und os dados de píxeis codificados. O resultado é um arquivo binário .ico genuíno - não um PNG renomeado.',
|
|
130
120
|
},
|
|
131
121
|
{
|
|
132
122
|
type: 'paragraph',
|
|
133
|
-
html: 'Como o JPG não tem canal alfa, o ICO resultante também não terá transparência
|
|
123
|
+
html: 'Como o JPG não tem canal alfa, o ICO resultante também não terá transparência - terá um fundo sólido herdado da fotografia original. Se precisar de um favicon com fundo transparente (por exemplo, para se adaptar a barras de favoritos escuras ou claras), o fluxo recomendado é: remover o fundo num editor, guardar como PNG und utilizar o convertidor de PNG para ICO.',
|
|
134
124
|
},
|
|
135
125
|
{
|
|
136
126
|
type: 'tip',
|
|
137
127
|
title: 'Dica: múltiplas resoluções num único ICO',
|
|
138
|
-
html: 'Os arquivos ICO podem agrupar <strong>múltiplas resoluções</strong> num único arquivo
|
|
128
|
+
html: 'Os arquivos ICO podem agrupar <strong>múltiplas resoluções</strong> num único arquivo - o navegador ou SO seleciona automaticamente a mais apropriada para cada contexto. Para obter o melhor resultado possível, utilize um JPG quadrado com pelo menos <strong>256×256 píxeis</strong> como fonte: isto dá ao convertidor informações suficientes para gerar tamanhos nítidos de 16×16, 32×32 und 48×48 sem pixelização.',
|
|
139
129
|
},
|
|
140
130
|
{
|
|
141
131
|
type: 'title',
|