image
Modules
bmp
gif
ico
imageops
jpeg
math
png
ppm
tga
tiff
webp
Structs
Frame
Frames
ImageBuffer
Luma
LumaA
MutPixels
Pixels
Rgb
Rgba
SubImage
Enums
ColorType
DynamicImage
FilterType
ImageError
ImageFormat
Traits
ConvertBuffer
GenericImage
ImageDecoder
Pixel
Primitive
Functions
load
load_from_memory
load_from_memory_with_format
open
save_buffer
Crates
arrayvec
bitflags
byteorder
catchit
color_quant
crossbeam
deque
dlib
draw_state
enum_primitive
euclid
event_loop
flate2
float
fnv
freetype
freetype_sys
fs2
gfx
gfx_core
gfx_device_gl
gfx_gl
gfx_graphics
gfx_texture
gif
gl
glob
glutin
glutin_window
graphics
image
inflate
input
interpolation
itertools
jpeg_decoder
lazy_static
libc
libloading
libz_sys
linked_hash_map
log
lzw
memmap
miniz_sys
ndarray
nodrop
num
num_bigint
num_complex
num_cpus
num_integer
num_iter
num_rational
num_traits
odds
opengl_graphics
osmesa_sys
piston_window
png
rand
rayon
read_color
rustc_serialize
rusttype
shader_version
shaders_graphics2d
shared_library
stb_truetype
tempfile
texture
time
vecmath
viewport
wayland_client
wayland_kbd
wayland_sys
wayland_window
window
x11_dl
image
::
RgbImage
[
−
]
[src]
type RgbImage =
ImageBuffer
<
Rgb
<
u8
>,
Vec
<
u8
>>;
[
−
]
Expand description
Sendable Rgb image buffer