image 0.20.1

Imaging library written in Rust. Provides basic filters and decoders for the most common image formats.
Documentation

image

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 18 feature flags, 17 of them enabled by default.

default

  • gif_codec
  • jpeg
  • ico
  • png_codec
  • pnm
  • tga
  • tiff
  • webp
  • bmp
  • hdr
  • dxt
  • jpeg_rayon

gif_codec

  • gif

jpeg

  • jpeg-decoder

ico

  • bmp
  • png_codec

png_codec

  • png

pnm

    This feature flag does not enable additional features.

tga

    This feature flag does not enable additional features.

tiff

    This feature flag does not enable additional features.

webp

    This feature flag does not enable additional features.

bmp

    This feature flag does not enable additional features.

hdr

  • scoped_threadpool

dxt

    This feature flag does not enable additional features.

jpeg_rayon

  • jpeg-decoder/rayon

gif

    This feature flag does not enable additional features.

jpeg-decoder

    This feature flag does not enable additional features.

png

    This feature flag does not enable additional features.

scoped_threadpool

    This feature flag does not enable additional features.

benchmarks

    This feature flag does not enable additional features.