<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Usage on Manael</title>
    <link>https://manael.org/docs/usage/</link>
    <description>Recent content in Usage on Manael</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language><atom:link href="https://manael.org/docs/usage/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Supported Formats</title>
      <link>https://manael.org/docs/usage/supported-formats/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://manael.org/docs/usage/supported-formats/</guid>
      <description>This page describes the image formats that Manael can accept as input and the output formats it produces.
Conversion table Input format Output format Notes JPEG WebP / AVIF (if enabled) PNG WebP AVIF output is intentionally disabled for PNG APNG Pass-through (original APNG) Conversion is skipped to preserve animation data Animated GIF Pass-through (original GIF) Conversion is skipped to preserve animation data Static GIF WebP Added in v2.1.0 Notes AVIF for JPEG only AVIF conversion is supported for JPEG source images only.</description>
    </item>
    
    <item>
      <title>Image Resizing</title>
      <link>https://manael.org/docs/usage/image-resizing/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://manael.org/docs/usage/image-resizing/</guid>
      <description>Manael can resize images on-the-fly using the w, h, and fit query parameters.
Enabling resizing Image resizing is disabled by default and must be explicitly opted in by setting the MANAEL_ENABLE_RESIZE environment variable to true:
MANAEL_ENABLE_RESIZE=true manael -http=:8080 -upstream_url=http://localhost:9000 When MANAEL_ENABLE_RESIZE is not set to true, the w, h, and fit query parameters are silently ignored and the image is converted at its original dimensions.
Usage When resizing is enabled, append w and/or h query parameters to the image URL to specify the target dimensions:</description>
    </item>
    
    <item>
      <title>Quality Control</title>
      <link>https://manael.org/docs/usage/quality-control/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://manael.org/docs/usage/quality-control/</guid>
      <description>Manael allows clients to control the encoding quality of converted images via the q query parameter.
Usage Append the q query parameter to the image URL to specify the desired encoding quality. The value must be an integer in the range 1 to 100, where higher values produce better quality at larger file sizes:
curl -sI -H &amp;#34;Accept: image/webp&amp;#34; &amp;#34;http://localhost:8080/image.jpg?q=80&amp;#34; Valid range The q parameter accepts integer values between 1 and 100 (inclusive).</description>
    </item>
    
  </channel>
</rss>
