@@ -25,24 +25,26 @@ A self-hosted online file converter. Supports over a thousand different formats.
2525
2626## Converters supported
2727
28- | Converter | Use case | Converts from | Converts to |
29- | -------------------------------------------------- | ---------------- | ------------- | ----------- |
30- | [ libjxl] ( https://github.com/libjxl/libjxl ) | JPEG XL | 11 | 11 |
31- | [ resvg] ( https://github.com/RazrFalcon/resvg ) | SVG | 1 | 1 |
32- | [ Vips] ( https://github.com/libvips/libvips ) | Images | 45 | 23 |
33- | [ libheif] ( https://github.com/strukturag/libheif ) | HEIF | 2 | 4 |
34- | [ XeLaTeX] ( https://tug.org/xetex/ ) | LaTeX | 1 | 1 |
35- | [ Calibre] ( https://calibre-ebook.com/ ) | E-books | 26 | 19 |
36- | [ Pandoc] ( https://pandoc.org/ ) | Documents | 43 | 65 |
37- | [ dvisvgm] ( https://dvisvgm.de/ ) | Vector images | 4 | 2 |
38- | [ ImageMagick] ( https://imagemagick.org/ ) | Images | 245 | 183 |
39- | [ GraphicsMagick] ( http://www.graphicsmagick.org/ ) | Images | 167 | 130 |
40- | [ Inkscape] ( https://inkscape.org/ ) | Vector images | 7 | 17 |
41- | [ Assimp] ( https://github.com/assimp/assimp ) | 3D Assets | 77 | 23 |
42- | [ FFmpeg] ( https://ffmpeg.org/ ) | Video | ~ 472 | ~ 199 |
43- | [ Potrace] ( https://potrace.sourceforge.net/ ) | Raster to vector | 4 | 11 |
44- | [ VTracer] ( https://github.com/visioncortex/vtracer ) | Raster to vector | 8 | 1 |
45- | [ Dasel] ( https://github.com/TomWright/dasel ) | Data Files | 5 | 4 |
28+ | Converter | Use case | Converts from | Converts to |
29+ | --------------------------------------------------------------- | ---------------- | ------------- | ----------- |
30+ | [ Inkscape] ( https://inkscape.org/ ) | Vector images | 7 | 17 |
31+ | [ libjxl] ( https://github.com/libjxl/libjxl ) | JPEG XL | 11 | 11 |
32+ | [ resvg] ( https://github.com/RazrFalcon/resvg ) | SVG | 1 | 1 |
33+ | [ Vips] ( https://github.com/libvips/libvips ) | Images | 45 | 23 |
34+ | [ libheif] ( https://github.com/strukturag/libheif ) | HEIF | 2 | 4 |
35+ | [ XeLaTeX] ( https://tug.org/xetex/ ) | LaTeX | 1 | 1 |
36+ | [ Calibre] ( https://calibre-ebook.com/ ) | E-books | 26 | 19 |
37+ | [ LibreOffice] ( https://www.libreoffice.org/ ) | Documents | 41 | 22 |
38+ | [ Dasel] ( https://github.com/TomWright/dasel ) | Data Files | 5 | 4 |
39+ | [ Pandoc] ( https://pandoc.org/ ) | Documents | 43 | 65 |
40+ | [ msgconvert] ( https://github.com/mvz/email-outlook-message-perl ) | Outlook | 1 | 1 |
41+ | [ dvisvgm] ( https://dvisvgm.de/ ) | Vector images | 4 | 2 |
42+ | [ ImageMagick] ( https://imagemagick.org/ ) | Images | 245 | 183 |
43+ | [ GraphicsMagick] ( http://www.graphicsmagick.org/ ) | Images | 167 | 130 |
44+ | [ Assimp] ( https://github.com/assimp/assimp ) | 3D Assets | 77 | 23 |
45+ | [ FFmpeg] ( https://ffmpeg.org/ ) | Video | ~ 472 | ~ 199 |
46+ | [ Potrace] ( https://potrace.sourceforge.net/ ) | Raster to vector | 4 | 11 |
47+ | [ VTracer] ( https://github.com/visioncortex/vtracer ) | Raster to vector | 8 | 1 |
4648
4749<!-- many ffmpeg fileformats are duplicates -->
4850
@@ -95,6 +97,7 @@ All are optional, JWT_SECRET is recommended to be set.
9597| HIDE_HISTORY | false | Hide the history page |
9698| LANGUAGE | en | Language to format date strings in, specified as a [ BCP 47 language tag] ( https://en.wikipedia.org/wiki/IETF_language_tag ) |
9799| UNAUTHENTICATED_USER_SHARING | false | Shares conversion history between all unauthenticated users |
100+ | MAX_CONVERT_PROCESS | 0 | Maximum number of concurrent conversion processes allowed. Set to 0 for unlimited. |
98101
99102### Docker images
100103
0 commit comments