Docs.rs
rlvgl-core-0.1.6
rlvgl-core 0.1.6
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
iraabbott
Dependencies
blake3 ^1.5
normal
optional
embedded-canvas ^0.3.1
normal
optional
embedded-graphics ^0.8
normal
optional
fatfs ^0.3
normal
optional
fontdue ^0.9.3
normal
optional
fscommon ^0.1
normal
optional
gif ^0.13
normal
optional
image ^0.25
normal
optional
jpeg-decoder ^0.3
normal
optional
once_cell ^1.19
normal
optional
png ^0.17
normal
optional
qrcode ^0.14
normal
optional
rlottie ^0.5.2
normal
optional
yane ^1
normal
optional
apng ^0.3
dev
base64 ^0.22
dev
doc-comment ^0.3
dev
png ^0.17
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module jpeg
rlvgl_
core
0.1.6
Module jpeg
Module Items
Enums
Functions
In rlvgl_
core::
plugins
rlvgl_core
::
plugins
Module
jpeg
Copy item path
Source
Expand description
JPEG decoder for Color pixel arrays.
Enums
§
Error
Errors that can occur while decoding a JPEG image.
Functions
§
decode
Decode a JPEG image into a vector of RGB
Color
s.