Cargo Features

[dependencies]
simp = { version = "3.9.0", default-features = false, features = ["full", "avif", "jxl", "heif", "gtk3", "xdg-portal"] }
default = xdg-portal

The xdg-portal feature is set by default whenever simp is added without default-features = false somewhere in the dependency tree.

full = avif, heif, jxl
avif full?

Enables avif-native of image

image:

Enable native dependency libdav1d

jxl full?

Enables jpegxl-rs

Affects save_image::get_jxl_quality, save::jpeg_xl

heif full?

Enables libheif-rs

gtk3

Enables gtk3 of rfd

xdg-portal default

Enables async-std and xdg-portal of rfd