Update Header docstring
This commit is contained in:
parent
bbbdb86ef1
commit
86d5462958
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ use crate::error::{Error, Result};
|
||||||
use crate::types::{Channels, ColorSpace};
|
use crate::types::{Channels, ColorSpace};
|
||||||
use crate::utils::unlikely;
|
use crate::utils::unlikely;
|
||||||
|
|
||||||
/// QOI image header.
|
/// Image header: dimensions, channels, color space.
|
||||||
///
|
///
|
||||||
/// ### Notes
|
/// ### Notes
|
||||||
/// A valid image header must satisfy the following conditions:
|
/// A valid image header must satisfy the following conditions:
|
||||||
|
|
Loading…
Reference in a new issue