Cargo Features

[dependencies]
gloss-img = { version = "0.5.3", default-features = false, features = ["gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "openexr", "qoi"] }
default = jpeg, png, tiff

These default features are set whenever gloss-img is added without default-features = false somewhere in the dependency tree.

gif

Enables gif of image =0.25.5

local to package

workspace internal gloss
gloss-utils.workspace=true

workspace third-party

jpeg default

Enables image =0.25.5

ico = bmp, png

Enables ico of image =0.25.5

png default ico?

Enables image =0.25.5

pnm

Enables pnm of image =0.25.5

tga

Enables tga of image =0.25.5

tiff default

Enables image =0.25.5

webp

Enables webp of image =0.25.5

bmp ico?

Enables bmp of image =0.25.5

hdr

Enables hdr of image =0.25.5

openexr

Enables exr of image =0.25.5

qoi

Enables qoi of image =0.25.5