Cargo Features

[dependencies]
gloss-img = { version = "0.5.0", 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

local to package

workspace internal gloss
gloss-utils.workspace=true

workspace third-party

jpeg default

Enables image

ico = bmp, png

Enables ico of image

png default ico?

Enables image

pnm

Enables pnm of image

tga

Enables tga of image

tiff default

Enables image

webp

Enables webp of image

bmp ico?

Enables bmp of image

hdr

Enables hdr of image

openexr

Enables exr of image

qoi

Enables qoi of image