Heyo Everyone! - is there a win or mac software to batch convert imgs to avif?

This page summarizes the projects mentioned and recommended in the original post on /r/AV1

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ImageMagick

    🧙‍♂️ ImageMagick 7

  • You can use ImageMagick to batch convert all JPG and PNG files in a folder. I do this on GNU/Linux.

  • jpeg-xl

    jpeg-xl for the Windows build of ImageMagick

  • shit i did not know that.. does it also work well with wordpress etc? because the only downfall of avif is bunch of extra steps on a nginx to get it to work right.. Also, u/LITUATUI 's comment, do i just change avif to jpeg-xl? i found something but didnt fully finish reading yet https://github.com/ImageMagick/jpeg-xl

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • libjxl

    JPEG XL image format reference implementation

  • You might want to use libjxl directly, e.g. for visually lossless images: cjxl --effort 9 --brotli_effort 11 --distance 1.0 --num_threads (nproc) --lossless_jpeg 0 input.png output.jxl on linux (if you're on windows/mac, just replace the (nproc) with the number of cpu threads you have, e.g. --num_threads 16).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts