Cargo Features

[dependencies]
bevy_image_export = { version = "0.11.0", default-features = false, features = ["png", "jpeg", "exr"] }
default = png

The png feature is set by default whenever bevy_image_export is added without default-features = false somewhere in the dependency tree.

png default

Enables png of image

jpeg

Enables jpeg of image

exr

Enables exr of image

bevy_image_export has 4 features without comments.