Open-source licenses

Convertmaxxing stands on excellent open-source software. In particular, all image conversion is powered by ImageMagick and its delegate libraries, compiled to WebAssembly.

  • ImageMagickImageMagick License

    The image processing engine, © ImageMagick Studio LLC. Compiled to WebAssembly.

  • magick-wasmApache-2.0

    The WebAssembly port of ImageMagick by Dirk Lemstra.

  • ImageMagick delegate librariesvarious (incl. LGPL)

    Format support comes from bundled libraries including libheif and libde265 (HEIC), libraw (camera RAW), libjxl (JPEG XL), libwebp (WebP), libaom/libavif (AVIF), libjpeg-turbo, libpng, libtiff, and others. Full list and license texts in the magick-wasm NOTICE file.

  • The UI library.

  • Routing, prerendering, and the application framework.

  • Accessible UI primitives (drop zone, sliders, selects).

  • Styling.

  • Client state for the conversion queue.

  • Streaming zip generation for batch downloads.

  • Toast notifications.